mirror of https://github.com/k3s-io/k3s
23 lines
441 B
Plaintext
Executable File
23 lines
441 B
Plaintext
Executable File
{
|
|
"kind": "StorageClass",
|
|
"apiVersion": "storage.k8s.io/v0",
|
|
"metadata": {
|
|
"name": "foo",
|
|
"selfLink": "/apis/storage.k8s.io/v0/storageclassesfoo",
|
|
"uid": "b2287558-f190-11e6-b041-acbc32c1ca87",
|
|
"resourceVersion": "21388",
|
|
"creationTimestamp": "2017-02-13T02:04:04Z",
|
|
"labels": {
|
|
"label1": "value1"
|
|
}
|
|
},
|
|
"provisioner": "foo",
|
|
"parameters": {
|
|
"baz": "qux",
|
|
"foo": "bar"
|
|
},
|
|
"extraField": {
|
|
"otherData": true
|
|
}
|
|
}
|