kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-create-list-error/0.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:47Z"
  labels:
    app: svc1
  name: svc1
  namespace: edit-test
  resourceVersion: "2942"
  selfLink: /api/v1/namespaces/edit-test/services/svc1
  uid: 4149f70e-e9dc-11e6-8c3b-acbc32c1ca87
spec:
  clusterIP: 10.0.0.118
  ports:
  - name: "81"
    port: 81
    protocol: TCP
    targetPort: 81
  selector:
    app: svc1
  sessionAffinity: None
  type: ClusterIP
status:
  loadBalancer: {}