Uses of Class
io.fabric8.openshift.api.model.hive.v1.InventoryEntry
-
Packages that use InventoryEntry Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of InventoryEntry in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return InventoryEntry Modifier and Type Method Description InventoryEntryInventoryEntryBuilder. build()InventoryEntryClusterPoolSpecFluent. buildFirstInventory()InventoryEntryClusterPoolSpecFluent. buildInventory(int index)InventoryEntryClusterPoolSpecFluent. buildLastInventory()InventoryEntryClusterPoolSpecFluent. buildMatchingInventory(Predicate<InventoryEntryBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type InventoryEntry Modifier and Type Method Description List<InventoryEntry>ClusterPoolSpecFluent. buildInventory()List<InventoryEntry>ClusterPoolSpec. getInventory()Inventory maintains a list of entries consumed by the ClusterPool to customize the default ClusterDeployment.Methods in io.fabric8.openshift.api.model.hive.v1 with parameters of type InventoryEntry Modifier and Type Method Description ClusterPoolSpecFluent.InventoryNested<A>ClusterPoolSpecFluent. addNewInventoryLike(InventoryEntry item)AClusterPoolSpecFluent. addToInventory(int index, InventoryEntry item)AClusterPoolSpecFluent. addToInventory(InventoryEntry... items)protected voidInventoryEntryFluent. copyInstance(InventoryEntry instance)AClusterPoolSpecFluent. removeFromInventory(InventoryEntry... items)ClusterPoolSpecFluent.InventoryNested<A>ClusterPoolSpecFluent. setNewInventoryLike(int index, InventoryEntry item)AClusterPoolSpecFluent. setToInventory(int index, InventoryEntry item)AClusterPoolSpecFluent. withInventory(InventoryEntry... inventory)Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type InventoryEntry Modifier and Type Method Description AClusterPoolSpecFluent. addAllToInventory(Collection<InventoryEntry> items)AClusterPoolSpecFluent. removeAllFromInventory(Collection<InventoryEntry> items)voidClusterPoolSpec. setInventory(List<InventoryEntry> inventory)Inventory maintains a list of entries consumed by the ClusterPool to customize the default ClusterDeployment.AClusterPoolSpecFluent. withInventory(List<InventoryEntry> inventory)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type InventoryEntry Constructor Description InventoryEntryBuilder(InventoryEntry instance)InventoryEntryBuilder(InventoryEntryFluent<?> fluent, InventoryEntry instance)InventoryEntryFluent(InventoryEntry instance)
-