sigs.k8s.io/gateway-api@v1.0.0/conformance/tests/gateway-observed-generation-bump.yaml (about)

     1  apiVersion: gateway.networking.k8s.io/v1
     2  kind: Gateway
     3  metadata:
     4    name: gateway-observed-generation-bump
     5    namespace: gateway-conformance-infra
     6  spec:
     7    gatewayClassName: "{GATEWAY_CLASS_NAME}"
     8    listeners:
     9      - name: http
    10        port: 80
    11        protocol: HTTP
    12        allowedRoutes:
    13          namespaces:
    14            from: All