123456789101112131415161718192021222324 |
- # 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
- label2: value2
- name: foo
- resourceVersion: "21388"
- selfLink: /apis/storage.k8s.io/v1beta1/storageclassesfoo
- uid: b2287558-f190-11e6-b041-acbc32c1ca87
- parameters:
- baz: qux
- foo: bar
- provisioner: foo
- unknownClientField:
- clientdata: true
- unknownServerField1:
- data: true
|