Skip to content

Commit b8aadfa

Browse files
authored
Updating one last caCertRefs reference to caCertificateRefs (#3018)
1 parent 12d50fe commit b8aadfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/v1alpha3/backendtlspolicy_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ type BackendTLSPolicyValidation struct {
133133
Hostname v1.PreciseHostname `json:"hostname"`
134134
}
135135

136-
// WellKnownCACertificatesType is the type of CA certificate that will be used when
137-
// the TLS.caCertRefs is unspecified.
136+
// WellKnownCACertificatesType is the type of CA certificate that will be used
137+
// when the caCertificateRefs field is unspecified.
138138
// +kubebuilder:validation:Enum=System
139139
type WellKnownCACertificatesType string
140140

0 commit comments

Comments
 (0)