...

Text file src/k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-repeat-error/1.edited

Documentation: k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-repeat-error

     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-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
    17spec:
    18  clusterIP: 10.0.0.1.1
    19  ports:
    20  - name: https
    21    port: 443
    22    protocol: TCP
    23    targetPort: 443
    24  sessionAffinity: ClientIP
    25  type: ClusterIP
    26status:
    27  loadBalancer: {}

View as plain text