Skip to content

Commit 956fa8a

Browse files
committed
NO-JIRA: add atomic list type to ServiceAccountIssuers
to fix the verification results.
1 parent 817e971 commit 956fa8a

13 files changed

+18
-1
lines changed

openapi/generated_openapi/zz_generated.openapi.go

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

openapi/openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31021,7 +31021,8 @@
3102131021
"items": {
3102231022
"default": {},
3102331023
"$ref": "#/definitions/com.github.openshift.api.operator.v1.ServiceAccountIssuerStatus"
31024-
}
31024+
},
31025+
"x-kubernetes-list-type": "atomic"
3102531026
},
3102631027
"version": {
3102731028
"description": "version is the level this availability applies to",

operator/v1/types_kubeapiserver.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ type KubeAPIServerStatus struct {
6161
// The default expiration for the items is set by the platform and it defaults to 24h.
6262
// see: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-token-volume-projection
6363
// +optional
64+
// +listType=atomic
6465
ServiceAccountIssuers []ServiceAccountIssuerStatus `json:"serviceAccountIssuers,omitempty"`
6566
}
6667

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ spec:
335335
type: string
336336
type: object
337337
type: array
338+
x-kubernetes-list-type: atomic
338339
version:
339340
description: version is the level this availability applies to
340341
type: string

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ spec:
321321
type: string
322322
type: object
323323
type: array
324+
x-kubernetes-list-type: atomic
324325
version:
325326
description: version is the level this availability applies to
326327
type: string

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ spec:
335335
type: string
336336
type: object
337337
type: array
338+
x-kubernetes-list-type: atomic
338339
version:
339340
description: version is the level this availability applies to
340341
type: string

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ spec:
335335
type: string
336336
type: object
337337
type: array
338+
x-kubernetes-list-type: atomic
338339
version:
339340
description: version is the level this availability applies to
340341
type: string

operator/v1/zz_generated.featuregated-crd-manifests/kubeapiservers.operator.openshift.io/AAA_ungated.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ spec:
321321
type: string
322322
type: object
323323
type: array
324+
x-kubernetes-list-type: atomic
324325
version:
325326
description: version is the level this availability applies to
326327
type: string

operator/v1/zz_generated.featuregated-crd-manifests/kubeapiservers.operator.openshift.io/EventTTL.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ spec:
335335
type: string
336336
type: object
337337
type: array
338+
x-kubernetes-list-type: atomic
338339
version:
339340
description: version is the level this availability applies to
340341
type: string

payload-manifests/crds/0000_20_kube-apiserver_01_kubeapiservers-CustomNoUpgrade.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ spec:
335335
type: string
336336
type: object
337337
type: array
338+
x-kubernetes-list-type: atomic
338339
version:
339340
description: version is the level this availability applies to
340341
type: string

0 commit comments

Comments
 (0)