Deployment interface
Helm Deployment status properties.
Properties
available | Number of available pods. |
creation |
Creation Time of deployment. |
desired | Desired number of pods |
name | The name of the deployment. |
namespace | The namespace of the deployment. |
ready | Number of ready pods. |
up |
Number of upto date pods. |
Property Details
available
Number of available pods.
available?: number
Property Value
number
creationTime
Creation Time of deployment.
creationTime?: Date
Property Value
Date
desired
Desired number of pods
desired?: number
Property Value
number
name
The name of the deployment.
name?: string
Property Value
string
namespace
The namespace of the deployment.
namespace?: string
Property Value
string
ready
Number of ready pods.
ready?: number
Property Value
number
upToDate
Number of upto date pods.
upToDate?: number
Property Value
number
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript