Merge pull request #1433 from Priyankasaggu11929/psaggufix_crd_yaml_manifest

Fix CustomResourceDefinition manifest yaml in custom_object.py example
This commit is contained in:
Kubernetes Prow Robot 2021-04-27 10:33:49 -07:00 committed by GitHub
commit b5fedc3cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,19 @@ spec:
- name: v1
served: true
storage: true
schema:
openAPIV3Schema:
type: object
properties:
spec:
type: object
properties:
cronSpec:
type: string
image:
type: string
replicas:
type: integer
scope: Namespaced
names:
plural: crontabs