| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolCondition |
MachinePoolConditionBuilder.build() |
MachinePoolCondition |
MachinePoolStatusFluent.buildCondition(Integer index) |
MachinePoolCondition |
MachinePoolStatusFluentImpl.buildCondition(Integer index) |
MachinePoolCondition |
MachinePoolStatusFluent.buildFirstCondition() |
MachinePoolCondition |
MachinePoolStatusFluentImpl.buildFirstCondition() |
MachinePoolCondition |
MachinePoolStatusFluent.buildLastCondition() |
MachinePoolCondition |
MachinePoolStatusFluentImpl.buildLastCondition() |
MachinePoolCondition |
MachinePoolStatusFluent.buildMatchingCondition(Predicate<MachinePoolConditionBuilder> predicate) |
MachinePoolCondition |
MachinePoolStatusFluentImpl.buildMatchingCondition(Predicate<MachinePoolConditionBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<MachinePoolCondition> |
MachinePoolStatusFluent.buildConditions() |
List<MachinePoolCondition> |
MachinePoolStatusFluentImpl.buildConditions() |
List<MachinePoolCondition> |
MachinePoolStatusFluent.getConditions()
Deprecated.
|
List<MachinePoolCondition> |
MachinePoolStatusFluentImpl.getConditions()
Deprecated.
|
List<MachinePoolCondition> |
MachinePoolStatus.getConditions() |
| Modifier and Type | Method and Description |
|---|---|
A |
MachinePoolStatusFluent.addAllToConditions(Collection<MachinePoolCondition> items) |
A |
MachinePoolStatusFluentImpl.addAllToConditions(Collection<MachinePoolCondition> items) |
A |
MachinePoolStatusFluent.removeAllFromConditions(Collection<MachinePoolCondition> items) |
A |
MachinePoolStatusFluentImpl.removeAllFromConditions(Collection<MachinePoolCondition> items) |
void |
MachinePoolStatus.setConditions(List<MachinePoolCondition> conditions) |
A |
MachinePoolStatusFluent.withConditions(List<MachinePoolCondition> conditions) |
A |
MachinePoolStatusFluentImpl.withConditions(List<MachinePoolCondition> conditions) |
| Constructor and Description |
|---|
MachinePoolConditionBuilder(MachinePoolCondition instance) |
MachinePoolConditionBuilder(MachinePoolCondition instance,
Boolean validationEnabled) |
MachinePoolConditionBuilder(MachinePoolConditionFluent<?> fluent,
MachinePoolCondition instance) |
MachinePoolConditionBuilder(MachinePoolConditionFluent<?> fluent,
MachinePoolCondition instance,
Boolean validationEnabled) |
MachinePoolConditionFluentImpl(MachinePoolCondition instance) |
| Constructor and Description |
|---|
MachinePoolStatus(List<MachinePoolCondition> conditions,
List<MachineSetStatus> machineSets,
Integer replicas) |
Copyright © 2015–2022 Red Hat. All rights reserved.