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
23
-
of an object. Servers should convert recognized schemas to the latest
24
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
22
+
description: |-
23
+
APIVersion defines the versioned schema of this representation of an object.
24
+
Servers should convert recognized schemas to the latest internal value, and
25
+
may reject unrecognized values.
26
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
25
27
type: string
26
28
kind:
27
-
description: 'Kind is a string value representing the REST resource this
28
-
object represents. Servers may infer this from the endpoint the client
29
-
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
+
description: |-
30
+
Kind is a string value representing the REST resource this object represents.
31
+
Servers may infer this from the endpoint the client submits requests to.
32
+
Cannot be updated.
33
+
In CamelCase.
34
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
description: 'APIVersion defines the versioned schema of this representation
49
-
of an object. Servers should convert recognized schemas to the latest
50
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
48
+
description: |-
49
+
APIVersion defines the versioned schema of this representation of an object.
50
+
Servers should convert recognized schemas to the latest internal value, and
51
+
may reject unrecognized values.
52
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
51
53
type: string
52
54
kind:
53
-
description: 'Kind is a string value representing the REST resource this
54
-
object represents. Servers may infer this from the endpoint the client
55
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
55
+
description: |-
56
+
Kind is a string value representing the REST resource this object represents.
57
+
Servers may infer this from the endpoint the client submits requests to.
58
+
Cannot be updated.
59
+
In CamelCase.
60
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
56
61
type: string
57
62
metadata:
58
63
type: object
@@ -110,42 +115,42 @@ spec:
110
115
conditions:
111
116
items:
112
117
description: "Condition contains details for one aspect of the current
113
-
state of this API Resource. --- This struct is intended for direct
114
-
use as an array at the field path .status.conditions. For example,
115
-
\n type FooStatus struct{ // Represents the observations of a
116
-
foo's current state. // Known .status.conditions.type are: \"Available\",
117
-
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
0 commit comments