| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.tuned.v1 |
| Modifier and Type | Method and Description |
|---|---|
TunedMatch |
TunedMatchBuilder.build() |
TunedMatch |
TunedMatchFluent.buildFirstMatch() |
TunedMatch |
TunedRecommendFluent.buildFirstMatch() |
TunedMatch |
TunedMatchFluent.buildLastMatch() |
TunedMatch |
TunedRecommendFluent.buildLastMatch() |
TunedMatch |
TunedMatchFluent.buildMatch(int index) |
TunedMatch |
TunedRecommendFluent.buildMatch(int index) |
TunedMatch |
TunedMatchFluent.buildMatchingMatch(Predicate<TunedMatchBuilder> predicate) |
TunedMatch |
TunedRecommendFluent.buildMatchingMatch(Predicate<TunedMatchBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<TunedMatch> |
TunedMatchFluent.buildMatch() |
List<TunedMatch> |
TunedRecommendFluent.buildMatch() |
List<TunedMatch> |
TunedMatch.getMatch() |
List<TunedMatch> |
TunedRecommend.getMatch() |
| Modifier and Type | Method and Description |
|---|---|
TunedMatchFluent.MatchNested<A> |
TunedMatchFluent.addNewMatchLike(TunedMatch item) |
TunedRecommendFluent.MatchNested<A> |
TunedRecommendFluent.addNewMatchLike(TunedMatch item) |
A |
TunedMatchFluent.addToMatch(int index,
TunedMatch item) |
A |
TunedRecommendFluent.addToMatch(int index,
TunedMatch item) |
A |
TunedMatchFluent.addToMatch(TunedMatch... items) |
A |
TunedRecommendFluent.addToMatch(TunedMatch... items) |
protected void |
TunedMatchFluent.copyInstance(TunedMatch instance) |
A |
TunedMatchFluent.removeFromMatch(TunedMatch... items) |
A |
TunedRecommendFluent.removeFromMatch(TunedMatch... items) |
TunedMatchFluent.MatchNested<A> |
TunedMatchFluent.setNewMatchLike(int index,
TunedMatch item) |
TunedRecommendFluent.MatchNested<A> |
TunedRecommendFluent.setNewMatchLike(int index,
TunedMatch item) |
A |
TunedMatchFluent.setToMatch(int index,
TunedMatch item) |
A |
TunedRecommendFluent.setToMatch(int index,
TunedMatch item) |
A |
TunedMatchFluent.withMatch(TunedMatch... match) |
A |
TunedRecommendFluent.withMatch(TunedMatch... match) |
| Modifier and Type | Method and Description |
|---|---|
A |
TunedMatchFluent.addAllToMatch(Collection<TunedMatch> items) |
A |
TunedRecommendFluent.addAllToMatch(Collection<TunedMatch> items) |
A |
TunedMatchFluent.removeAllFromMatch(Collection<TunedMatch> items) |
A |
TunedRecommendFluent.removeAllFromMatch(Collection<TunedMatch> items) |
void |
TunedMatch.setMatch(List<TunedMatch> match) |
void |
TunedRecommend.setMatch(List<TunedMatch> match) |
A |
TunedMatchFluent.withMatch(List<TunedMatch> match) |
A |
TunedRecommendFluent.withMatch(List<TunedMatch> match) |
| Constructor and Description |
|---|
TunedMatchBuilder(TunedMatch instance) |
TunedMatchBuilder(TunedMatchFluent<?> fluent,
TunedMatch instance) |
TunedMatchFluent(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–2023 Red Hat. All rights reserved.