Uses of Class
io.fabric8.openshift.api.model.machine.v1.ControlPlaneMachineSetStatus
-
Packages that use ControlPlaneMachineSetStatus Package Description io.fabric8.openshift.api.model.machine.v1 -
-
Uses of ControlPlaneMachineSetStatus in io.fabric8.openshift.api.model.machine.v1
Methods in io.fabric8.openshift.api.model.machine.v1 that return ControlPlaneMachineSetStatus Modifier and Type Method Description ControlPlaneMachineSetStatusControlPlaneMachineSetStatusBuilder. build()ControlPlaneMachineSetStatusControlPlaneMachineSetFluent. buildStatus()ControlPlaneMachineSetStatusControlPlaneMachineSet. getStatus()Methods in io.fabric8.openshift.api.model.machine.v1 with parameters of type ControlPlaneMachineSetStatus Modifier and Type Method Description protected voidControlPlaneMachineSetStatusFluent. copyInstance(ControlPlaneMachineSetStatus instance)ControlPlaneMachineSetFluent.StatusNested<A>ControlPlaneMachineSetFluent. editOrNewStatusLike(ControlPlaneMachineSetStatus item)voidControlPlaneMachineSet. setStatus(ControlPlaneMachineSetStatus status)ControlPlaneMachineSetFluent.StatusNested<A>ControlPlaneMachineSetFluent. withNewStatusLike(ControlPlaneMachineSetStatus item)AControlPlaneMachineSetFluent. withStatus(ControlPlaneMachineSetStatus status)Constructors in io.fabric8.openshift.api.model.machine.v1 with parameters of type ControlPlaneMachineSetStatus Constructor Description ControlPlaneMachineSet(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ControlPlaneMachineSetSpec spec, ControlPlaneMachineSetStatus status)ControlPlaneMachineSetStatusBuilder(ControlPlaneMachineSetStatus instance)ControlPlaneMachineSetStatusBuilder(ControlPlaneMachineSetStatusFluent<?> fluent, ControlPlaneMachineSetStatus instance)ControlPlaneMachineSetStatusFluent(ControlPlaneMachineSetStatus instance)
-