...

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

Documentation: k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-unknown-field-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/v1beta1
     6kind: StorageClass
     7metadata:
     8  creationTimestamp: "2017-02-13T02:04:04Z"
     9  labels:
    10    label1: value1
    11  name: foo
    12  resourceVersion: "21388"
    13  selfLink: /apis/storage.k8s.io/v1beta1/storageclassesfoo
    14  uid: b2287558-f190-11e6-b041-acbc32c1ca87
    15parameters:
    16  baz: qux
    17  foo: bar
    18provisioner: foo
    19unknownServerField1:
    20  data: true
    21unknownServerField2:
    22  data: true

View as plain text