| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.tuned.v1 |
| Modifier and Type | Method and Description |
|---|---|
OperandConfig |
OperandConfigBuilder.build() |
OperandConfig |
TunedRecommendFluentImpl.buildOperand() |
OperandConfig |
TunedRecommendFluent.buildOperand() |
OperandConfig |
TunedRecommendFluentImpl.getOperand()
Deprecated.
|
OperandConfig |
TunedRecommendFluent.getOperand()
Deprecated.
|
OperandConfig |
TunedRecommend.getOperand() |
| Modifier and Type | Method and Description |
|---|---|
TunedRecommendFluent.OperandNested<A> |
TunedRecommendFluentImpl.editOrNewOperandLike(OperandConfig item) |
TunedRecommendFluent.OperandNested<A> |
TunedRecommendFluent.editOrNewOperandLike(OperandConfig item) |
void |
TunedRecommend.setOperand(OperandConfig operand) |
TunedRecommendFluent.OperandNested<A> |
TunedRecommendFluentImpl.withNewOperandLike(OperandConfig item) |
TunedRecommendFluent.OperandNested<A> |
TunedRecommendFluent.withNewOperandLike(OperandConfig item) |
A |
TunedRecommendFluentImpl.withOperand(OperandConfig operand) |
A |
TunedRecommendFluent.withOperand(OperandConfig operand) |
| Constructor and Description |
|---|
OperandConfigBuilder(OperandConfig instance) |
OperandConfigBuilder(OperandConfig instance,
Boolean validationEnabled) |
OperandConfigBuilder(OperandConfigFluent<?> fluent,
OperandConfig instance) |
OperandConfigBuilder(OperandConfigFluent<?> fluent,
OperandConfig instance,
Boolean validationEnabled) |
OperandConfigFluentImpl(OperandConfig instance) |
TunedRecommend(Map<String,String> machineConfigLabels,
List<TunedMatch> match,
OperandConfig operand,
Long priority,
String profile) |
Copyright © 2015–2022 Red Hat. All rights reserved.