Uses of Class
io.fabric8.kubernetes.api.model.apps.ReplicaSetSpec
-
-
Uses of ReplicaSetSpec in io.fabric8.kubernetes.api.model.apps
Methods in io.fabric8.kubernetes.api.model.apps that return ReplicaSetSpec Modifier and Type Method Description ReplicaSetSpecReplicaSetSpecBuilder. build()ReplicaSetSpecReplicaSetFluent. buildSpec()ReplicaSetSpecReplicaSet. getSpec()ReplicaSet ensures that a specified number of pod replicas are running at any given time.Methods in io.fabric8.kubernetes.api.model.apps with parameters of type ReplicaSetSpec Modifier and Type Method Description protected voidReplicaSetSpecFluent. copyInstance(ReplicaSetSpec instance)ReplicaSetFluent.SpecNested<A>ReplicaSetFluent. editOrNewSpecLike(ReplicaSetSpec item)voidReplicaSet. setSpec(ReplicaSetSpec spec)ReplicaSet ensures that a specified number of pod replicas are running at any given time.ReplicaSetFluent.SpecNested<A>ReplicaSetFluent. withNewSpecLike(ReplicaSetSpec item)AReplicaSetFluent. withSpec(ReplicaSetSpec spec)Constructors in io.fabric8.kubernetes.api.model.apps with parameters of type ReplicaSetSpec Constructor Description ReplicaSet(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ReplicaSetSpec spec, ReplicaSetStatus status)ReplicaSetSpecBuilder(ReplicaSetSpec instance)ReplicaSetSpecBuilder(ReplicaSetSpecFluent<?> fluent, ReplicaSetSpec instance)ReplicaSetSpecFluent(ReplicaSetSpec instance)
-