Get user's kubectl pod
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Get user's kubectl pod
Path Parameters
user string required
username
Responses
- 200
ok
application/json
Schema
Example (from schema)
Schema
container string required
container name
namespace string required
namespace
pod string required
pod name
{
"container": "string",
"namespace": "string",
"pod": "string"
}
Loading...