nginx-gateway-fabric icon indicating copy to clipboard operation
nginx-gateway-fabric copied to clipboard

Add tests for CRD CEL validation

Open bjee19 opened this issue 10 months ago • 2 comments
trafficstars

The gateway-api repository has tests for their CEL validation on CRDs found here: https://github.com/kubernetes-sigs/gateway-api/tree/main/pkg/test/cel.

Currently we manually test our CEL validation on CRDs, however it could be beneficial to follow the standard set in the gateway-api repository and create functional tests for them.

Acceptance

  • Verify that all CEL statements work as expected for the CRDs we own.

bjee19 avatar Jan 07 '25 01:01 bjee19