kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-list-errors/5.edited

# 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.
#
# services "svc1" was not valid:
# * spec.clusterIP: Invalid value: "10.0.0.10": field is immutable
# * spec.ports[0].protocol: Unsupported value: "VHF": supported values: TCP, UDP, SCTP
#
apiVersion: v1
items:
- apiVersion: v1
  kind: Service
  metadata:
    creationTimestamp: "2017-02-03T06:11:32Z"
    labels:
      app: svc1
      newvalue: modified
    name: svc1
    namespace: edit-test
    resourceVersion: "1904"
    selfLink: /api/v1/namespaces/edit-test/services/svc1
    uid: 9bec82be-e9d7-11e6-8c3b-acbc32c1ca87
  spec:
    clusterIP: 10.0.0.248
    ports:
    - name: "80"
      port: 83
      protocol: VHF
      targetPort: 81
    sessionAffinity: None
    type: ClusterIP
  status:
    loadBalancer: {}
- apiVersion: v1
  data:
    baz: qux
    foo: changed-value2
  kind: ConfigMap
  metadata:
    creationTimestamp: "2017-02-03T06:12:07Z"
    name: cm1
    namespace: edit-test
    resourceVersion: "1903"
    selfLink: /api/v1/namespaces/edit-test/configmaps/cm1
    uid: b09bffab-e9d7-11e6-8c3b-acbc32c1ca87
kind: List
metadata: {}