Skip to content

Commit f7a4ad9

Browse files
correct custom object to custom resource (CR)
1 parent af4ea4b commit f7a4ad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/cluster_scoped_custom_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
"""
16-
Uses a Custom Resource Definition (CRD) to create a custom object, in this case
16+
Uses a Custom Resource Definition (CRD) to create a Custom Resource (CR), in this case
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

0 commit comments

Comments
 (0)