Skip to content

Commit 69f909f

Browse files
committed
Fix indentation
1 parent 3a8927d commit 69f909f

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

conformance/tests/gateway-with-attached-routes.yaml

+33-33
Original file line numberDiff line numberDiff line change
@@ -95,32 +95,32 @@ metadata:
9595
spec:
9696
gatewayClassName: "{GATEWAY_CLASS_NAME}"
9797
listeners:
98-
- name: http-unattached
99-
port: 8080
100-
protocol: HTTP
101-
allowedRoutes:
102-
kinds:
103-
- kind: HTTPRoute
104-
namespaces:
105-
from: Selector
106-
selector:
107-
matchLabels:
108-
# This label is added automatically as of K8s 1.22
109-
# to all namespaces
110-
kubernetes.io/metadata.name: gateway-conformance-infra
111-
- name: http
112-
port: 80
113-
protocol: HTTP
114-
allowedRoutes:
115-
kinds:
116-
- kind: HTTPRoute
117-
namespaces:
118-
from: Selector
119-
selector:
120-
matchLabels:
121-
# This label is added automatically as of K8s 1.22
122-
# to all namespaces
123-
kubernetes.io/metadata.name: gateway-conformance-infra
98+
- name: http-unattached
99+
port: 8080
100+
protocol: HTTP
101+
allowedRoutes:
102+
kinds:
103+
- kind: HTTPRoute
104+
namespaces:
105+
from: Selector
106+
selector:
107+
matchLabels:
108+
# This label is added automatically as of K8s 1.22
109+
# to all namespaces
110+
kubernetes.io/metadata.name: gateway-conformance-infra
111+
- name: http
112+
port: 80
113+
protocol: HTTP
114+
allowedRoutes:
115+
kinds:
116+
- kind: HTTPRoute
117+
namespaces:
118+
from: Selector
119+
selector:
120+
matchLabels:
121+
# This label is added automatically as of K8s 1.22
122+
# to all namespaces
123+
kubernetes.io/metadata.name: gateway-conformance-infra
124124
---
125125
apiVersion: gateway.networking.k8s.io/v1beta1
126126
kind: HTTPRoute
@@ -129,11 +129,11 @@ metadata:
129129
namespace: gateway-conformance-infra
130130
spec:
131131
parentRefs:
132-
- kind: Gateway
133-
name: gateway-with-two-listeners-and-one-attached-route
134-
namespace: gateway-conformance-infra
135-
sectionName: http
132+
- kind: Gateway
133+
name: gateway-with-two-listeners-and-one-attached-route
134+
namespace: gateway-conformance-infra
135+
sectionName: http
136136
rules:
137-
- backendRefs:
138-
- name: infra-backend-v1
139-
port: 8080
137+
- backendRefs:
138+
- name: infra-backend-v1
139+
port: 8080

0 commit comments

Comments
 (0)