...

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

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    label2: value2
    12  name: foo
    13  resourceVersion: "21388"
    14  selfLink: /apis/storage.k8s.io/v1beta1/storageclassesfoo
    15  uid: b2287558-f190-11e6-b041-acbc32c1ca87
    16parameters:
    17  baz: qux
    18  foo: bar
    19provisioner: foo
    20unknownClientField:
    21  clientdata: true
    22unknownServerField1:
    23  data: true

View as plain text