| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
MachineSetStatus |
MachineSetStatusBuilder.build() |
MachineSetStatus |
MachinePoolStatusFluentImpl.buildFirstMachineSet() |
MachineSetStatus |
MachinePoolStatusFluent.buildFirstMachineSet() |
MachineSetStatus |
MachinePoolStatusFluentImpl.buildLastMachineSet() |
MachineSetStatus |
MachinePoolStatusFluent.buildLastMachineSet() |
MachineSetStatus |
MachinePoolStatusFluentImpl.buildMachineSet(Integer index) |
MachineSetStatus |
MachinePoolStatusFluent.buildMachineSet(Integer index) |
MachineSetStatus |
MachinePoolStatusFluentImpl.buildMatchingMachineSet(Predicate<MachineSetStatusBuilder> predicate) |
MachineSetStatus |
MachinePoolStatusFluent.buildMatchingMachineSet(Predicate<MachineSetStatusBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<MachineSetStatus> |
MachinePoolStatusFluentImpl.buildMachineSets() |
List<MachineSetStatus> |
MachinePoolStatusFluent.buildMachineSets() |
List<MachineSetStatus> |
MachinePoolStatusFluentImpl.getMachineSets()
Deprecated.
|
List<MachineSetStatus> |
MachinePoolStatusFluent.getMachineSets()
Deprecated.
|
List<MachineSetStatus> |
MachinePoolStatus.getMachineSets() |
| Modifier and Type | Method and Description |
|---|---|
A |
MachinePoolStatusFluentImpl.addAllToMachineSets(Collection<MachineSetStatus> items) |
A |
MachinePoolStatusFluent.addAllToMachineSets(Collection<MachineSetStatus> items) |
A |
MachinePoolStatusFluentImpl.removeAllFromMachineSets(Collection<MachineSetStatus> items) |
A |
MachinePoolStatusFluent.removeAllFromMachineSets(Collection<MachineSetStatus> items) |
void |
MachinePoolStatus.setMachineSets(List<MachineSetStatus> machineSets) |
A |
MachinePoolStatusFluentImpl.withMachineSets(List<MachineSetStatus> machineSets) |
A |
MachinePoolStatusFluent.withMachineSets(List<MachineSetStatus> machineSets) |
| Constructor and Description |
|---|
MachineSetStatusBuilder(MachineSetStatus instance) |
MachineSetStatusBuilder(MachineSetStatus instance,
Boolean validationEnabled) |
MachineSetStatusBuilder(MachineSetStatusFluent<?> fluent,
MachineSetStatus instance) |
MachineSetStatusBuilder(MachineSetStatusFluent<?> fluent,
MachineSetStatus instance,
Boolean validationEnabled) |
MachineSetStatusFluentImpl(MachineSetStatus instance) |
| Constructor and Description |
|---|
MachinePoolStatus(List<MachinePoolCondition> conditions,
List<MachineSetStatus> machineSets,
Integer replicas) |
Copyright © 2015–2023 Red Hat. All rights reserved.