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