Merge pull request #1433 from Priyankasaggu11929/psaggufix_crd_yaml_manifest
Fix CustomResourceDefinition manifest yaml in custom_object.py example
This commit is contained in:
commit
b5fedc3cf9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user