diff --git a/examples/cluster_scoped_custom_object.py b/examples/cluster_scoped_custom_object.py index 02b9430bf..d9a5c139d 100644 --- a/examples/cluster_scoped_custom_object.py +++ b/examples/cluster_scoped_custom_object.py @@ -13,7 +13,7 @@ # limitations under the License. """ -Uses a Custom Resource Definition (CRD) to create a custom object, in this case +Uses a Custom Resource Definition (CRD) to create a Custom Resource (CR), in this case a CronTab. This example use an example CRD from this tutorial: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/