Interface KubeStatefulSetProps

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

    @Generated(value="jsii-pacmak/1.88.0 (build eaabd08)",
               date="2023-09-11T06:17:58.717Z")
    @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.