Uses of Class
io.fabric8.openshift.api.model.hive.v1.MachineSetStatus
-
Packages that use MachineSetStatus Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of MachineSetStatus in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return MachineSetStatus Modifier and Type Method Description MachineSetStatusMachineSetStatusBuilder. build()MachineSetStatusMachinePoolStatusFluent. buildFirstMachineSet()MachineSetStatusMachinePoolStatusFluent. buildLastMachineSet()MachineSetStatusMachinePoolStatusFluent. buildMachineSet(int index)MachineSetStatusMachinePoolStatusFluent. buildMatchingMachineSet(Predicate<MachineSetStatusBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type MachineSetStatus Modifier and Type Method Description List<MachineSetStatus>MachinePoolStatusFluent. buildMachineSets()List<MachineSetStatus>MachinePoolStatus. getMachineSets()MachineSets is the status of the machine sets for the machine pool on the remote cluster.Methods in io.fabric8.openshift.api.model.hive.v1 with parameters of type MachineSetStatus Modifier and Type Method Description MachinePoolStatusFluent.MachineSetsNested<A>MachinePoolStatusFluent. addNewMachineSetLike(MachineSetStatus item)AMachinePoolStatusFluent. addToMachineSets(int index, MachineSetStatus item)AMachinePoolStatusFluent. addToMachineSets(MachineSetStatus... items)protected voidMachineSetStatusFluent. copyInstance(MachineSetStatus instance)AMachinePoolStatusFluent. removeFromMachineSets(MachineSetStatus... items)MachinePoolStatusFluent.MachineSetsNested<A>MachinePoolStatusFluent. setNewMachineSetLike(int index, MachineSetStatus item)AMachinePoolStatusFluent. setToMachineSets(int index, MachineSetStatus item)AMachinePoolStatusFluent. withMachineSets(MachineSetStatus... machineSets)Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type MachineSetStatus Modifier and Type Method Description AMachinePoolStatusFluent. addAllToMachineSets(Collection<MachineSetStatus> items)AMachinePoolStatusFluent. removeAllFromMachineSets(Collection<MachineSetStatus> items)voidMachinePoolStatus. setMachineSets(List<MachineSetStatus> machineSets)MachineSets is the status of the machine sets for the machine pool on the remote cluster.AMachinePoolStatusFluent. withMachineSets(List<MachineSetStatus> machineSets)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type MachineSetStatus Constructor Description MachineSetStatusBuilder(MachineSetStatus instance)MachineSetStatusBuilder(MachineSetStatusFluent<?> fluent, MachineSetStatus instance)MachineSetStatusFluent(MachineSetStatus instance)
-