| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
InventoryEntry |
InventoryEntryBuilder.build() |
InventoryEntry |
ClusterPoolSpecFluent.buildFirstInventory() |
InventoryEntry |
ClusterPoolSpecFluent.buildInventory(int index) |
InventoryEntry |
ClusterPoolSpecFluent.buildLastInventory() |
InventoryEntry |
ClusterPoolSpecFluent.buildMatchingInventory(Predicate<InventoryEntryBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<InventoryEntry> |
ClusterPoolSpecFluent.buildInventory() |
List<InventoryEntry> |
ClusterPoolSpec.getInventory() |
| Modifier and Type | Method and Description |
|---|---|
ClusterPoolSpecFluent.InventoryNested<A> |
ClusterPoolSpecFluent.addNewInventoryLike(InventoryEntry item) |
A |
ClusterPoolSpecFluent.addToInventory(int index,
InventoryEntry item) |
A |
ClusterPoolSpecFluent.addToInventory(InventoryEntry... items) |
protected void |
InventoryEntryFluent.copyInstance(InventoryEntry instance) |
A |
ClusterPoolSpecFluent.removeFromInventory(InventoryEntry... items) |
ClusterPoolSpecFluent.InventoryNested<A> |
ClusterPoolSpecFluent.setNewInventoryLike(int index,
InventoryEntry item) |
A |
ClusterPoolSpecFluent.setToInventory(int index,
InventoryEntry item) |
A |
ClusterPoolSpecFluent.withInventory(InventoryEntry... inventory) |
| Modifier and Type | Method and Description |
|---|---|
A |
ClusterPoolSpecFluent.addAllToInventory(Collection<InventoryEntry> items) |
A |
ClusterPoolSpecFluent.removeAllFromInventory(Collection<InventoryEntry> items) |
void |
ClusterPoolSpec.setInventory(List<InventoryEntry> inventory) |
A |
ClusterPoolSpecFluent.withInventory(List<InventoryEntry> inventory) |
| Constructor and Description |
|---|
InventoryEntryBuilder(InventoryEntry instance) |
InventoryEntryBuilder(InventoryEntryFluent<?> fluent,
InventoryEntry instance) |
InventoryEntryFluent(InventoryEntry instance) |
| Constructor and Description |
|---|
ClusterPoolSpec(Map<String,String> annotations,
String baseDomain,
ClusterPoolClaimLifetime claimLifetime,
io.fabric8.kubernetes.api.model.Duration hibernateAfter,
HibernationConfig hibernationConfig,
ClusterImageSetReference imageSetRef,
Integer installAttemptsLimit,
io.fabric8.kubernetes.api.model.LocalObjectReference installConfigSecretTemplateRef,
List<InventoryEntry> inventory,
Map<String,String> labels,
Integer maxConcurrent,
Integer maxSize,
Platform platform,
io.fabric8.kubernetes.api.model.LocalObjectReference pullSecretRef,
Integer runningCount,
Integer size,
Boolean skipMachinePools) |
Copyright © 2015–2024 Red Hat. All rights reserved.