From 2bdc5b9a83e44e07711ae213bcc86e2da1468b16 Mon Sep 17 00:00:00 2001 From: Norwin Schnyder Date: Wed, 8 Oct 2025 09:51:52 +0000 Subject: [PATCH] docs: update godoc for BackendRef Signed-off-by: Norwin Schnyder --- apis/v1/httproute_types.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apis/v1/httproute_types.go b/apis/v1/httproute_types.go index 3d89af0da7..457aa72e8d 100644 --- a/apis/v1/httproute_types.go +++ b/apis/v1/httproute_types.go @@ -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 // @@ -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"`