1234567891011121314151617181920212223 |
- # Please edit the object below. Lines beginning with a '#' will be ignored,
- # and an empty file will abort the edit. If an error occurs while saving this file will be
- # reopened with the relevant failures.
- #
- apiVersion: storage.k8s.io/v1beta1
- kind: StorageClass
- metadata:
- creationTimestamp: "2017-02-13T02:04:04Z"
- labels:
- label1: value1
- name: foo
- resourceVersion: "21388"
- selfLink: /apis/storage.k8s.io/v1beta1/storageclassesfoo
- uid: b2287558-f190-11e6-b041-acbc32c1ca87
- parameters:
- baz: qux
- foo: bar
- provisioner: foo
- unknownServerField1:
- data: true
- unknownServerField2:
- data: true
|