Uses of Class
io.fabric8.openshift.api.model.operator.v1.MachineManager
-
Packages that use MachineManager Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of MachineManager in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return MachineManager Modifier and Type Method Description MachineManagerMachineManagerBuilder. build()MachineManagerManagedBootImagesFluent. buildFirstMachineManager()MachineManagerManagedBootImagesFluent. buildLastMachineManager()MachineManagerManagedBootImagesFluent. buildMachineManager(int index)MachineManagerManagedBootImagesFluent. buildMatchingMachineManager(Predicate<MachineManagerBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type MachineManager Modifier and Type Method Description List<MachineManager>ManagedBootImagesFluent. buildMachineManagers()List<MachineManager>ManagedBootImages. getMachineManagers()machineManagers can be used to register machine management resources for boot image updates.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type MachineManager Modifier and Type Method Description ManagedBootImagesFluent.MachineManagersNested<A>ManagedBootImagesFluent. addNewMachineManagerLike(MachineManager item)AManagedBootImagesFluent. addToMachineManagers(int index, MachineManager item)AManagedBootImagesFluent. addToMachineManagers(MachineManager... items)protected voidMachineManagerFluent. copyInstance(MachineManager instance)AManagedBootImagesFluent. removeFromMachineManagers(MachineManager... items)ManagedBootImagesFluent.MachineManagersNested<A>ManagedBootImagesFluent. setNewMachineManagerLike(int index, MachineManager item)AManagedBootImagesFluent. setToMachineManagers(int index, MachineManager item)AManagedBootImagesFluent. withMachineManagers(MachineManager... machineManagers)Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type MachineManager Modifier and Type Method Description AManagedBootImagesFluent. addAllToMachineManagers(Collection<MachineManager> items)AManagedBootImagesFluent. removeAllFromMachineManagers(Collection<MachineManager> items)voidManagedBootImages. setMachineManagers(List<MachineManager> machineManagers)machineManagers can be used to register machine management resources for boot image updates.AManagedBootImagesFluent. withMachineManagers(List<MachineManager> machineManagers)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type MachineManager Constructor Description MachineManagerBuilder(MachineManager instance)MachineManagerBuilder(MachineManagerFluent<?> fluent, MachineManager instance)MachineManagerFluent(MachineManager instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type MachineManager Constructor Description ManagedBootImages(List<MachineManager> machineManagers)
-