Namespace [v1]
- Description
- Namespace provides a scope for Names. Use of multiple namespaces is optional.
- Type
object
Specification
.spec
- Description
- NamespaceSpec describes the attributes on a Namespace.
- Type
object
.spec.finalizers
- Description
- Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
- Type
array
.spec.finalizers[]
- Type
string
.status
- Description
- NamespaceStatus is information about the current status of a Namespace.
- Type
object
.status.conditions
- Description
- Represents the latest available observations of a namespace's current state.
- Type
array
.status.conditions[]
- Description
- NamespaceCondition contains details about state of namespace.
- Type
object- Required
typestatus
API Endpoints
The following API endpoints are available:
/kubernetes/{cluster}/api/v1/namespacesDELETE: delete collection of NamespaceGET: list objects of kind NamespacePOST: create a new Namespace
/kubernetes/{cluster}/api/v1/namespaces/{name}DELETE: delete the specified NamespaceGET: read the specified NamespacePATCH: partially update the specified NamespacePUT: replace the specified Namespace
/kubernetes/{cluster}/api/v1/namespaces/{name}/statusGET: read status of the specified NamespacePATCH: partially update status of the specified NamespacePUT: replace status of the specified Namespace
/kubernetes/{cluster}/api/v1/namespaces
- HTTP method
DELETE- Description
- delete collection of Namespace
- HTTP responses
- HTTP method
GET- Description
- list objects of kind Namespace
- HTTP responses
- HTTP method
POST- Description
- create a new Namespace
- Query parameters
- Body parameters
- HTTP responses
/kubernetes/{cluster}/api/v1/namespaces/{name}
- HTTP method
DELETE- Description
- delete the specified Namespace
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified Namespace
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified Namespace
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified Namespace
- Query parameters
- Body parameters
- HTTP responses
/kubernetes/{cluster}/api/v1/namespaces/{name}/status
- HTTP method
GET- Description
- read status of the specified Namespace
- HTTP responses
- HTTP method
PATCH- Description
- partially update status of the specified Namespace
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace status of the specified Namespace
- Query parameters
- Body parameters
- HTTP responses