You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'APIVersion defines the versioned schema of this representation
22
+
of an object. Servers should convert recognized schemas to the latest
23
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
24
+
type: string
25
+
kind:
26
+
description: 'Kind is a string value representing the REST resource this
27
+
object represents. Servers may infer this from the endpoint the client
28
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
29
+
type: string
30
+
metadata:
31
+
type: object
32
+
spec:
33
+
description: Spec comments SHOULD appear in the CRD spec
34
+
properties:
35
+
defaultedString:
36
+
description: This tests that defaulted fields are stripped for v1beta1,
37
+
but not for v1
38
+
type: string
39
+
required:
40
+
- defaultedString
41
+
type: object
42
+
status:
43
+
description: Status comments SHOULD appear in the CRD spec
description: 'APIVersion defines the versioned schema of this representation
24
+
of an object. Servers should convert recognized schemas to the latest
25
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
+
type: string
27
+
kind:
28
+
description: 'Kind is a string value representing the REST resource this
29
+
object represents. Servers may infer this from the endpoint the client
30
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
+
type: string
32
+
metadata:
33
+
type: object
34
+
spec:
35
+
description: Spec comments SHOULD appear in the CRD spec
36
+
properties:
37
+
defaultedString:
38
+
default: zooDefaultString
39
+
description: This tests that defaulted fields are stripped for v1beta1,
40
+
but not for v1
41
+
type: string
42
+
required:
43
+
- defaultedString
44
+
type: object
45
+
status:
46
+
description: Status comments SHOULD appear in the CRD spec
0 commit comments