...

Text file src/k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-create-list-error/2.original

Documentation: k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-create-list-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-03T06:44:43Z"
     9  labels:
    10    app: svc2
    11  name: svc2
    12  namespace: edit-test
    13  resourceVersion: "2936"
    14  selfLink: /api/v1/namespaces/edit-test/services/svc2
    15  uid: 3e9b10db-e9dc-11e6-8c3b-acbc32c1ca87
    16spec:
    17  clusterIP: 10.0.0.182
    18  ports:
    19  - name: "80"
    20    port: 80
    21    protocol: TCP
    22    targetPort: 80
    23  selector:
    24    app: svc2
    25  sessionAffinity: None
    26  type: ClusterIP
    27status:
    28  loadBalancer: {}

View as plain text