Kazan v0.2.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
::Kazan.Models.V1.ObjectMeta
spec
::Kazan.Models.V1beta1.StatefulSetSpec
- Spec defines the desired identities of pods in this set.
status
::Kazan.Models.V1beta1.StatefulSetStatus
- Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.