...

Text file src/k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-unknown-version-known-group-kind/1.original

Documentation: k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-unknown-version-known-group-kind

     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: storage.k8s.io/v0
     6extraField:
     7  otherData: true
     8kind: StorageClass
     9metadata:
    10  creationTimestamp: "2017-02-13T02:04:04Z"
    11  labels:
    12    label1: value1
    13  name: foo
    14  resourceVersion: "21388"
    15  selfLink: /apis/storage.k8s.io/v0/storageclassesfoo
    16  uid: b2287558-f190-11e6-b041-acbc32c1ca87
    17parameters:
    18  baz: qux
    19  foo: bar
    20provisioner: foo

View as plain text