kubenix/tests/k8s/pod.json

16 lines
192 B
JSON
Raw Normal View History

{
"kind": "Pod",
"apiVersion": "v1",
"metadata": {
"name": "test"
},
"spec": {
2022-04-02 15:40:44 -07:00
"containers": [
{
"name": "test",
"image": "busybox"
}
]
}
}