Skip to content

Commit 37fc80f

Browse files
committed
make update
1 parent 3c319bc commit 37fc80f

24 files changed

Lines changed: 380 additions & 338 deletions

File tree

openapi/generated_openapi/zz_generated.openapi.go

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

openapi/openapi.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33987,15 +33987,15 @@
3398733987
"type": "object",
3398833988
"properties": {
3398933989
"healthReports": {
33990-
"description": "healthReports contains all KMS plugin health reports. When omitted, no health reports are available. Each entry must have a unique combination of nodeName and keyId.",
33990+
"description": "healthReports contains all KMS plugin health reports. When omitted, no health reports are available. Each entry must have a unique combination of nodeName and keyID.",
3399133991
"type": "array",
3399233992
"items": {
3399333993
"default": {},
3399433994
"$ref": "#/definitions/com.github.openshift.api.operator.v1.KMSPluginHealthReport"
3399533995
},
3399633996
"x-kubernetes-list-map-keys": [
3399733997
"nodeName",
33998-
"keyId"
33998+
"keyID"
3399933999
],
3400034000
"x-kubernetes-list-type": "map"
3400134001
},
@@ -34010,30 +34010,30 @@
3401034010
"type": "object",
3401134011
"required": [
3401234012
"nodeName",
34013-
"keyId",
34013+
"keyID",
3401434014
"status",
3401534015
"lastCheckedTime",
34016-
"kekId"
34016+
"remoteKeyID"
3401734017
],
3401834018
"properties": {
3401934019
"detail": {
3402034020
"description": "detail contains additional error/health information for the respective KMS plugin. When omitted, no additional error or health information is provided. When set, the value must be between 1 and 1024 characters.",
3402134021
"type": "string"
3402234022
},
34023-
"kekId": {
34024-
"description": "kekId refers to the remote KEK id from KMS v2 StatusResponse.key_id. This is not a cryptographic key, but a unique representation of the KEK. The value must be between 1 and 1024 characters.",
34025-
"type": "string"
34026-
},
34027-
"keyId": {
34028-
"description": "keyId is the encryption-key-secret id (kms-{keyId}.sock), a unique identifier of the plugin on that node. This is not a cryptographic key used to encrypt/decrypt any resources. The value must be between 1 and 512 characters.",
34023+
"keyID": {
34024+
"description": "keyID is the encryption-key-secret id (kms-{keyID}.sock), a unique identifier of the plugin on that node. This is not a cryptographic key used to encrypt/decrypt any resources. The value must be between 1 and 512 characters.",
3402934025
"type": "string"
3403034026
},
3403134027
"lastCheckedTime": {
3403234028
"description": "lastCheckedTime is a timestamp of when the probe was last checked.",
3403334029
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
3403434030
},
3403534031
"nodeName": {
34036-
"description": "nodeName is the name of the node this instance of the plugin runs on. The combination of nodeName and keyId makes this health report unique. The value must be a valid Kubernetes node name: a lowercase RFC 1123 subdomain consisting of lowercase alphanumeric characters, '-' or '.', starting and ending with an alphanumeric character, and be at most 253 characters in length.",
34032+
"description": "nodeName is the name of the node this instance of the plugin runs on. The combination of nodeName and keyID makes this health report unique. The value must be a valid Kubernetes node name: a lowercase RFC 1123 subdomain consisting of lowercase alphanumeric characters, '-' or '.', starting and ending with an alphanumeric character, and be at most 253 characters in length.",
34033+
"type": "string"
34034+
},
34035+
"remoteKeyID": {
34036+
"description": "remoteKeyID refers to the remote key identifier from KMS v2 StatusResponse.key_id. This is not a cryptographic key, but a unique representation of the KEK. The value must be between 1 and 1024 characters.",
3403734037
"type": "string"
3403834038
},
3403934039
"status": {

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

Lines changed: 17 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 key identifier 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
@@ -239,20 +239,22 @@ spec:
239239
- Healthy
240240
- Unhealthy
241241
- Error
242+
maxLength: 512
243+
minLength: 1
242244
type: string
243245
required:
244-
- kekId
245-
- keyId
246+
- keyID
246247
- lastCheckedTime
247248
- nodeName
249+
- remoteKeyID
248250
- status
249251
type: object
250252
maxItems: 200
251253
minItems: 1
252254
type: array
253255
x-kubernetes-list-map-keys:
254256
- nodeName
255-
- keyId
257+
- keyID
256258
x-kubernetes-list-type: map
257259
preflight:
258260
description: |-

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

Lines changed: 17 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 key identifier 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
@@ -239,20 +239,22 @@ spec:
239239
- Healthy
240240
- Unhealthy
241241
- Error
242+
maxLength: 512
243+
minLength: 1
242244
type: string
243245
required:
244-
- kekId
245-
- keyId
246+
- keyID
246247
- lastCheckedTime
247248
- nodeName
249+
- remoteKeyID
248250
- status
249251
type: object
250252
maxItems: 200
251253
minItems: 1
252254
type: array
253255
x-kubernetes-list-map-keys:
254256
- nodeName
255-
- keyId
257+
- keyID
256258
x-kubernetes-list-type: map
257259
preflight:
258260
description: |-

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

Lines changed: 17 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 key identifier 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
@@ -239,20 +239,22 @@ spec:
239239
- Healthy
240240
- Unhealthy
241241
- Error
242+
maxLength: 512
243+
minLength: 1
242244
type: string
243245
required:
244-
- kekId
245-
- keyId
246+
- keyID
246247
- lastCheckedTime
247248
- nodeName
249+
- remoteKeyID
248250
- status
249251
type: object
250252
maxItems: 200
251253
minItems: 1
252254
type: array
253255
x-kubernetes-list-map-keys:
254256
- nodeName
255-
- keyId
257+
- keyID
256258
x-kubernetes-list-type: map
257259
preflight:
258260
description: |-

0 commit comments

Comments
 (0)