...

Text file src/k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-apply-edit-last-applied-list-fail/2.edited

Documentation: k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-apply-edit-last-applied-list-fail

     1# Please edit the 'last-applied-configuration' annotations below.
     2# Lines beginning with a '#' will be ignored, and an empty file will abort the edit.
     3#
     4apiVersion: v1
     5items:
     6- apiVersion: v1
     7  data:
     8    baz: qux
     9    foo: changed-value
    10    new-data: new-value
    11    new-data2: new-value
    12    new-data3: newivalue
    13  kind: ConfigMap
    14  metadata:
    15    annotations: {}
    16    name: cm1
    17    namespace: myproject
    18- kind: Service
    19  metadata:
    20    annotations: {}
    21    labels:
    22      app: svc1
    23      new-label: foo
    24      new-label2: foo2
    25    name: svc1
    26    namespace: myproject
    27  spec:
    28    ports:
    29    - name: "80"
    30      port: 82
    31      protocol: TCP
    32      targetPort: 81
    33    sessionAffinity: None
    34    type: ClusterIP
    35  status:
    36    loadBalancer: {}
    37kind: List
    38metadata: {}

View as plain text