kubenix/tests/k8s/pod.json

14 lines
174 B
JSON
Raw Normal View History

{
"kind": "Pod",
"apiVersion": "v1",
"metadata": {
"name": "test"
},
"spec": {
"containers": [{
"name": "test",
"image": "busybox"
}]
}
}