Skip to content

Commit

Permalink
Merge pull request #1433 from Priyankasaggu11929/psaggufix_crd_yaml_m…
Browse files Browse the repository at this point in the history
…anifest

Fix CustomResourceDefinition manifest yaml in custom_object.py example
  • Loading branch information
k8s-ci-robot authored Apr 27, 2021
2 parents e2aad06 + 68aeb30 commit b5fedc3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/custom_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@
- 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
Expand Down

0 comments on commit b5fedc3

Please sign in to comment.