1.original 695 B

12345678910111213141516171819202122232425262728
  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-12T20:11:19Z"
  9. labels:
  10. component: apiserver
  11. provider: kubernetes
  12. name: kubernetes
  13. namespace: default
  14. resourceVersion: "8"
  15. selfLink: /api/v1/namespaces/default/services/kubernetes
  16. uid: 6a8e8829-f15f-11e6-b041-acbc32c1ca87
  17. spec:
  18. clusterIP: 10.0.0.1
  19. ports:
  20. - name: https
  21. port: 443
  22. protocol: TCP
  23. targetPort: 443
  24. sessionAffinity: ClientIP
  25. type: ClusterIP
  26. status:
  27. loadBalancer: {}