Files
website/docs/api-reference/v1.5/documents/_generated_deploymentstatus_v1beta1_concept.md
T
2017-01-13 09:56:34 -08:00

4.0 KiB


DeploymentStatus v1beta1

Group Version Kind
Extensions v1beta1 DeploymentStatus

DeploymentStatus is the most recently observed status of the Deployment.

Field Description
availableReplicas
integer
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
conditions
DeploymentCondition array
Represents the latest available observations of a deployment's current state.
observedGeneration
integer
The generation observed by the deployment controller.
replicas
integer
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
unavailableReplicas
integer
Total number of unavailable pods targeted by this deployment.
updatedReplicas
integer
Total number of non-terminated pods targeted by this deployment that have the desired template spec.

Write Operations

See supported operations below...

Replace

bdocs-tab:kubectl kubectl Command


Coming Soon

bdocs-tab:curl curl Command (requires kubectl proxy to be running)


Coming Soon

bdocs-tab:kubectl Output


Coming Soon

bdocs-tab:curl Response Body


Coming Soon

replace status of the specified Deployment

HTTP Request

PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status

Path Parameters

Parameter Description
name name of the Deployment
namespace object name and auth scope, such as for teams and projects
pretty If 'true', then the output is pretty printed.

Query Parameters

Parameter Description
body
Deployment

Response

Code Description
200
Deployment
OK

Patch

bdocs-tab:kubectl kubectl Command


Coming Soon

bdocs-tab:curl curl Command (requires kubectl proxy to be running)


Coming Soon

bdocs-tab:kubectl Output


Coming Soon

bdocs-tab:curl Response Body


Coming Soon

partially update status of the specified Deployment

HTTP Request

PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status

Path Parameters

Parameter Description
name name of the Deployment
namespace object name and auth scope, such as for teams and projects
pretty If 'true', then the output is pretty printed.

Query Parameters

Parameter Description
body
Patch

Response

Code Description
200
Deployment
OK

Read Operations

See supported operations below...

Read

bdocs-tab:kubectl kubectl Command


Coming Soon

bdocs-tab:curl curl Command (requires kubectl proxy to be running)


Coming Soon

bdocs-tab:kubectl Output


Coming Soon

bdocs-tab:curl Response Body


Coming Soon

read status of the specified Deployment

HTTP Request

GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status

Path Parameters

Parameter Description
name name of the Deployment
namespace object name and auth scope, such as for teams and projects
pretty If 'true', then the output is pretty printed.

Response

Code Description
200
Deployment
OK