sigs.k8s.io/gateway-api@v1.0.0/conformance/tests/httproute-invalid-backendref-nonexistent.yaml (about)

     1  apiVersion: gateway.networking.k8s.io/v1
     2  kind: HTTPRoute
     3  metadata:
     4    name: invalid-nonexistent-backend-ref
     5    namespace: gateway-conformance-infra
     6  spec:
     7    parentRefs:
     8    - name: same-namespace
     9    rules:
    10    - backendRefs:
    11      - name: nonexistent
    12        namespace: gateway-conformance-infra
    13        port: 8080