14 lines
234 B
JSON
14 lines
234 B
JSON
{
|
|
"kind": "Status",
|
|
"apiVersion": "v1",
|
|
"metadata": {},
|
|
"status": "Failure",
|
|
"message": "pods \"shell-dem\" not found",
|
|
"reason": "NotFound",
|
|
"details": {
|
|
"name": "shell-dem",
|
|
"kind": "pods"
|
|
},
|
|
"code": 404
|
|
}
|