correct custom object to custom resource (CR)

This commit is contained in:
Priyanka Saggu 2021-04-28 23:23:09 +05:30 committed by GitHub
parent af4ea4bfbe
commit f7a4ad9880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/