Interface KubeStatefulSetProps

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

    @Generated(value="jsii-pacmak/1.85.0 (build 08ee592)",
               date="2023-07-25T00:18:39.416Z")
    @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.