Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions config/v1/types_apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ type APIServerSpec struct {
}

type APIServerServingCerts struct {
// defaultServingCertificate references a kubernetes.io/tls type secret containing the default TLS cert info for
// serving secure traffic. If no named certificates match the server name as understood by a client, this default
// certificate will be used. If defaultServingCertificate is not specified, then a operator managed certificate will
// be used.
// The secret must exist in the openshift-config namespace and contain the following required fields:
// - Secret.Data["tls.key"] - TLS private key.
// - Secret.Data["tls.crt"] - TLS certificate.
// +optional
DefaultServingCertificate SecretNameReference `json:"defaultServingCertificate"`
// namedCertificates references secrets containing the TLS cert info for serving secure traffic to specific hostnames.
// If no named certificates are provided, or no named certificates match the server name as understood by a client,
// the defaultServingCertificate will be used.
Expand Down
1 change: 0 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: 1 addition & 2 deletions config/v1/zz_generated.swagger_doc_generated.go

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