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
{{ message }}
This repository was archived by the owner on Feb 12, 2025. It is now read-only.
description: 'APIVersion defines the versioned schema of this representation
26
-
of an object. Servers should convert recognized schemas to the latest
27
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
25
+
description: |-
26
+
APIVersion defines the versioned schema of this representation of an object.
27
+
Servers should convert recognized schemas to the latest internal value, and
28
+
may reject unrecognized values.
29
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
28
30
type: string
29
31
data:
30
32
additionalProperties:
31
33
type: string
32
-
description: Data contains the configuration data. Each key must consist
33
-
of alphanumeric characters, '-', '_' or '.'. Values with non-UTF-8 byte
34
-
sequences must use the BinaryData field. The keys stored in Data must
35
-
not overlap with the keys in the BinaryData field, this is enforced
36
-
during validation process.
34
+
description: |-
35
+
Data contains the configuration data.
36
+
Each key must consist of alphanumeric characters, '-', '_' or '.'.
37
+
Values with non-UTF-8 byte sequences must use the BinaryData field.
38
+
The keys stored in Data must not overlap with the keys in
39
+
the BinaryData field, this is enforced during validation process.
37
40
type: object
38
41
kind:
39
-
description: 'Kind is a string value representing the REST resource this
40
-
object represents. Servers may infer this from the endpoint the client
41
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
42
+
description: |-
43
+
Kind is a string value representing the REST resource this object represents.
44
+
Servers may infer this from the endpoint the client submits requests to.
45
+
Cannot be updated.
46
+
In CamelCase.
47
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
0 commit comments