Get namespace scope resource
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Get namespace scope resource
Path Parameters
namespace string required
The specified namespace.
resources string required
namespace level resource type, e.g. pods,jobs,configmaps,services.
name string required
the name of resource
Responses
- 200
ok
application/json
Schema
Example (from schema)
Schema
items undefined[] required
totalItems int32 required
{
"items": [
null
],
"totalItems": 0
}
Loading...