Uses of Class
io.fabric8.openshift.api.model.machine.v1.ControlPlaneMachineSet
-
Packages that use ControlPlaneMachineSet Package Description io.fabric8.openshift.api.model.machine.v1 -
-
Uses of ControlPlaneMachineSet in io.fabric8.openshift.api.model.machine.v1
Methods in io.fabric8.openshift.api.model.machine.v1 that return ControlPlaneMachineSet Modifier and Type Method Description ControlPlaneMachineSetControlPlaneMachineSetBuilder. build()ControlPlaneMachineSetControlPlaneMachineSetListFluent. buildFirstItem()ControlPlaneMachineSetControlPlaneMachineSetListFluent. buildItem(int index)ControlPlaneMachineSetControlPlaneMachineSetListFluent. buildLastItem()ControlPlaneMachineSetControlPlaneMachineSetListFluent. buildMatchingItem(Predicate<ControlPlaneMachineSetBuilder> predicate)Methods in io.fabric8.openshift.api.model.machine.v1 that return types with arguments of type ControlPlaneMachineSet Modifier and Type Method Description List<ControlPlaneMachineSet>ControlPlaneMachineSetListFluent. buildItems()List<ControlPlaneMachineSet>ControlPlaneMachineSetList. getItems()Methods in io.fabric8.openshift.api.model.machine.v1 with parameters of type ControlPlaneMachineSet Modifier and Type Method Description ControlPlaneMachineSetListFluent.ItemsNested<A>ControlPlaneMachineSetListFluent. addNewItemLike(ControlPlaneMachineSet item)AControlPlaneMachineSetListFluent. addToItems(int index, ControlPlaneMachineSet item)AControlPlaneMachineSetListFluent. addToItems(ControlPlaneMachineSet... items)protected voidControlPlaneMachineSetFluent. copyInstance(ControlPlaneMachineSet instance)AControlPlaneMachineSetListFluent. removeFromItems(ControlPlaneMachineSet... items)ControlPlaneMachineSetListFluent.ItemsNested<A>ControlPlaneMachineSetListFluent. setNewItemLike(int index, ControlPlaneMachineSet item)AControlPlaneMachineSetListFluent. setToItems(int index, ControlPlaneMachineSet item)AControlPlaneMachineSetListFluent. withItems(ControlPlaneMachineSet... items)Method parameters in io.fabric8.openshift.api.model.machine.v1 with type arguments of type ControlPlaneMachineSet Modifier and Type Method Description AControlPlaneMachineSetListFluent. addAllToItems(Collection<ControlPlaneMachineSet> items)AControlPlaneMachineSetListFluent. removeAllFromItems(Collection<ControlPlaneMachineSet> items)voidControlPlaneMachineSetList. setItems(List<ControlPlaneMachineSet> items)AControlPlaneMachineSetListFluent. withItems(List<ControlPlaneMachineSet> items)Constructors in io.fabric8.openshift.api.model.machine.v1 with parameters of type ControlPlaneMachineSet Constructor Description ControlPlaneMachineSetBuilder(ControlPlaneMachineSet instance)ControlPlaneMachineSetBuilder(ControlPlaneMachineSetFluent<?> fluent, ControlPlaneMachineSet instance)ControlPlaneMachineSetFluent(ControlPlaneMachineSet instance)Constructor parameters in io.fabric8.openshift.api.model.machine.v1 with type arguments of type ControlPlaneMachineSet Constructor Description ControlPlaneMachineSetList(String apiVersion, List<ControlPlaneMachineSet> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-