Uses of Class
io.fabric8.openshift.api.model.hive.v1.MachinePoolNameLease
-
Packages that use MachinePoolNameLease Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of MachinePoolNameLease in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return MachinePoolNameLease Modifier and Type Method Description MachinePoolNameLeaseMachinePoolNameLeaseBuilder. build()MachinePoolNameLeaseMachinePoolNameLeaseListFluent. buildFirstItem()MachinePoolNameLeaseMachinePoolNameLeaseListFluent. buildItem(int index)MachinePoolNameLeaseMachinePoolNameLeaseListFluent. buildLastItem()MachinePoolNameLeaseMachinePoolNameLeaseListFluent. buildMatchingItem(Predicate<MachinePoolNameLeaseBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type MachinePoolNameLease Modifier and Type Method Description List<MachinePoolNameLease>MachinePoolNameLeaseListFluent. buildItems()List<MachinePoolNameLease>MachinePoolNameLeaseList. getItems()MachinePoolNameLeaseList contains a list of MachinePoolNameLeases.Methods in io.fabric8.openshift.api.model.hive.v1 with parameters of type MachinePoolNameLease Modifier and Type Method Description MachinePoolNameLeaseListFluent.ItemsNested<A>MachinePoolNameLeaseListFluent. addNewItemLike(MachinePoolNameLease item)AMachinePoolNameLeaseListFluent. addToItems(int index, MachinePoolNameLease item)AMachinePoolNameLeaseListFluent. addToItems(MachinePoolNameLease... items)protected voidMachinePoolNameLeaseFluent. copyInstance(MachinePoolNameLease instance)AMachinePoolNameLeaseListFluent. removeFromItems(MachinePoolNameLease... items)MachinePoolNameLeaseListFluent.ItemsNested<A>MachinePoolNameLeaseListFluent. setNewItemLike(int index, MachinePoolNameLease item)AMachinePoolNameLeaseListFluent. setToItems(int index, MachinePoolNameLease item)AMachinePoolNameLeaseListFluent. withItems(MachinePoolNameLease... items)Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type MachinePoolNameLease Modifier and Type Method Description AMachinePoolNameLeaseListFluent. addAllToItems(Collection<MachinePoolNameLease> items)AMachinePoolNameLeaseListFluent. removeAllFromItems(Collection<MachinePoolNameLease> items)voidMachinePoolNameLeaseList. setItems(List<MachinePoolNameLease> items)MachinePoolNameLeaseList contains a list of MachinePoolNameLeases.AMachinePoolNameLeaseListFluent. withItems(List<MachinePoolNameLease> items)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type MachinePoolNameLease Constructor Description MachinePoolNameLeaseBuilder(MachinePoolNameLease instance)MachinePoolNameLeaseBuilder(MachinePoolNameLeaseFluent<?> fluent, MachinePoolNameLease instance)MachinePoolNameLeaseFluent(MachinePoolNameLease instance)Constructor parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type MachinePoolNameLease Constructor Description MachinePoolNameLeaseList(String apiVersion, List<MachinePoolNameLease> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-