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/workload-resources/deployment-v1/ below:

Website Navigation


Deployment | Kubernetes

Deployment

Deployment enables declarative updates for Pods and ReplicaSets.

apiVersion: apps/v1

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

Deployment

Deployment enables declarative updates for Pods and ReplicaSets.

DeploymentSpec

DeploymentSpec is the specification of the desired behavior of the Deployment.

DeploymentStatus

DeploymentStatus is the most recently observed status of the Deployment.

DeploymentList

DeploymentList is a list of Deployments.

Operations get read the specified Deployment HTTP Request

GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}

Parameters Response

200 (Deployment): OK

401: Unauthorized

get read status of the specified Deployment HTTP Request

GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status

Parameters Response

200 (Deployment): OK

401: Unauthorized

list list or watch objects of kind Deployment HTTP Request

GET /apis/apps/v1/namespaces/{namespace}/deployments

Parameters Response

200 (DeploymentList): OK

401: Unauthorized

list list or watch objects of kind Deployment HTTP Request

GET /apis/apps/v1/deployments

Parameters Response

200 (DeploymentList): OK

401: Unauthorized

create create a Deployment HTTP Request

POST /apis/apps/v1/namespaces/{namespace}/deployments

Parameters Response

200 (Deployment): OK

201 (Deployment): Created

202 (Deployment): Accepted

401: Unauthorized

update replace the specified Deployment HTTP Request

PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}

Parameters Response

200 (Deployment): OK

201 (Deployment): Created

401: Unauthorized

update replace status of the specified Deployment HTTP Request

PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status

Parameters Response

200 (Deployment): OK

201 (Deployment): Created

401: Unauthorized

patch partially update the specified Deployment HTTP Request

PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}

Parameters Response

200 (Deployment): OK

201 (Deployment): Created

401: Unauthorized

patch partially update status of the specified Deployment HTTP Request

PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status

Parameters Response

200 (Deployment): OK

201 (Deployment): Created

401: Unauthorized

delete delete a Deployment HTTP Request

DELETE /apis/apps/v1/namespaces/{namespace}/deployments/{name}

Parameters Response

200 (Status): OK

202 (Status): Accepted

401: Unauthorized

deletecollection delete collection of Deployment HTTP Request

DELETE /apis/apps/v1/namespaces/{namespace}/deployments

Parameters Response

200 (Status): OK

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