A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://kubernetes.io/docs/reference/kubernetes-api/cluster-resources/namespace-v1/ below:

Website Navigation


Namespace | Kubernetes

Namespace

Namespace provides a scope for Names.

apiVersion: v1

import "k8s.io/api/core/v1"

Namespace

Namespace provides a scope for Names. Use of multiple namespaces is optional.

NamespaceSpec

NamespaceSpec describes the attributes on a Namespace.

NamespaceStatus

NamespaceStatus is information about the current status of a Namespace.

NamespaceList

NamespaceList is a list of Namespaces.

Operations get read the specified Namespace HTTP Request

GET /api/v1/namespaces/{name}

Parameters Response

200 (Namespace): OK

401: Unauthorized

get read status of the specified Namespace HTTP Request

GET /api/v1/namespaces/{name}/status

Parameters Response

200 (Namespace): OK

401: Unauthorized

list list or watch objects of kind Namespace HTTP Request

GET /api/v1/namespaces

Parameters Response

200 (NamespaceList): OK

401: Unauthorized

create create a Namespace HTTP Request

POST /api/v1/namespaces

Parameters Response

200 (Namespace): OK

201 (Namespace): Created

202 (Namespace): Accepted

401: Unauthorized

update replace the specified Namespace HTTP Request

PUT /api/v1/namespaces/{name}

Parameters Response

200 (Namespace): OK

201 (Namespace): Created

401: Unauthorized

update replace finalize of the specified Namespace HTTP Request

PUT /api/v1/namespaces/{name}/finalize

Parameters Response

200 (Namespace): OK

201 (Namespace): Created

401: Unauthorized

update replace status of the specified Namespace HTTP Request

PUT /api/v1/namespaces/{name}/status

Parameters Response

200 (Namespace): OK

201 (Namespace): Created

401: Unauthorized

patch partially update the specified Namespace HTTP Request

PATCH /api/v1/namespaces/{name}

Parameters Response

200 (Namespace): OK

201 (Namespace): Created

401: Unauthorized

patch partially update status of the specified Namespace HTTP Request

PATCH /api/v1/namespaces/{name}/status

Parameters Response

200 (Namespace): OK

201 (Namespace): Created

401: Unauthorized

delete delete a Namespace HTTP Request

DELETE /api/v1/namespaces/{name}

Parameters Response

200 (Status): OK

202 (Status): Accepted

401: Unauthorized

This page is automatically generated.

If you plan to report an issue with this page, mention that the page is auto-generated in your issue description. The fix may need to happen elsewhere in the Kubernetes project.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4