BackendTrafficPolicy openapi schemas do not validate correctly #4746
Labels
help wanted
Extra attention is needed
kind/bug
Something isn't working
release-note
Indicates a required release note
Milestone
Description:
I'm trying to use kubeconform to validate BackendTrafficPolicy
I get this error:
Additional info:
I think the openapi schemas that we're generating are wrong. Particularly this line:
gateway/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml
Line 314 in 6c6633c
They say that
timeout
andinterval
are openapi durations. But they're not, they're a Kubernetes-specific duration format.The text was updated successfully, but these errors were encountered: