mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-19 02:38:07 -05:00
13 lines
225 B
Text
13 lines
225 B
Text
{
|
|
"kind": "Status",
|
|
"apiVersion": "v1",
|
|
"metadata": {},
|
|
"status": "Failure",
|
|
"message": "services \"missing\" not found",
|
|
"reason": "NotFound",
|
|
"details": {
|
|
"name": "missing",
|
|
"kind": "services"
|
|
},
|
|
"code": 404
|
|
}
|