| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.tuned.v1 |
| Modifier and Type | Method and Description |
|---|---|
List<TunedMatch> |
TunedMatchFluentImpl.buildMatch() |
List<TunedMatch> |
TunedRecommendFluentImpl.buildMatch() |
List<TunedMatch> |
TunedMatchFluent.buildMatch() |
List<TunedMatch> |
TunedRecommendFluent.buildMatch() |
List<TunedMatch> |
TunedMatchFluentImpl.getMatch()
Deprecated.
|
List<TunedMatch> |
TunedRecommendFluentImpl.getMatch()
Deprecated.
|
List<TunedMatch> |
TunedMatchFluent.getMatch()
Deprecated.
|
List<TunedMatch> |
TunedRecommendFluent.getMatch()
Deprecated.
|
List<TunedMatch> |
TunedRecommend.getMatch() |
List<TunedMatch> |
TunedMatch.getMatch() |
| Modifier and Type | Method and Description |
|---|---|
TunedMatchFluent.MatchNested<A> |
TunedMatchFluentImpl.addNewMatchLike(TunedMatch item) |
TunedRecommendFluent.MatchNested<A> |
TunedRecommendFluentImpl.addNewMatchLike(TunedMatch item) |
TunedMatchFluent.MatchNested<A> |
TunedMatchFluent.addNewMatchLike(TunedMatch item) |
TunedRecommendFluent.MatchNested<A> |
TunedRecommendFluent.addNewMatchLike(TunedMatch item) |
A |
TunedMatchFluentImpl.addToMatch(Integer index,
TunedMatch item) |
A |
TunedRecommendFluentImpl.addToMatch(Integer index,
TunedMatch item) |
A |
TunedMatchFluent.addToMatch(Integer index,
TunedMatch item) |
A |
TunedRecommendFluent.addToMatch(Integer index,
TunedMatch item) |
A |
TunedMatchFluentImpl.addToMatch(TunedMatch... items) |
A |
TunedRecommendFluentImpl.addToMatch(TunedMatch... items) |
A |
TunedMatchFluent.addToMatch(TunedMatch... items) |
A |
TunedRecommendFluent.addToMatch(TunedMatch... items) |
A |
TunedMatchFluentImpl.removeFromMatch(TunedMatch... items) |
A |
TunedRecommendFluentImpl.removeFromMatch(TunedMatch... items) |
A |
TunedMatchFluent.removeFromMatch(TunedMatch... items) |
A |
TunedRecommendFluent.removeFromMatch(TunedMatch... items) |
TunedMatchFluent.MatchNested<A> |
TunedMatchFluentImpl.setNewMatchLike(Integer index,
TunedMatch item) |
TunedRecommendFluent.MatchNested<A> |
TunedRecommendFluentImpl.setNewMatchLike(Integer index,
TunedMatch item) |
TunedMatchFluent.MatchNested<A> |
TunedMatchFluent.setNewMatchLike(Integer index,
TunedMatch item) |
TunedRecommendFluent.MatchNested<A> |
TunedRecommendFluent.setNewMatchLike(Integer index,
TunedMatch item) |
A |
TunedMatchFluentImpl.setToMatch(Integer index,
TunedMatch item) |
A |
TunedRecommendFluentImpl.setToMatch(Integer index,
TunedMatch item) |
A |
TunedMatchFluent.setToMatch(Integer index,
TunedMatch item) |
A |
TunedRecommendFluent.setToMatch(Integer index,
TunedMatch item) |
A |
TunedMatchFluentImpl.withMatch(TunedMatch... match) |
A |
TunedRecommendFluentImpl.withMatch(TunedMatch... match) |
A |
TunedMatchFluent.withMatch(TunedMatch... match) |
A |
TunedRecommendFluent.withMatch(TunedMatch... match) |
| Modifier and Type | Method and Description |
|---|---|
A |
TunedMatchFluentImpl.addAllToMatch(Collection<TunedMatch> items) |
A |
TunedRecommendFluentImpl.addAllToMatch(Collection<TunedMatch> items) |
A |
TunedMatchFluent.addAllToMatch(Collection<TunedMatch> items) |
A |
TunedRecommendFluent.addAllToMatch(Collection<TunedMatch> items) |
A |
TunedMatchFluentImpl.removeAllFromMatch(Collection<TunedMatch> items) |
A |
TunedRecommendFluentImpl.removeAllFromMatch(Collection<TunedMatch> items) |
A |
TunedMatchFluent.removeAllFromMatch(Collection<TunedMatch> items) |
A |
TunedRecommendFluent.removeAllFromMatch(Collection<TunedMatch> items) |
void |
TunedRecommend.setMatch(List<TunedMatch> match) |
void |
TunedMatch.setMatch(List<TunedMatch> match) |
A |
TunedMatchFluentImpl.withMatch(List<TunedMatch> match) |
A |
TunedRecommendFluentImpl.withMatch(List<TunedMatch> match) |
A |
TunedMatchFluent.withMatch(List<TunedMatch> match) |
A |
TunedRecommendFluent.withMatch(List<TunedMatch> match) |
| Constructor and Description |
|---|
TunedMatchBuilder(TunedMatch instance) |
TunedMatchBuilder(TunedMatch instance,
Boolean validationEnabled) |
TunedMatchBuilder(TunedMatchFluent<?> fluent,
TunedMatch instance) |
TunedMatchBuilder(TunedMatchFluent<?> fluent,
TunedMatch instance,
Boolean validationEnabled) |
TunedMatchFluentImpl(TunedMatch instance) |
| Constructor and Description |
|---|
TunedMatch(String label,
List<TunedMatch> match,
String type,
String value) |
TunedRecommend(Map<String,String> machineConfigLabels,
List<TunedMatch> match,
OperandConfig operand,
Long priority,
String profile) |
Copyright © 2015–2022 Red Hat. All rights reserved.