Uses of Class
io.fabric8.kubernetes.api.model.apps.StatefulSetSpec
-
-
Uses of StatefulSetSpec in io.fabric8.kubernetes.api.model.apps
Methods in io.fabric8.kubernetes.api.model.apps that return StatefulSetSpec Modifier and Type Method Description StatefulSetSpecStatefulSetSpecBuilder. build()StatefulSetSpecStatefulSetFluent. buildSpec()StatefulSetSpecStatefulSet. getSpec()StatefulSet represents a set of pods with consistent identities.Methods in io.fabric8.kubernetes.api.model.apps with parameters of type StatefulSetSpec Modifier and Type Method Description protected voidStatefulSetSpecFluent. copyInstance(StatefulSetSpec instance)StatefulSetFluent.SpecNested<A>StatefulSetFluent. editOrNewSpecLike(StatefulSetSpec item)voidStatefulSet. setSpec(StatefulSetSpec spec)StatefulSet represents a set of pods with consistent identities.StatefulSetFluent.SpecNested<A>StatefulSetFluent. withNewSpecLike(StatefulSetSpec item)AStatefulSetFluent. withSpec(StatefulSetSpec spec)Constructors in io.fabric8.kubernetes.api.model.apps with parameters of type StatefulSetSpec Constructor Description StatefulSet(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, StatefulSetSpec spec, StatefulSetStatus status)StatefulSetSpecBuilder(StatefulSetSpec instance)StatefulSetSpecBuilder(StatefulSetSpecFluent<?> fluent, StatefulSetSpec instance)StatefulSetSpecFluent(StatefulSetSpec instance)
-