Interface KubeStatefulSetProps

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    KubeStatefulSetProps.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.69.0 (build f656c31)",
               date="2022-10-15T03:08:35.533Z")
    @Stability(Stable)
    public interface KubeStatefulSetProps
    extends software.amazon.jsii.JsiiSerializable
    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.