Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit cc5b3a0

Browse files
committed
mirrors k8s service type for unmarshalling
1 parent c9c82a3 commit cc5b3a0

File tree

6 files changed

+1219
-474
lines changed

6 files changed

+1219
-474
lines changed

Diff for: cmd/mesh/testdata/manifest-generate/input/ingressgateway_k8s_settings.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ spec:
2222
k8s:
2323
service:
2424
externalTrafficPolicy: Local
25+
ports:
26+
- name: foo
27+
port: 1234
28+
targetPort: 1234
29+
2530

2631
telemetry:
2732
enabled: false

Diff for: cmd/mesh/testdata/manifest-generate/output/ingressgateway_k8s_settings.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ metadata:
214214
spec:
215215
externalTrafficPolicy: Local
216216
ports:
217+
- name: foo
218+
port: 1234
219+
targetPort: 1234
217220
- name: status-port
218221
port: 15020
219222
targetPort: 15020

0 commit comments

Comments
 (0)