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: Broker is the Schema for the brokers API
22
21
properties:
23
22
apiVersion:
24
-
description: 'APIVersion defines the versioned schema of this representation
25
-
of an object. Servers should convert recognized schemas to the latest
26
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
27
28
type: string
28
29
kind:
29
-
description: 'Kind is a string value representing the REST resource this
30
-
object represents. Servers may infer this from the endpoint the client
31
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
description: MeshSync is the Schema for the meshsyncs API
22
21
properties:
23
22
apiVersion:
24
-
description: 'APIVersion defines the versioned schema of this representation
25
-
of an object. Servers should convert recognized schemas to the latest
26
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
27
28
type: string
28
29
kind:
29
-
description: 'Kind is a string value representing the REST resource this
30
-
object represents. Servers may infer this from the endpoint the client
31
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
32
36
type: string
33
37
metadata:
34
38
type: object
@@ -59,45 +63,54 @@ spec:
59
63
description: ConfigMap holds configuration data for pods to consume.
60
64
properties:
61
65
apiVersion:
62
-
description: 'APIVersion defines the versioned schema of this
63
-
representation of an object. Servers should convert recognized
64
-
schemas to the latest internal value, and may reject unrecognized
65
-
values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
66
+
description: |-
67
+
APIVersion defines the versioned schema of this representation of an object.
68
+
Servers should convert recognized schemas to the latest internal value, and
69
+
may reject unrecognized values.
70
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
66
71
type: string
67
72
binaryData:
68
73
additionalProperties:
69
74
format: byte
70
75
type: string
71
-
description: BinaryData contains the binary data. Each key must
72
-
consist of alphanumeric characters, '-', '_' or '.'. BinaryData
73
-
can contain byte sequences that are not in the UTF-8 range.
74
-
The keys stored in BinaryData must not overlap with the ones
75
-
in the Data field, this is enforced during validation process.
76
-
Using this field will require 1.10+ apiserver and kubelet.
76
+
description: |-
77
+
BinaryData contains the binary data.
78
+
Each key must consist of alphanumeric characters, '-', '_' or '.'.
79
+
BinaryData can contain byte sequences that are not in the UTF-8 range.
80
+
The keys stored in BinaryData must not overlap with the ones in
81
+
the Data field, this is enforced during validation process.
82
+
Using this field will require 1.10+ apiserver and
83
+
kubelet.
77
84
type: object
78
85
data:
79
86
additionalProperties:
80
87
type: string
81
-
description: Data contains the configuration data. Each key must
82
-
consist of alphanumeric characters, '-', '_' or '.'. Values
83
-
with non-UTF-8 byte sequences must use the BinaryData field.
84
-
The keys stored in Data must not overlap with the keys in the
85
-
BinaryData field, this is enforced during validation process.
88
+
description: |-
89
+
Data contains the configuration data.
90
+
Each key must consist of alphanumeric characters, '-', '_' or '.'.
91
+
Values with non-UTF-8 byte sequences must use the BinaryData field.
92
+
The keys stored in Data must not overlap with the keys in
93
+
the BinaryData field, this is enforced during validation process.
86
94
type: object
87
95
immutable:
88
-
description: Immutable, if set to true, ensures that data stored
89
-
in the ConfigMap cannot be updated (only object metadata can
90
-
be modified). If not set to true, the field can be modified
91
-
at any time. Defaulted to nil.
96
+
description: |-
97
+
Immutable, if set to true, ensures that data stored in the ConfigMap cannot
98
+
be updated (only object metadata can be modified).
99
+
If not set to true, the field can be modified at any time.
100
+
Defaulted to nil.
92
101
type: boolean
93
102
kind:
94
-
description: 'Kind is a string value representing the REST resource
95
-
this object represents. Servers may infer this from the endpoint
96
-
the client submits requests to. Cannot be updated. In CamelCase.
97
-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
103
+
description: |-
104
+
Kind is a string value representing the REST resource this object represents.
105
+
Servers may infer this from the endpoint the client submits requests to.
106
+
Cannot be updated.
107
+
In CamelCase.
108
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
98
109
type: string
99
110
metadata:
100
-
description: 'Standard object''s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata'
111
+
description: |-
112
+
Standard object's metadata.
113
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
0 commit comments