@@ -46,153 +46,9 @@ spec:
4646 description : Address of the Broker.
4747 type : string
4848 cacert :
49- description : |-
50- Secret holds secret data of a certain type. The total bytes of the values in
51- the Data field must be less than MaxSecretSize bytes.
52- properties :
53- apiVersion :
54- description : |-
55- APIVersion defines the versioned schema of this representation of an object.
56- Servers should convert recognized schemas to the latest internal value, and
57- may reject unrecognized values.
58- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
59- type : string
60- data :
61- additionalProperties :
62- format : byte
63- type : string
64- description : |-
65- Data contains the secret data. Each key must consist of alphanumeric
66- characters, '-', '_' or '.'. The serialized form of the secret data is a
67- base64 encoded string, representing the arbitrary (possibly non-string)
68- data value here. Described in https://tools.ietf.org/html/rfc4648#section-4
69- type : object
70- immutable :
71- description : |-
72- Immutable, if set to true, ensures that data stored in the Secret cannot
73- be updated (only object metadata can be modified).
74- If not set to true, the field can be modified at any time.
75- Defaulted to nil.
76- type : boolean
77- kind :
78- description : |-
79- Kind is a string value representing the REST resource this object represents.
80- Servers may infer this from the endpoint the client submits requests to.
81- Cannot be updated.
82- In CamelCase.
83- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
84- type : string
85- metadata :
86- description : |-
87- Standard object's metadata.
88- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
89- properties :
90- annotations :
91- additionalProperties :
92- type : string
93- type : object
94- finalizers :
95- items :
96- type : string
97- type : array
98- labels :
99- additionalProperties :
100- type : string
101- type : object
102- name :
103- type : string
104- namespace :
105- type : string
106- type : object
107- stringData :
108- additionalProperties :
109- type : string
110- description : |-
111- stringData allows specifying non-binary secret data in string form.
112- It is provided as a write-only input field for convenience.
113- All keys and values are merged into the data field on write, overwriting any existing values.
114- The stringData field is never output when reading from the API.
115- type : object
116- type :
117- description : |-
118- Used to facilitate programmatic handling of secret data.
119- More info: https://kubernetes.io/docs/concepts/configuration/secret/#secret-types
120- type : string
121- type : object
49+ type : string
12250 clcert :
123- description : |-
124- Secret holds secret data of a certain type. The total bytes of the values in
125- the Data field must be less than MaxSecretSize bytes.
126- properties :
127- apiVersion :
128- description : |-
129- APIVersion defines the versioned schema of this representation of an object.
130- Servers should convert recognized schemas to the latest internal value, and
131- may reject unrecognized values.
132- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
133- type : string
134- data :
135- additionalProperties :
136- format : byte
137- type : string
138- description : |-
139- Data contains the secret data. Each key must consist of alphanumeric
140- characters, '-', '_' or '.'. The serialized form of the secret data is a
141- base64 encoded string, representing the arbitrary (possibly non-string)
142- data value here. Described in https://tools.ietf.org/html/rfc4648#section-4
143- type : object
144- immutable :
145- description : |-
146- Immutable, if set to true, ensures that data stored in the Secret cannot
147- be updated (only object metadata can be modified).
148- If not set to true, the field can be modified at any time.
149- Defaulted to nil.
150- type : boolean
151- kind :
152- description : |-
153- Kind is a string value representing the REST resource this object represents.
154- Servers may infer this from the endpoint the client submits requests to.
155- Cannot be updated.
156- In CamelCase.
157- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
158- type : string
159- metadata :
160- description : |-
161- Standard object's metadata.
162- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
163- properties :
164- annotations :
165- additionalProperties :
166- type : string
167- type : object
168- finalizers :
169- items :
170- type : string
171- type : array
172- labels :
173- additionalProperties :
174- type : string
175- type : object
176- name :
177- type : string
178- namespace :
179- type : string
180- type : object
181- stringData :
182- additionalProperties :
183- type : string
184- description : |-
185- stringData allows specifying non-binary secret data in string form.
186- It is provided as a write-only input field for convenience.
187- All keys and values are merged into the data field on write, overwriting any existing values.
188- The stringData field is never output when reading from the API.
189- type : object
190- type :
191- description : |-
192- Used to facilitate programmatic handling of secret data.
193- More info: https://kubernetes.io/docs/concepts/configuration/secret/#secret-types
194- type : string
195- type : object
51+ type : string
19652 name :
19753 type : string
19854 role :
0 commit comments