Uses of Class
io.fabric8.openshift.api.model.machine.v1.ControlPlaneMachineSetStrategy
-
Packages that use ControlPlaneMachineSetStrategy Package Description io.fabric8.openshift.api.model.machine.v1 -
-
Uses of ControlPlaneMachineSetStrategy in io.fabric8.openshift.api.model.machine.v1
Methods in io.fabric8.openshift.api.model.machine.v1 that return ControlPlaneMachineSetStrategy Modifier and Type Method Description ControlPlaneMachineSetStrategyControlPlaneMachineSetStrategyBuilder. build()ControlPlaneMachineSetStrategyControlPlaneMachineSetSpecFluent. buildStrategy()ControlPlaneMachineSetStrategyControlPlaneMachineSetSpec. getStrategy()Methods in io.fabric8.openshift.api.model.machine.v1 with parameters of type ControlPlaneMachineSetStrategy Modifier and Type Method Description protected voidControlPlaneMachineSetStrategyFluent. copyInstance(ControlPlaneMachineSetStrategy instance)ControlPlaneMachineSetSpecFluent.StrategyNested<A>ControlPlaneMachineSetSpecFluent. editOrNewStrategyLike(ControlPlaneMachineSetStrategy item)voidControlPlaneMachineSetSpec. setStrategy(ControlPlaneMachineSetStrategy strategy)ControlPlaneMachineSetSpecFluent.StrategyNested<A>ControlPlaneMachineSetSpecFluent. withNewStrategyLike(ControlPlaneMachineSetStrategy item)AControlPlaneMachineSetSpecFluent. withStrategy(ControlPlaneMachineSetStrategy strategy)Constructors in io.fabric8.openshift.api.model.machine.v1 with parameters of type ControlPlaneMachineSetStrategy Constructor Description ControlPlaneMachineSetSpec(Integer replicas, io.fabric8.kubernetes.api.model.LabelSelector selector, String state, ControlPlaneMachineSetStrategy strategy, ControlPlaneMachineSetTemplate template)ControlPlaneMachineSetStrategyBuilder(ControlPlaneMachineSetStrategy instance)ControlPlaneMachineSetStrategyBuilder(ControlPlaneMachineSetStrategyFluent<?> fluent, ControlPlaneMachineSetStrategy instance)ControlPlaneMachineSetStrategyFluent(ControlPlaneMachineSetStrategy instance)
-