mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
14 lines
174 B
JSON
14 lines
174 B
JSON
|
|
{
|
||
|
|
"kind": "Pod",
|
||
|
|
"apiVersion": "v1",
|
||
|
|
"metadata": {
|
||
|
|
"name": "test"
|
||
|
|
},
|
||
|
|
"spec": {
|
||
|
|
"containers": [{
|
||
|
|
"name": "test",
|
||
|
|
"image": "busybox"
|
||
|
|
}]
|
||
|
|
}
|
||
|
|
}
|