kubenix/tests/k8s/pod.json
2019-04-05 20:27:47 +02:00

13 lines
174 B
JSON

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