From d97d5d34040d7f42a0ed99fc8b3cb887041d5a5b Mon Sep 17 00:00:00 2001 From: Abhisman Sarkar Date: Thu, 7 Mar 2024 11:50:45 +0530 Subject: [PATCH] Add changes Signed-off-by: Abhisman Sarkar --- apis/v1/gateway_types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/v1/gateway_types.go b/apis/v1/gateway_types.go index 45b83667f6..d93b542ba0 100644 --- a/apis/v1/gateway_types.go +++ b/apis/v1/gateway_types.go @@ -485,6 +485,7 @@ type AllowedRoutes struct { // +kubebuilder:validation:MaxItems=8 // // The following list states the Route kinds compatible for each protocolType + // For route kinds and protocolTypes included in Gateway API // // HTTP: HTTPRoutes, GRPCRoutes // HTTPS: HTTPRoutes, GRPCRoutes, TLSRoute