@@ -269,79 +269,6 @@ spec:
269269 Userdata contains the userdata used for the creation of the firewall.
270270 It gets defaulted to a userdata matching for the firewall-controller with connection to Gardener shoot and seed.
271271 type : string
272- userdataContents :
273- description : |-
274- UserdataContents contains the unprocessed userdata as separate files.
275- This is meant as an alternative to `Userdata`.
276- items :
277- description : UserdataContent represents a file at a specific path
278- with either direct content or content sourced from a secret or
279- configmap.
280- properties :
281- content :
282- description : Content is the direct content of the file.
283- type : string
284- contentFrom :
285- description : ContentFrom represents the source from which to
286- obtain the content of the file.
287- properties :
288- configMapKeyRef :
289- description : ConfigMapKeyRef is a reference to a key within
290- a configmap.
291- properties :
292- key :
293- description : Key is the key within the configmap.
294- type : string
295- name :
296- description : Name is the name of the configmap.
297- type : string
298- required :
299- - key
300- - name
301- type : object
302- firewallControllerKubeconfigSecret :
303- description : FirewallControllerKubeconfigSecret is a reference
304- to the desired kubeconfig secret for the firewall-controller
305- to access the seed cluster. This kubeconfig will be generated
306- by the firewall-controller-manager.
307- properties :
308- key :
309- description : Key is the key within the secret.
310- type : string
311- name :
312- description : Name is the name of the secret.
313- type : string
314- required :
315- - key
316- - name
317- type : object
318- secretKeyRef :
319- description : SecretKeyRef is a reference to a key within
320- a secret.
321- properties :
322- key :
323- description : Key is the key within the secret.
324- type : string
325- name :
326- description : Name is the name of the secret.
327- type : string
328- required :
329- - key
330- - name
331- type : object
332- required :
333- - configMapKeyRef
334- - secretKeyRef
335- type : object
336- path :
337- description : Path is the file path where the content should
338- be placed.
339- type : string
340- required :
341- - contentFrom
342- - path
343- type : object
344- type : array
345272 required :
346273 - image
347274 - networks
0 commit comments