Skip to content

Commit

Permalink
Revert "[tls] deprecate tls.secretName for novncproxy"
Browse files Browse the repository at this point in the history
removes deprecated tls.secretName parameter.

This reverts commit 58dd2ab.

JIRA: OSPRH-6552
  • Loading branch information
stuggi authored and openshift-merge-bot[bot] committed Apr 29, 2024
1 parent 58dd2ab commit d19faee
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 36 deletions.
5 changes: 0 additions & 5 deletions api/bases/nova.openstack.org_nova.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1085,11 +1085,6 @@ spec:
description: CaBundleSecretName - holding the CA certs
in a pre-created bundle file
type: string
secretName:
description: 'SecretName - holding the cert, key for
the service Deprecated: will be removed in a follow
up'
type: string
service:
description: Service - Cert secret used for the nova
novnc service endpoint
Expand Down
4 changes: 0 additions & 4 deletions api/bases/nova.openstack.org_novacells.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -731,10 +731,6 @@ spec:
description: CaBundleSecretName - holding the CA certs in
a pre-created bundle file
type: string
secretName:
description: 'SecretName - holding the cert, key for the service
Deprecated: will be removed in a follow up'
type: string
service:
description: Service - Cert secret used for the nova novnc
service endpoint
Expand Down
4 changes: 0 additions & 4 deletions api/bases/nova.openstack.org_novanovncproxies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,6 @@ spec:
description: CaBundleSecretName - holding the CA certs in a pre-created
bundle file
type: string
secretName:
description: 'SecretName - holding the cert, key for the service
Deprecated: will be removed in a follow up'
type: string
service:
description: Service - Cert secret used for the nova novnc service
endpoint
Expand Down
5 changes: 0 additions & 5 deletions api/v1beta1/novanovncproxy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ type NovaNoVNCProxyTemplate struct {

// TLSSection defines the desired state of TLS configuration
type TLSSection struct {
// +kubebuilder:validation:Optional
// SecretName - holding the cert, key for the service
// Deprecated: will be removed in a follow up
SecretName *string `json:"secretName,omitempty"`

// +kubebuilder:validation:optional
//+operator-sdk:csv:customresourcedefinitions:type=spec
// Service - Cert secret used for the nova novnc service endpoint
Expand Down
5 changes: 0 additions & 5 deletions api/v1beta1/zz_generated.deepcopy.go

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

5 changes: 0 additions & 5 deletions config/crd/bases/nova.openstack.org_nova.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1085,11 +1085,6 @@ spec:
description: CaBundleSecretName - holding the CA certs
in a pre-created bundle file
type: string
secretName:
description: 'SecretName - holding the cert, key for
the service Deprecated: will be removed in a follow
up'
type: string
service:
description: Service - Cert secret used for the nova
novnc service endpoint
Expand Down
4 changes: 0 additions & 4 deletions config/crd/bases/nova.openstack.org_novacells.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -731,10 +731,6 @@ spec:
description: CaBundleSecretName - holding the CA certs in
a pre-created bundle file
type: string
secretName:
description: 'SecretName - holding the cert, key for the service
Deprecated: will be removed in a follow up'
type: string
service:
description: Service - Cert secret used for the nova novnc
service endpoint
Expand Down
4 changes: 0 additions & 4 deletions config/crd/bases/nova.openstack.org_novanovncproxies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,6 @@ spec:
description: CaBundleSecretName - holding the CA certs in a pre-created
bundle file
type: string
secretName:
description: 'SecretName - holding the cert, key for the service
Deprecated: will be removed in a follow up'
type: string
service:
description: Service - Cert secret used for the nova novnc service
endpoint
Expand Down

0 comments on commit d19faee

Please sign in to comment.