List resources at namespace scope
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
List resources at namespace scope
Path Parameters
namespace string required
The specified namespace.
resources string required
namespace level resource type, e.g. pods,jobs,configmaps,services.
Query Parameters
name string
name used to do filtering
page page=%d
Default value: page=1
page
limit string
limit
ascending string
Default value: ascending=false
sort parameters, e.g. reverse=true
sortBy string
sort parameters, e.g. orderBy=createTime
fieldSelector string
field selector used for filtering, you can use the = , == and != operators with field selectors( = and == mean the same thing), e.g. fieldSelector=type=kubernetes.io/dockerconfigjson, multiple separated by comma
Responses
- 200
ok
application/json
Schema
Example (from schema)
Schema
items undefined[] required
totalItems int32 required
{
"items": [
null
],
"totalItems": 0
}
Loading...