Skip to content

Commit

Permalink
correct custom object to custom resource (CR)
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankasaggu11929 authored Apr 28, 2021
1 parent af4ea4b commit f7a4ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cluster_scoped_custom_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit f7a4ad9

Please sign in to comment.