| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
MachineSetStatus |
MachineSetStatusBuilder.build() |
MachineSetStatus |
MachinePoolStatusFluent.buildFirstMachineSet() |
MachineSetStatus |
MachinePoolStatusFluent.buildLastMachineSet() |
MachineSetStatus |
MachinePoolStatusFluent.buildMachineSet(int index) |
MachineSetStatus |
MachinePoolStatusFluent.buildMatchingMachineSet(Predicate<MachineSetStatusBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<MachineSetStatus> |
MachinePoolStatusFluent.buildMachineSets() |
List<MachineSetStatus> |
MachinePoolStatus.getMachineSets() |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolStatusFluent.MachineSetsNested<A> |
MachinePoolStatusFluent.addNewMachineSetLike(MachineSetStatus item) |
A |
MachinePoolStatusFluent.addToMachineSets(int index,
MachineSetStatus item) |
A |
MachinePoolStatusFluent.addToMachineSets(MachineSetStatus... items) |
protected void |
MachineSetStatusFluent.copyInstance(MachineSetStatus instance) |
A |
MachinePoolStatusFluent.removeFromMachineSets(MachineSetStatus... items) |
MachinePoolStatusFluent.MachineSetsNested<A> |
MachinePoolStatusFluent.setNewMachineSetLike(int index,
MachineSetStatus item) |
A |
MachinePoolStatusFluent.setToMachineSets(int index,
MachineSetStatus item) |
A |
MachinePoolStatusFluent.withMachineSets(MachineSetStatus... machineSets) |
| Modifier and Type | Method and Description |
|---|---|
A |
MachinePoolStatusFluent.addAllToMachineSets(Collection<MachineSetStatus> items) |
A |
MachinePoolStatusFluent.removeAllFromMachineSets(Collection<MachineSetStatus> items) |
void |
MachinePoolStatus.setMachineSets(List<MachineSetStatus> machineSets) |
A |
MachinePoolStatusFluent.withMachineSets(List<MachineSetStatus> machineSets) |
| Constructor and Description |
|---|
MachineSetStatusBuilder(MachineSetStatus instance) |
MachineSetStatusBuilder(MachineSetStatusFluent<?> fluent,
MachineSetStatus instance) |
MachineSetStatusFluent(MachineSetStatus instance) |
| Constructor and Description |
|---|
MachinePoolStatus(List<MachinePoolCondition> conditions,
List<MachineSetStatus> machineSets,
List<String> ownedLabels,
List<TaintIdentifier> ownedTaints,
Integer replicas) |
Copyright © 2015–2024 Red Hat. All rights reserved.