Skip to content
Open
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
6 changes: 2 additions & 4 deletions apis/v1/httproute_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1807,9 +1807,7 @@ type HTTPBackendRef struct {
//
// * The BackendTLSPolicy object is installed in the cluster, a BackendTLSPolicy
// is present that refers to the Service, and the implementation is unable
// to meet the requirement. At the time of writing, BackendTLSPolicy is
// experimental, but once it becomes standard, this will become a MUST
// requirement.
// to meet the requirement.
//
// Support: Core for Kubernetes Service
//
Expand All @@ -1819,7 +1817,7 @@ type HTTPBackendRef struct {
//
// Support for Kubernetes Service appProtocol: Extended
//
// Support for BackendTLSPolicy: Experimental and ImplementationSpecific
// Support for BackendTLSPolicy: Extended
//
// +optional
BackendRef `json:",inline"`
Expand Down