mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Move each kubectl command to a separate directory
This commit is contained in:
21
pkg/kubectl/cmd/edit/testdata/testcase-apply-edit-last-applied-list/0.response
vendored
Executable file
21
pkg/kubectl/cmd/edit/testdata/testcase-apply-edit-last-applied-list/0.response
vendored
Executable file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user