We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6085e7 + 911eea7 commit bf8dc87Copy full SHA for bf8dc87
modules/crd-creating-crds.adoc
@@ -28,7 +28,22 @@ metadata:
28
spec:
29
group: stable.example.com <3>
30
versions:
31
- name: v1 <4>
+ - name: v1 <4>
32
+ served: true
33
+ storage: true
34
+ schema:
35
+ openAPIV3Schema:
36
+ type: object
37
+ properties:
38
+ spec:
39
40
41
+ cronSpec:
42
+ type: string
43
+ image:
44
45
+ replicas:
46
+ type: integer
47
scope: Namespaced <5>
48
names:
49
plural: crontabs <6>
0 commit comments