Skip to content

Commit af07485

Browse files
Update generated CRDs:
x-kubernetes-list-type: atomic is added by default. Signed-off-by: Jacob Weinstock <[email protected]>
1 parent b9b91dc commit af07485

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_tinkerbellmachines.yaml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,13 @@ spec:
108108
items:
109109
type: string
110110
type: array
111+
x-kubernetes-list-type: atomic
111112
required:
112113
- key
113114
- operator
114115
type: object
115116
type: array
117+
x-kubernetes-list-type: atomic
116118
matchLabels:
117119
additionalProperties:
118120
type: string
@@ -176,11 +178,13 @@ spec:
176178
items:
177179
type: string
178180
type: array
181+
x-kubernetes-list-type: atomic
179182
required:
180183
- key
181184
- operator
182185
type: object
183186
type: array
187+
x-kubernetes-list-type: atomic
184188
matchLabels:
185189
additionalProperties:
186190
type: string
@@ -245,19 +249,7 @@ spec:
245249
addresses:
246250
description: Addresses contains the Tinkerbell device associated addresses.
247251
items:
248-
description: NodeAddress contains information for the node's address.
249-
properties:
250-
address:
251-
description: The node address.
252-
type: string
253-
type:
254-
description: Node address type, one of Hostname, ExternalIP
255-
or InternalIP.
256-
type: string
257-
required:
258-
- address
259-
- type
260-
type: object
252+
$ref: '#/definitions/k8s.io~1api~1core~1v1~0NodeAddress'
261253
type: array
262254
errorMessage:
263255
description: |-

config/crd/bases/infrastructure.cluster.x-k8s.io_tinkerbellmachinetemplates.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,13 @@ spec:
9898
items:
9999
type: string
100100
type: array
101+
x-kubernetes-list-type: atomic
101102
required:
102103
- key
103104
- operator
104105
type: object
105106
type: array
107+
x-kubernetes-list-type: atomic
106108
matchLabels:
107109
additionalProperties:
108110
type: string
@@ -168,11 +170,13 @@ spec:
168170
items:
169171
type: string
170172
type: array
173+
x-kubernetes-list-type: atomic
171174
required:
172175
- key
173176
- operator
174177
type: object
175178
type: array
179+
x-kubernetes-list-type: atomic
176180
matchLabels:
177181
additionalProperties:
178182
type: string

0 commit comments

Comments
 (0)