mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-07 19:26:40 +00:00
14 lines
225 B
Plaintext
Executable File
14 lines
225 B
Plaintext
Executable File
{
|
|
"kind": "Status",
|
|
"apiVersion": "v1",
|
|
"metadata": {},
|
|
"status": "Failure",
|
|
"message": "services \"missing\" not found",
|
|
"reason": "NotFound",
|
|
"details": {
|
|
"name": "missing",
|
|
"kind": "services"
|
|
},
|
|
"code": 404
|
|
}
|