mirror of https://github.com/k3s-io/k3s
21 lines
821 B
Plaintext
Executable File
21 lines
821 B
Plaintext
Executable File
{
|
|
"kind": "ConfigMap",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "cm1",
|
|
"namespace": "myproject",
|
|
"selfLink": "/api/v1/namespaces/myproject/configmaps/cm1",
|
|
"uid": "cc08a131-3d6f-11e7-8ef0-c85b76034b7b",
|
|
"resourceVersion": "3518",
|
|
"creationTimestamp": "2017-05-20T15:20:03Z",
|
|
"annotations": {
|
|
"kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"v1\",\"data\":{\"baz\":\"qux\",\"foo\":\"changed-value\",\"new-data\":\"new-value\",\"new-data2\":\"new-value\"},\"kind\":\"ConfigMap\",\"metadata\":{\"annotations\":{},\"name\":\"cm1\",\"namespace\":\"myproject\"}}\n"
|
|
}
|
|
},
|
|
"data": {
|
|
"baz": "qux",
|
|
"foo": "changed-value",
|
|
"new-data": "new-value",
|
|
"new-data2": "new-value"
|
|
}
|
|
} |