sigs.k8s.io/gateway-api@v1.0.0/conformance/tests/gateway-secret-missing-reference-grant.yaml (about)

     1  apiVersion: gateway.networking.k8s.io/v1
     2  kind: Gateway
     3  metadata:
     4    name: gateway-secret-missing-reference-grant
     5    namespace: gateway-conformance-infra
     6  spec:
     7    gatewayClassName: "{GATEWAY_CLASS_NAME}"
     8    listeners:
     9      - name: https
    10        port: 443
    11        protocol: HTTPS
    12        allowedRoutes:
    13          namespaces:
    14            from: All
    15        tls:
    16          certificateRefs:
    17            - group: ""
    18              kind: Secret
    19              name: certificate
    20              namespace: gateway-conformance-web-backend