mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-23 20:05:02 +00:00
20 lines
285 B
JSON
20 lines
285 B
JSON
{
|
|
"kind": "Pod",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "name",
|
|
"labels": {
|
|
"name": "redis-master"
|
|
}
|
|
},
|
|
"spec": {
|
|
"containers": [
|
|
{
|
|
"name": "master",
|
|
"image": "redis",
|
|
"args": "this is a bad command"
|
|
}
|
|
]
|
|
}
|
|
}
|