kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-apply-edit-last-applied-list-fail/3.original

# Please edit the 'last-applied-configuration' annotations below.
# Lines beginning with a '#' will be ignored, and an empty file will abort the edit.
#
# The edited file had a syntax error: unable to get type info from the object "*unstructured.Unstructured": Object 'apiVersion' is missing in 'object has no apiVersion field'
#
apiVersion: v1
items:
- apiVersion: v1
  data:
    baz: qux
    foo: changed-value
    new-data: new-value
    new-data2: new-value
    new-data3: newivalue
  kind: ConfigMap
  metadata:
    annotations: {}
    name: cm1
    namespace: myproject
- kind: Service
  metadata:
    annotations: {}
    labels:
      app: svc1
      new-label: foo
      new-label2: foo2
    name: svc1
    namespace: myproject
  spec:
    ports:
    - name: "80"
      port: 82
      protocol: TCP
      targetPort: 81
    sessionAffinity: None
    type: ClusterIP
  status:
    loadBalancer: {}
kind: List
metadata: {}