| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.machineconfig.v1 |
| Modifier and Type | Method and Description |
|---|---|
KubeletConfigCondition |
KubeletConfigConditionBuilder.build() |
KubeletConfigCondition |
KubeletConfigStatusFluentImpl.buildCondition(Integer index) |
KubeletConfigCondition |
KubeletConfigStatusFluent.buildCondition(Integer index) |
KubeletConfigCondition |
KubeletConfigStatusFluentImpl.buildFirstCondition() |
KubeletConfigCondition |
KubeletConfigStatusFluent.buildFirstCondition() |
KubeletConfigCondition |
KubeletConfigStatusFluentImpl.buildLastCondition() |
KubeletConfigCondition |
KubeletConfigStatusFluent.buildLastCondition() |
KubeletConfigCondition |
KubeletConfigStatusFluentImpl.buildMatchingCondition(Predicate<KubeletConfigConditionBuilder> predicate) |
KubeletConfigCondition |
KubeletConfigStatusFluent.buildMatchingCondition(Predicate<KubeletConfigConditionBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<KubeletConfigCondition> |
KubeletConfigStatusFluentImpl.buildConditions() |
List<KubeletConfigCondition> |
KubeletConfigStatusFluent.buildConditions() |
List<KubeletConfigCondition> |
KubeletConfigStatusFluentImpl.getConditions()
Deprecated.
|
List<KubeletConfigCondition> |
KubeletConfigStatusFluent.getConditions()
Deprecated.
|
List<KubeletConfigCondition> |
KubeletConfigStatus.getConditions() |
| Modifier and Type | Method and Description |
|---|---|
A |
KubeletConfigStatusFluentImpl.addAllToConditions(Collection<KubeletConfigCondition> items) |
A |
KubeletConfigStatusFluent.addAllToConditions(Collection<KubeletConfigCondition> items) |
A |
KubeletConfigStatusFluentImpl.removeAllFromConditions(Collection<KubeletConfigCondition> items) |
A |
KubeletConfigStatusFluent.removeAllFromConditions(Collection<KubeletConfigCondition> items) |
void |
KubeletConfigStatus.setConditions(List<KubeletConfigCondition> conditions) |
A |
KubeletConfigStatusFluentImpl.withConditions(List<KubeletConfigCondition> conditions) |
A |
KubeletConfigStatusFluent.withConditions(List<KubeletConfigCondition> conditions) |
| Constructor and Description |
|---|
KubeletConfigConditionBuilder(KubeletConfigCondition instance) |
KubeletConfigConditionBuilder(KubeletConfigCondition instance,
Boolean validationEnabled) |
KubeletConfigConditionBuilder(KubeletConfigConditionFluent<?> fluent,
KubeletConfigCondition instance) |
KubeletConfigConditionBuilder(KubeletConfigConditionFluent<?> fluent,
KubeletConfigCondition instance,
Boolean validationEnabled) |
KubeletConfigConditionFluentImpl(KubeletConfigCondition instance) |
| Constructor and Description |
|---|
KubeletConfigStatus(List<KubeletConfigCondition> conditions,
Long observedGeneration) |
Copyright © 2015–2022 Red Hat. All rights reserved.