Returns a list of namespaces of specified cluster
Returns a list of namespaces of specified cluster
Path Parameters
workspace stringrequired
Workspace to use
cluster stringrequired
Cluster name
Responses
- 200
- 401
- 403
- 404
- 500
Contains a list of the namespaces in the cluster
- application/json
- Schema
- Example (from schema)
Schema
items undefined[]
{
"items": [
null
]
}
If not authenticated
If authenticated but not authorized
Does not exist
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...