Uses of Interface
org.cdk8s.plus25.k8s.StatefulSetSpec
-
Packages that use StatefulSetSpec Package Description org.cdk8s.plus25.k8s -
-
Uses of StatefulSetSpec in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement StatefulSetSpec Modifier and Type Class Description static classStatefulSetSpec.Jsii$ProxyAn implementation forStatefulSetSpecMethods in org.cdk8s.plus25.k8s that return StatefulSetSpec Modifier and Type Method Description StatefulSetSpecStatefulSetSpec.Builder. build()Builds the configured instance.default StatefulSetSpecKubeStatefulSetProps. getSpec()Spec defines the desired identities of pods in this set.StatefulSetSpecKubeStatefulSetProps.Jsii$Proxy. getSpec()Methods in org.cdk8s.plus25.k8s with parameters of type StatefulSetSpec Modifier and Type Method Description KubeStatefulSet.BuilderKubeStatefulSet.Builder. spec(StatefulSetSpec spec)Spec defines the desired identities of pods in this set.KubeStatefulSetProps.BuilderKubeStatefulSetProps.Builder. spec(StatefulSetSpec spec)Sets the value ofKubeStatefulSetProps.getSpec()
-