Gets a resource in a namespace of specified cluster
Gets a resource in a namespace of specified cluster
Path Parameters
workspace stringrequired
Workspace to use
cluster stringrequired
Cluster name
namespace stringrequired
Namespace name
kind stringrequired
Resource kind (e.g. pods)
name stringrequired
Resource name
Responses
- 200
- 401
- 403
- 404
- 500
Resource
- application/json
- Schema
- Example (from schema)
Schema
- object
{}
If not authenticated
If authenticated but not authorized
Resource or kind does not exist or unsupported
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...