Pod interface
Helm Pod status properties.
Properties
creation |
Creation Time of Pod. |
desired | Desired number of containers |
events | Last 5 Pod events. |
name | The name of the Pod. |
namespace | The namespace of the Pod. |
ready | Number of ready containers. |
status | The status of a pod. |
Property Details
creationTime
Creation Time of Pod.
creationTime?: Date
Property Value
Date
desired
Desired number of containers
desired?: number
Property Value
number
events
name
The name of the Pod.
name?: string
Property Value
string
namespace
The namespace of the Pod.
namespace?: string
Property Value
string
ready
Number of ready containers.
ready?: number
Property Value
number
status
The status of a pod.
status?: string
Property Value
string
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