From f7a4ad98802501d3fbe26ccf84d83075fd6906df Mon Sep 17 00:00:00 2001 From: Priyanka Saggu Date: Wed, 28 Apr 2021 23:23:09 +0530 Subject: [PATCH] correct `custom object` to `custom resource (CR)` --- examples/cluster_scoped_custom_object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/