We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d50fe commit b8aadfaCopy full SHA for b8aadfa
apis/v1alpha3/backendtlspolicy_types.go
@@ -133,8 +133,8 @@ type BackendTLSPolicyValidation struct {
133
Hostname v1.PreciseHostname `json:"hostname"`
134
}
135
136
-// WellKnownCACertificatesType is the type of CA certificate that will be used when
137
-// the TLS.caCertRefs is unspecified.
+// WellKnownCACertificatesType is the type of CA certificate that will be used
+// when the caCertificateRefs field is unspecified.
138
// +kubebuilder:validation:Enum=System
139
type WellKnownCACertificatesType string
140
0 commit comments