Skip to content

Commit

Permalink
make update
Browse files Browse the repository at this point in the history
Signed-off-by: Swarup Ghosh <[email protected]>
  • Loading branch information
swghosh committed Dec 2, 2024
1 parent a0a5ff2 commit 7686187
Show file tree
Hide file tree
Showing 15 changed files with 3,783 additions and 7 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
release.openshift.io/bootstrap-required: "true"
release.openshift.io/feature-set: Default
name: apiservers.config.openshift.io
spec:
group: config.openshift.io
Expand Down Expand Up @@ -56,6 +57,7 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
audit:
default:
profile: Default
Expand Down Expand Up @@ -200,6 +202,7 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
servingCertificate:
description: |-
servingCertificate references a kubernetes.io/tls type secret containing the TLS cert info for serving secure traffic.
Expand All @@ -216,6 +219,7 @@ spec:
type: object
type: object
type: array
x-kubernetes-list-type: atomic
type: object
tlsSecurityProfile:
description: |-
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

44 changes: 43 additions & 1 deletion config/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion config/v1/zz_generated.featuregated-crd-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ apiservers.config.openshift.io:
CRDName: apiservers.config.openshift.io
Capability: ""
Category: ""
FeatureGates: []
FeatureGates:
- KMSEncryptionProvider
FilenameOperatorName: config-operator
FilenameOperatorOrdering: "01"
FilenameRunLevel: "0000_10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
audit:
default:
profile: Default
Expand Down Expand Up @@ -201,6 +202,7 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
servingCertificate:
description: |-
servingCertificate references a kubernetes.io/tls type secret containing the TLS cert info for serving secure traffic.
Expand All @@ -217,6 +219,7 @@ spec:
type: object
type: object
type: array
x-kubernetes-list-type: atomic
type: object
tlsSecurityProfile:
description: |-
Expand Down
Loading

0 comments on commit 7686187

Please sign in to comment.