...

Text file src/sigs.k8s.io/gateway-api/conformance/tests/httproute-invalid-backendref-nonexistent.yaml

Documentation: sigs.k8s.io/gateway-api/conformance/tests

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

View as plain text