Uses of Interface
org.cdk8s.plus25.k8s.StatefulSetUpdateStrategy
-
Packages that use StatefulSetUpdateStrategy Package Description org.cdk8s.plus25.k8s -
-
Uses of StatefulSetUpdateStrategy in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement StatefulSetUpdateStrategy Modifier and Type Class Description static classStatefulSetUpdateStrategy.Jsii$ProxyAn implementation forStatefulSetUpdateStrategyMethods in org.cdk8s.plus25.k8s that return StatefulSetUpdateStrategy Modifier and Type Method Description StatefulSetUpdateStrategyStatefulSetUpdateStrategy.Builder. build()Builds the configured instance.default StatefulSetUpdateStrategyStatefulSetSpec. getUpdateStrategy()updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.StatefulSetUpdateStrategyStatefulSetSpec.Jsii$Proxy. getUpdateStrategy()Methods in org.cdk8s.plus25.k8s with parameters of type StatefulSetUpdateStrategy Modifier and Type Method Description StatefulSetSpec.BuilderStatefulSetSpec.Builder. updateStrategy(StatefulSetUpdateStrategy updateStrategy)Sets the value ofStatefulSetSpec.getUpdateStrategy()
-