1.original 676 B

1234567891011121314151617181920212223242526272829
  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. #
  5. apiVersion: v1
  6. kind: Service
  7. metadata:
  8. creationTimestamp: "2017-02-01T21:14:09Z"
  9. labels:
  10. app: svc1
  11. name: svc1
  12. namespace: edit-test
  13. resourceVersion: "20715"
  14. selfLink: /api/v1/namespaces/edit-test/services/svc1
  15. uid: 5f7da8db-e8c3-11e6-b7e2-acbc32c1ca87
  16. spec:
  17. clusterIP: 10.0.0.146
  18. ports:
  19. - name: "80"
  20. port: 80
  21. protocol: TCP
  22. targetPort: 80
  23. selector:
  24. app: svc1
  25. sessionAffinity: None
  26. type: ClusterIP
  27. status:
  28. loadBalancer: {}