...

Text file src/k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-immutable-name/1.original

Documentation: k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-immutable-name

     1# Please edit the object below. Lines beginning with a '#' will be ignored,
     2# and an empty file will abort the edit. If an error occurs while saving this file will be
     3# reopened with the relevant failures.
     4#
     5apiVersion: v1
     6data:
     7  baz: qux
     8  foo: changed-value2
     9kind: ConfigMap
    10metadata:
    11  creationTimestamp: "2017-02-03T06:12:07Z"
    12  name: cm1
    13  namespace: edit-test
    14  resourceVersion: "2071"
    15  selfLink: /api/v1/namespaces/edit-test/configmaps/cm1
    16  uid: b09bffab-e9d7-11e6-8c3b-acbc32c1ca87

View as plain text