Skip to content

Commit d3ea959

Browse files
committed
Removed the custom_object.py and added namespaced_custom_object.py which is specific to usage of namespaced custom resource
1 parent a5cee19 commit d3ea959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/namespaced_custom_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
a CronTab. This example use an example CRD from this tutorial:
1818
https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
1919
20-
The following yaml manifest has to be applied first:
20+
The following yaml manifest has to be applied first for namespaced scoped CRD:
2121
2222
apiVersion: apiextensions.k8s.io/v1
2323
kind: CustomResourceDefinition

0 commit comments

Comments
 (0)