2.edited 828 B

12345678910111213141516171819202122232425262728293031
  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. # The edited file had a syntax error: error converting YAML to JSON: yaml: line 17: could not find expected ':'
  6. #
  7. apiVersion: v1
  8. kind: Service
  9. metadata:
  10. creationTimestamp: "2017-02-12T20:11:19Z"
  11. labels:
  12. component: apiserver
  13. provider: kubernetes
  14. new-label: foo
  15. name: kubernetes
  16. namespace: default
  17. resourceVersion: "8"
  18. selfLink: /api/v1/namespaces/default/services/kubernetes
  19. uid: 6a8e8829-f15f-11e6-b041-acbc32c1ca87
  20. spec:
  21. clusterIP: 10.0.0.1
  22. ports:
  23. - name: https
  24. port: 443
  25. protocol: TCP
  26. targetPort: 443
  27. sessionAffinity: ClientIP
  28. type: ClusterIP
  29. status:
  30. loadBalancer: {}