| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.tuned.v1 |
| Modifier and Type | Method and Description |
|---|---|
ProfileStatusCondition |
ProfileStatusConditionBuilder.build() |
ProfileStatusCondition |
ProfileStatusFluentImpl.buildCondition(Integer index) |
ProfileStatusCondition |
ProfileStatusFluent.buildCondition(Integer index) |
ProfileStatusCondition |
ProfileStatusFluentImpl.buildFirstCondition() |
ProfileStatusCondition |
ProfileStatusFluent.buildFirstCondition() |
ProfileStatusCondition |
ProfileStatusFluentImpl.buildLastCondition() |
ProfileStatusCondition |
ProfileStatusFluent.buildLastCondition() |
ProfileStatusCondition |
ProfileStatusFluentImpl.buildMatchingCondition(Predicate<ProfileStatusConditionBuilder> predicate) |
ProfileStatusCondition |
ProfileStatusFluent.buildMatchingCondition(Predicate<ProfileStatusConditionBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileStatusCondition> |
ProfileStatusFluentImpl.buildConditions() |
List<ProfileStatusCondition> |
ProfileStatusFluent.buildConditions() |
List<ProfileStatusCondition> |
ProfileStatusFluentImpl.getConditions()
Deprecated.
|
List<ProfileStatusCondition> |
ProfileStatusFluent.getConditions()
Deprecated.
|
List<ProfileStatusCondition> |
ProfileStatus.getConditions() |
| Modifier and Type | Method and Description |
|---|---|
A |
ProfileStatusFluentImpl.addAllToConditions(Collection<ProfileStatusCondition> items) |
A |
ProfileStatusFluent.addAllToConditions(Collection<ProfileStatusCondition> items) |
A |
ProfileStatusFluentImpl.removeAllFromConditions(Collection<ProfileStatusCondition> items) |
A |
ProfileStatusFluent.removeAllFromConditions(Collection<ProfileStatusCondition> items) |
void |
ProfileStatus.setConditions(List<ProfileStatusCondition> conditions) |
A |
ProfileStatusFluentImpl.withConditions(List<ProfileStatusCondition> conditions) |
A |
ProfileStatusFluent.withConditions(List<ProfileStatusCondition> conditions) |
| Constructor and Description |
|---|
ProfileStatusConditionBuilder(ProfileStatusCondition instance) |
ProfileStatusConditionBuilder(ProfileStatusCondition instance,
Boolean validationEnabled) |
ProfileStatusConditionBuilder(ProfileStatusConditionFluent<?> fluent,
ProfileStatusCondition instance) |
ProfileStatusConditionBuilder(ProfileStatusConditionFluent<?> fluent,
ProfileStatusCondition instance,
Boolean validationEnabled) |
ProfileStatusConditionFluentImpl(ProfileStatusCondition instance) |
| Constructor and Description |
|---|
ProfileStatus(String bootcmdline,
List<ProfileStatusCondition> conditions,
Boolean stalld,
String tunedProfile) |
Copyright © 2015–2022 Red Hat. All rights reserved.