Skip to content

Commit 64431d9

Browse files
committed
make update
1 parent 2a4a922 commit 64431d9

24 files changed

Lines changed: 11612 additions & 107438 deletions

File tree

openapi/generated_openapi/zz_generated.openapi.go

Lines changed: 6739 additions & 67100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/openapi.json

Lines changed: 4554 additions & 40019 deletions
Large diffs are not rendered by default.

operator/v1/zz_generated.crd-manifests/0000_20_kube-apiserver_01_kubeapiservers-CustomNoUpgrade.crd.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ spec:
182182
description: |-
183183
healthReports contains all KMS plugin health reports.
184184
When omitted, no health reports are available.
185-
Each entry must have a unique combination of nodeName and keyId.
185+
Each entry must have a unique combination of nodeName and keyID.
186186
items:
187187
properties:
188188
detail:
@@ -193,17 +193,9 @@ spec:
193193
maxLength: 1024
194194
minLength: 1
195195
type: string
196-
kekId:
196+
keyID:
197197
description: |-
198-
kekId refers to the remote KEK id from KMS v2 StatusResponse.key_id.
199-
This is not a cryptographic key, but a unique representation of the KEK.
200-
The value must be between 1 and 1024 characters.
201-
maxLength: 1024
202-
minLength: 1
203-
type: string
204-
keyId:
205-
description: |-
206-
keyId is the encryption-key-secret id (kms-{keyId}.sock), a unique identifier of the plugin on that node.
198+
keyID is the encryption-key-secret id (kms-{keyID}.sock), a unique identifier of the plugin on that node.
207199
This is not a cryptographic key used to encrypt/decrypt any resources.
208200
The value must be between 1 and 512 characters.
209201
maxLength: 512
@@ -217,7 +209,7 @@ spec:
217209
nodeName:
218210
description: |-
219211
nodeName is the name of the node this instance of the plugin runs on.
220-
The combination of nodeName and keyId makes this health report unique.
212+
The combination of nodeName and keyID makes this health report unique.
221213
The value must be a valid Kubernetes node name: a lowercase RFC 1123 subdomain
222214
consisting of lowercase alphanumeric characters, '-' or '.', starting and ending with
223215
an alphanumeric character, and be at most 253 characters in length.
@@ -230,6 +222,14 @@ spec:
230222
or '.', and must start and end with an alphanumeric
231223
character
232224
rule: '!format.dns1123Subdomain().validate(self).hasValue()'
225+
remoteKeyID:
226+
description: |-
227+
remoteKeyID refers to the remote KEK id from KMS v2 StatusResponse.key_id.
228+
This is not a cryptographic key, but a unique representation of the KEK.
229+
The value must be between 1 and 1024 characters.
230+
maxLength: 1024
231+
minLength: 1
232+
type: string
233233
status:
234234
description: |-
235235
status contains a health indicator for the respective KMS plugin
@@ -241,18 +241,18 @@ spec:
241241
- Error
242242
type: string
243243
required:
244-
- kekId
245-
- keyId
244+
- keyID
246245
- lastCheckedTime
247246
- nodeName
247+
- remoteKeyID
248248
- status
249249
type: object
250250
maxItems: 200
251251
minItems: 1
252252
type: array
253253
x-kubernetes-list-map-keys:
254254
- nodeName
255-
- keyId
255+
- keyID
256256
x-kubernetes-list-type: map
257257
type: object
258258
generations:

operator/v1/zz_generated.crd-manifests/0000_20_kube-apiserver_01_kubeapiservers-DevPreviewNoUpgrade.crd.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ spec:
182182
description: |-
183183
healthReports contains all KMS plugin health reports.
184184
When omitted, no health reports are available.
185-
Each entry must have a unique combination of nodeName and keyId.
185+
Each entry must have a unique combination of nodeName and keyID.
186186
items:
187187
properties:
188188
detail:
@@ -193,17 +193,9 @@ spec:
193193
maxLength: 1024
194194
minLength: 1
195195
type: string
196-
kekId:
196+
keyID:
197197
description: |-
198-
kekId refers to the remote KEK id from KMS v2 StatusResponse.key_id.
199-
This is not a cryptographic key, but a unique representation of the KEK.
200-
The value must be between 1 and 1024 characters.
201-
maxLength: 1024
202-
minLength: 1
203-
type: string
204-
keyId:
205-
description: |-
206-
keyId is the encryption-key-secret id (kms-{keyId}.sock), a unique identifier of the plugin on that node.
198+
keyID is the encryption-key-secret id (kms-{keyID}.sock), a unique identifier of the plugin on that node.
207199
This is not a cryptographic key used to encrypt/decrypt any resources.
208200
The value must be between 1 and 512 characters.
209201
maxLength: 512
@@ -217,7 +209,7 @@ spec:
217209
nodeName:
218210
description: |-
219211
nodeName is the name of the node this instance of the plugin runs on.
220-
The combination of nodeName and keyId makes this health report unique.
212+
The combination of nodeName and keyID makes this health report unique.
221213
The value must be a valid Kubernetes node name: a lowercase RFC 1123 subdomain
222214
consisting of lowercase alphanumeric characters, '-' or '.', starting and ending with
223215
an alphanumeric character, and be at most 253 characters in length.
@@ -230,6 +222,14 @@ spec:
230222
or '.', and must start and end with an alphanumeric
231223
character
232224
rule: '!format.dns1123Subdomain().validate(self).hasValue()'
225+
remoteKeyID:
226+
description: |-
227+
remoteKeyID refers to the remote KEK id from KMS v2 StatusResponse.key_id.
228+
This is not a cryptographic key, but a unique representation of the KEK.
229+
The value must be between 1 and 1024 characters.
230+
maxLength: 1024
231+
minLength: 1
232+
type: string
233233
status:
234234
description: |-
235235
status contains a health indicator for the respective KMS plugin
@@ -241,18 +241,18 @@ spec:
241241
- Error
242242
type: string
243243
required:
244-
- kekId
245-
- keyId
244+
- keyID
246245
- lastCheckedTime
247246
- nodeName
247+
- remoteKeyID
248248
- status
249249
type: object
250250
maxItems: 200
251251
minItems: 1
252252
type: array
253253
x-kubernetes-list-map-keys:
254254
- nodeName
255-
- keyId
255+
- keyID
256256
x-kubernetes-list-type: map
257257
type: object
258258
generations:

operator/v1/zz_generated.crd-manifests/0000_20_kube-apiserver_01_kubeapiservers-TechPreviewNoUpgrade.crd.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ spec:
182182
description: |-
183183
healthReports contains all KMS plugin health reports.
184184
When omitted, no health reports are available.
185-
Each entry must have a unique combination of nodeName and keyId.
185+
Each entry must have a unique combination of nodeName and keyID.
186186
items:
187187
properties:
188188
detail:
@@ -193,17 +193,9 @@ spec:
193193
maxLength: 1024
194194
minLength: 1
195195
type: string
196-
kekId:
196+
keyID:
197197
description: |-
198-
kekId refers to the remote KEK id from KMS v2 StatusResponse.key_id.
199-
This is not a cryptographic key, but a unique representation of the KEK.
200-
The value must be between 1 and 1024 characters.
201-
maxLength: 1024
202-
minLength: 1
203-
type: string
204-
keyId:
205-
description: |-
206-
keyId is the encryption-key-secret id (kms-{keyId}.sock), a unique identifier of the plugin on that node.
198+
keyID is the encryption-key-secret id (kms-{keyID}.sock), a unique identifier of the plugin on that node.
207199
This is not a cryptographic key used to encrypt/decrypt any resources.
208200
The value must be between 1 and 512 characters.
209201
maxLength: 512
@@ -217,7 +209,7 @@ spec:
217209
nodeName:
218210
description: |-
219211
nodeName is the name of the node this instance of the plugin runs on.
220-
The combination of nodeName and keyId makes this health report unique.
212+
The combination of nodeName and keyID makes this health report unique.
221213
The value must be a valid Kubernetes node name: a lowercase RFC 1123 subdomain
222214
consisting of lowercase alphanumeric characters, '-' or '.', starting and ending with
223215
an alphanumeric character, and be at most 253 characters in length.
@@ -230,6 +222,14 @@ spec:
230222
or '.', and must start and end with an alphanumeric
231223
character
232224
rule: '!format.dns1123Subdomain().validate(self).hasValue()'
225+
remoteKeyID:
226+
description: |-
227+
remoteKeyID refers to the remote KEK id from KMS v2 StatusResponse.key_id.
228+
This is not a cryptographic key, but a unique representation of the KEK.
229+
The value must be between 1 and 1024 characters.
230+
maxLength: 1024
231+
minLength: 1
232+
type: string
233233
status:
234234
description: |-
235235
status contains a health indicator for the respective KMS plugin
@@ -241,18 +241,18 @@ spec:
241241
- Error
242242
type: string
243243
required:
244-
- kekId
245-
- keyId
244+
- keyID
246245
- lastCheckedTime
247246
- nodeName
247+
- remoteKeyID
248248
- status
249249
type: object
250250
maxItems: 200
251251
minItems: 1
252252
type: array
253253
x-kubernetes-list-map-keys:
254254
- nodeName
255-
- keyId
255+
- keyID
256256
x-kubernetes-list-type: map
257257
type: object
258258
generations:

operator/v1/zz_generated.crd-manifests/0000_30_openshift-apiserver_01_openshiftapiservers-CustomNoUpgrade.crd.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ spec:
149149
description: |-
150150
healthReports contains all KMS plugin health reports.
151151
When omitted, no health reports are available.
152-
Each entry must have a unique combination of nodeName and keyId.
152+
Each entry must have a unique combination of nodeName and keyID.
153153
items:
154154
properties:
155155
detail:
@@ -160,17 +160,9 @@ spec:
160160
maxLength: 1024
161161
minLength: 1
162162
type: string
163-
kekId:
163+
keyID:
164164
description: |-
165-
kekId refers to the remote KEK id from KMS v2 StatusResponse.key_id.
166-
This is not a cryptographic key, but a unique representation of the KEK.
167-
The value must be between 1 and 1024 characters.
168-
maxLength: 1024
169-
minLength: 1
170-
type: string
171-
keyId:
172-
description: |-
173-
keyId is the encryption-key-secret id (kms-{keyId}.sock), a unique identifier of the plugin on that node.
165+
keyID is the encryption-key-secret id (kms-{keyID}.sock), a unique identifier of the plugin on that node.
174166
This is not a cryptographic key used to encrypt/decrypt any resources.
175167
The value must be between 1 and 512 characters.
176168
maxLength: 512
@@ -184,7 +176,7 @@ spec:
184176
nodeName:
185177
description: |-
186178
nodeName is the name of the node this instance of the plugin runs on.
187-
The combination of nodeName and keyId makes this health report unique.
179+
The combination of nodeName and keyID makes this health report unique.
188180
The value must be a valid Kubernetes node name: a lowercase RFC 1123 subdomain
189181
consisting of lowercase alphanumeric characters, '-' or '.', starting and ending with
190182
an alphanumeric character, and be at most 253 characters in length.
@@ -197,6 +189,14 @@ spec:
197189
or '.', and must start and end with an alphanumeric
198190
character
199191
rule: '!format.dns1123Subdomain().validate(self).hasValue()'
192+
remoteKeyID:
193+
description: |-
194+
remoteKeyID refers to the remote KEK id from KMS v2 StatusResponse.key_id.
195+
This is not a cryptographic key, but a unique representation of the KEK.
196+
The value must be between 1 and 1024 characters.
197+
maxLength: 1024
198+
minLength: 1
199+
type: string
200200
status:
201201
description: |-
202202
status contains a health indicator for the respective KMS plugin
@@ -208,18 +208,18 @@ spec:
208208
- Error
209209
type: string
210210
required:
211-
- kekId
212-
- keyId
211+
- keyID
213212
- lastCheckedTime
214213
- nodeName
214+
- remoteKeyID
215215
- status
216216
type: object
217217
maxItems: 200
218218
minItems: 1
219219
type: array
220220
x-kubernetes-list-map-keys:
221221
- nodeName
222-
- keyId
222+
- keyID
223223
x-kubernetes-list-type: map
224224
type: object
225225
generations:

operator/v1/zz_generated.crd-manifests/0000_30_openshift-apiserver_01_openshiftapiservers-DevPreviewNoUpgrade.crd.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ spec:
149149
description: |-
150150
healthReports contains all KMS plugin health reports.
151151
When omitted, no health reports are available.
152-
Each entry must have a unique combination of nodeName and keyId.
152+
Each entry must have a unique combination of nodeName and keyID.
153153
items:
154154
properties:
155155
detail:
@@ -160,17 +160,9 @@ spec:
160160
maxLength: 1024
161161
minLength: 1
162162
type: string
163-
kekId:
163+
keyID:
164164
description: |-
165-
kekId refers to the remote KEK id from KMS v2 StatusResponse.key_id.
166-
This is not a cryptographic key, but a unique representation of the KEK.
167-
The value must be between 1 and 1024 characters.
168-
maxLength: 1024
169-
minLength: 1
170-
type: string
171-
keyId:
172-
description: |-
173-
keyId is the encryption-key-secret id (kms-{keyId}.sock), a unique identifier of the plugin on that node.
165+
keyID is the encryption-key-secret id (kms-{keyID}.sock), a unique identifier of the plugin on that node.
174166
This is not a cryptographic key used to encrypt/decrypt any resources.
175167
The value must be between 1 and 512 characters.
176168
maxLength: 512
@@ -184,7 +176,7 @@ spec:
184176
nodeName:
185177
description: |-
186178
nodeName is the name of the node this instance of the plugin runs on.
187-
The combination of nodeName and keyId makes this health report unique.
179+
The combination of nodeName and keyID makes this health report unique.
188180
The value must be a valid Kubernetes node name: a lowercase RFC 1123 subdomain
189181
consisting of lowercase alphanumeric characters, '-' or '.', starting and ending with
190182
an alphanumeric character, and be at most 253 characters in length.
@@ -197,6 +189,14 @@ spec:
197189
or '.', and must start and end with an alphanumeric
198190
character
199191
rule: '!format.dns1123Subdomain().validate(self).hasValue()'
192+
remoteKeyID:
193+
description: |-
194+
remoteKeyID refers to the remote KEK id from KMS v2 StatusResponse.key_id.
195+
This is not a cryptographic key, but a unique representation of the KEK.
196+
The value must be between 1 and 1024 characters.
197+
maxLength: 1024
198+
minLength: 1
199+
type: string
200200
status:
201201
description: |-
202202
status contains a health indicator for the respective KMS plugin
@@ -208,18 +208,18 @@ spec:
208208
- Error
209209
type: string
210210
required:
211-
- kekId
212-
- keyId
211+
- keyID
213212
- lastCheckedTime
214213
- nodeName
214+
- remoteKeyID
215215
- status
216216
type: object
217217
maxItems: 200
218218
minItems: 1
219219
type: array
220220
x-kubernetes-list-map-keys:
221221
- nodeName
222-
- keyId
222+
- keyID
223223
x-kubernetes-list-type: map
224224
type: object
225225
generations:

0 commit comments

Comments
 (0)