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

# Please edit the object below. Lines beginning with a '#' will be ignored,
# and an empty file will abort the edit. If an error occurs while saving this file will be
# reopened with the relevant failures.
#
apiVersion: v1
kind: Service
metadata:
  creationTimestamp: "2017-02-03T06:44:43Z"
  labels:
    app: svc2
  name: svc2
  namespace: edit-test
  resourceVersion: "2936"
  selfLink: /api/v1/namespaces/edit-test/services/svc2
  uid: 3e9b10db-e9dc-11e6-8c3b-acbc32c1ca87
spec:
  clusterIP: 10.0.0.182
  ports:
  - name: "80"
    port: 80
    protocol: TCP
    targetPort: 80
  selector:
    app: svc2
  sessionAffinity: None
  type: ClusterIP
status:
  loadBalancer: {}