Gateway API TLSRouteInvalidReferenceGrant
conformance test
#4562
Labels
area/gateway-api
Relating to upstream Kubernetes SIG Networking Gateway API
kind/conformance
Conformance to upstream Kubernetes SIG Networking Gateway API
nice-to-have
Problem Statement
The test
TLSRouteInvalidReferenceGrant
has been recently added upstream and is going to be shipped in0.8.0
. Such a test aims to check that the ungranted reference is not allowed by the controller. We have such a logic in theHTTPRoute
controller, but not yet in theTLSRoute
controller.Additional Information
Since
TLSRoute
conformance is currently on-hold, and this issue is very related to it, we can likely mark it as a nice-to-have.An ideal implementation would be creating a common pattern to check such a
ReferenceGrant
condition to be shared among all the Route types.Acceptance Criteria
TLSRouteInvalidReferenceGrant
is enabled and passes.The text was updated successfully, but these errors were encountered: