StatefulSet interface
Helm StatefulSet status properties.
Properties
creation |
Creation Time of statefulset. |
desired | Desired number of pods |
name | The name of the statefulset. |
namespace | The namespace of the statefulset. |
ready | Number of ready pods. |
Property Details
creationTime
Creation Time of statefulset.
creationTime?: Date
Property Value
Date
desired
Desired number of pods
desired?: number
Property Value
number
name
The name of the statefulset.
name?: string
Property Value
string
namespace
The namespace of the statefulset.
namespace?: string
Property Value
string
ready
Number of ready pods.
ready?: 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