19 lines
247 B
JSON
19 lines
247 B
JSON
|
{
|
||
|
"kind": "Pod",
|
||
|
"apiVersion": "v1",
|
||
|
"metadata": {
|
||
|
"name": "",
|
||
|
"labels": {
|
||
|
"name": ""
|
||
|
},
|
||
|
"generateName": "",
|
||
|
"namespace": "",
|
||
|
"annotations": []
|
||
|
},
|
||
|
"spec": {
|
||
|
|
||
|
// See 'The spec schema' for details.
|
||
|
|
||
|
}
|
||
|
}
|