...
1# Please edit the object below. Lines beginning with a '#' will be ignored,
2# and an empty file will abort the edit. If an error occurs while saving this file will be
3# reopened with the relevant failures.
4#
5apiVersion: v1
6kind: Service
7metadata:
8 creationTimestamp: "2017-02-03T06:44:47Z"
9 labels:
10 app: svc1modified
11 name: svc1
12 namespace: edit-test
13 resourceVersion: "2942"
14 selfLink: /api/v1/namespaces/edit-test/services/svc1
15 uid: 4149f70e-e9dc-11e6-8c3b-acbc32c1ca87
16spec:
17 clusterIP: 10.0.0.118
18 ports:
19 - name: "81"
20 port: 82
21 protocol: TCP
22 targetPort: 81
23 selector:
24 app: svc1
25 sessionAffinity: None
26 type: ClusterIP
27status:
28 loadBalancer: {}
View as plain text