Kazan v0.1.0 Kazan.Models.V1beta1.StatefulSet
StatefulSet represents a set of pods with consistent identities. Identities are defined as:
- Network: A single stable DNS and hostname.
- Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.
Properties
metadata
- SeeKazan.Models.V1.ObjectMeta
.spec
- Spec defines the desired identities of pods in this set. SeeKazan.Models.V1beta1.StatefulSetSpec
.status
- Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. SeeKazan.Models.V1beta1.StatefulSetStatus
.