|
| 1 | +gateways: |
| 2 | +- apiVersion: gateway.networking.k8s.io/v1 |
| 3 | + kind: Gateway |
| 4 | + metadata: |
| 5 | + creationTimestamp: null |
| 6 | + name: gateway-1 |
| 7 | + namespace: envoy-gateway |
| 8 | + spec: |
| 9 | + gatewayClassName: envoy-gateway-class |
| 10 | + listeners: |
| 11 | + - allowedRoutes: |
| 12 | + namespaces: |
| 13 | + from: All |
| 14 | + hostname: '*.envoyproxy.io' |
| 15 | + name: http |
| 16 | + port: 80 |
| 17 | + protocol: HTTP |
| 18 | + status: |
| 19 | + listeners: |
| 20 | + - attachedRoutes: 1 |
| 21 | + conditions: |
| 22 | + - lastTransitionTime: null |
| 23 | + message: Sending translated listener configuration to the data plane |
| 24 | + reason: Programmed |
| 25 | + status: "True" |
| 26 | + type: Programmed |
| 27 | + - lastTransitionTime: null |
| 28 | + message: Listener has been successfully translated |
| 29 | + reason: Accepted |
| 30 | + status: "True" |
| 31 | + type: Accepted |
| 32 | + - lastTransitionTime: null |
| 33 | + message: Listener references have been resolved |
| 34 | + reason: ResolvedRefs |
| 35 | + status: "True" |
| 36 | + type: ResolvedRefs |
| 37 | + name: http |
| 38 | + supportedKinds: |
| 39 | + - group: gateway.networking.k8s.io |
| 40 | + kind: HTTPRoute |
| 41 | + - group: gateway.networking.k8s.io |
| 42 | + kind: GRPCRoute |
| 43 | +httpRoutes: |
| 44 | +- apiVersion: gateway.networking.k8s.io/v1 |
| 45 | + kind: HTTPRoute |
| 46 | + metadata: |
| 47 | + creationTimestamp: null |
| 48 | + name: httproute-1 |
| 49 | + namespace: default |
| 50 | + spec: |
| 51 | + hostnames: |
| 52 | + - gateway.envoyproxy.io |
| 53 | + parentRefs: |
| 54 | + - name: gateway-1 |
| 55 | + namespace: envoy-gateway |
| 56 | + sectionName: http |
| 57 | + rules: |
| 58 | + - backendRefs: |
| 59 | + - name: service-1 |
| 60 | + port: 8080 |
| 61 | + matches: |
| 62 | + - path: |
| 63 | + value: / |
| 64 | + status: |
| 65 | + parents: |
| 66 | + - conditions: |
| 67 | + - lastTransitionTime: null |
| 68 | + message: Route is accepted |
| 69 | + reason: Accepted |
| 70 | + status: "True" |
| 71 | + type: Accepted |
| 72 | + - lastTransitionTime: null |
| 73 | + message: Resolved all the Object references for the Route |
| 74 | + reason: ResolvedRefs |
| 75 | + status: "True" |
| 76 | + type: ResolvedRefs |
| 77 | + controllerName: gateway.envoyproxy.io/gatewayclass-controller |
| 78 | + parentRef: |
| 79 | + name: gateway-1 |
| 80 | + namespace: envoy-gateway |
| 81 | + sectionName: http |
| 82 | +infraIR: |
| 83 | + envoy-gateway/gateway-1: |
| 84 | + proxy: |
| 85 | + listeners: |
| 86 | + - address: null |
| 87 | + name: envoy-gateway/gateway-1/http |
| 88 | + ports: |
| 89 | + - containerPort: 10080 |
| 90 | + name: http-80 |
| 91 | + protocol: HTTP |
| 92 | + servicePort: 80 |
| 93 | + metadata: |
| 94 | + labels: |
| 95 | + gateway.envoyproxy.io/owning-gateway-name: gateway-1 |
| 96 | + gateway.envoyproxy.io/owning-gateway-namespace: envoy-gateway |
| 97 | + name: envoy-gateway/gateway-1 |
| 98 | + namespace: envoy-gateway-system |
| 99 | +securityPolicies: |
| 100 | +- apiVersion: gateway.envoyproxy.io/v1alpha1 |
| 101 | + kind: SecurityPolicy |
| 102 | + metadata: |
| 103 | + creationTimestamp: null |
| 104 | + name: policy-for-route-1 |
| 105 | + namespace: default |
| 106 | + spec: |
| 107 | + apiKeyAuth: |
| 108 | + credentialRefs: |
| 109 | + - group: null |
| 110 | + kind: null |
| 111 | + name: credential-1 |
| 112 | + extractFrom: |
| 113 | + - headers: |
| 114 | + - X-API-KEY |
| 115 | + targetRefs: |
| 116 | + - group: gateway.networking.k8s.io |
| 117 | + kind: HTTPRoute |
| 118 | + name: httproute-1 |
| 119 | + status: |
| 120 | + ancestors: |
| 121 | + - ancestorRef: |
| 122 | + group: gateway.networking.k8s.io |
| 123 | + kind: Gateway |
| 124 | + name: gateway-1 |
| 125 | + namespace: envoy-gateway |
| 126 | + sectionName: http |
| 127 | + conditions: |
| 128 | + - lastTransitionTime: null |
| 129 | + message: 'APIKeyAuth: duplicated API key.' |
| 130 | + reason: Invalid |
| 131 | + status: "False" |
| 132 | + type: Accepted |
| 133 | + controllerName: gateway.envoyproxy.io/gatewayclass-controller |
| 134 | +xdsIR: |
| 135 | + envoy-gateway/gateway-1: |
| 136 | + accessLog: |
| 137 | + json: |
| 138 | + - path: /dev/stdout |
| 139 | + http: |
| 140 | + - address: 0.0.0.0 |
| 141 | + hostnames: |
| 142 | + - '*.envoyproxy.io' |
| 143 | + isHTTP2: false |
| 144 | + metadata: |
| 145 | + kind: Gateway |
| 146 | + name: gateway-1 |
| 147 | + namespace: envoy-gateway |
| 148 | + sectionName: http |
| 149 | + name: envoy-gateway/gateway-1/http |
| 150 | + path: |
| 151 | + escapedSlashesAction: UnescapeAndRedirect |
| 152 | + mergeSlashes: true |
| 153 | + port: 10080 |
| 154 | + routes: |
| 155 | + - destination: |
| 156 | + name: httproute/default/httproute-1/rule/0 |
| 157 | + settings: |
| 158 | + - addressType: IP |
| 159 | + endpoints: |
| 160 | + - host: 7.7.7.7 |
| 161 | + port: 8080 |
| 162 | + name: httproute/default/httproute-1/rule/0/backend/0 |
| 163 | + protocol: HTTP |
| 164 | + weight: 1 |
| 165 | + directResponse: |
| 166 | + statusCode: 500 |
| 167 | + hostname: gateway.envoyproxy.io |
| 168 | + isHTTP2: false |
| 169 | + metadata: |
| 170 | + kind: HTTPRoute |
| 171 | + name: httproute-1 |
| 172 | + namespace: default |
| 173 | + name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io |
| 174 | + pathMatch: |
| 175 | + distinct: false |
| 176 | + name: "" |
| 177 | + prefix: / |
| 178 | + security: {} |
| 179 | + readyListener: |
| 180 | + address: 0.0.0.0 |
| 181 | + ipFamily: IPv4 |
| 182 | + path: /ready |
| 183 | + port: 19003 |
0 commit comments