From 896ad6d4291e189fc5a187e0677a398d91f36e1d Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Thu, 2 May 2024 18:54:41 -0400 Subject: [PATCH] docs: GatewayClass SHOULD be rejected with InvalidParameters reason --- apis/v1/gatewayclass_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/v1/gatewayclass_types.go b/apis/v1/gatewayclass_types.go index ae0341f23b..d651736934 100644 --- a/apis/v1/gatewayclass_types.go +++ b/apis/v1/gatewayclass_types.go @@ -94,7 +94,7 @@ type GatewayClassSpec struct { // cluster-scoped or namespace-scoped. // // If the referent cannot be found, refers to an unsupported kind, or when - // the data within that resource is malformed, the GatewayClass will be + // the data within that resource is malformed, the GatewayClass SHOULD be // rejected with the "Accepted" status condition set to "False" and an // "InvalidParameters" reason. //