| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.tuned.v1 |
| Modifier and Type | Method and Description |
|---|---|
TunedProfile |
TunedProfileBuilder.build() |
TunedProfile |
TunedSpecFluent.buildFirstProfile() |
TunedProfile |
TunedSpecFluent.buildLastProfile() |
TunedProfile |
TunedSpecFluent.buildMatchingProfile(Predicate<TunedProfileBuilder> predicate) |
TunedProfile |
TunedSpecFluent.buildProfile(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<TunedProfile> |
TunedSpecFluent.buildProfile() |
List<TunedProfile> |
TunedSpec.getProfile() |
| Modifier and Type | Method and Description |
|---|---|
TunedSpecFluent.ProfileNested<A> |
TunedSpecFluent.addNewProfileLike(TunedProfile item) |
A |
TunedSpecFluent.addToProfile(int index,
TunedProfile item) |
A |
TunedSpecFluent.addToProfile(TunedProfile... items) |
protected void |
TunedProfileFluent.copyInstance(TunedProfile instance) |
A |
TunedSpecFluent.removeFromProfile(TunedProfile... items) |
TunedSpecFluent.ProfileNested<A> |
TunedSpecFluent.setNewProfileLike(int index,
TunedProfile item) |
A |
TunedSpecFluent.setToProfile(int index,
TunedProfile item) |
A |
TunedSpecFluent.withProfile(TunedProfile... profile) |
| Modifier and Type | Method and Description |
|---|---|
A |
TunedSpecFluent.addAllToProfile(Collection<TunedProfile> items) |
A |
TunedSpecFluent.removeAllFromProfile(Collection<TunedProfile> items) |
void |
TunedSpec.setProfile(List<TunedProfile> profile) |
A |
TunedSpecFluent.withProfile(List<TunedProfile> profile) |
| Constructor and Description |
|---|
TunedProfileBuilder(TunedProfile instance) |
TunedProfileBuilder(TunedProfileFluent<?> fluent,
TunedProfile instance) |
TunedProfileFluent(TunedProfile instance) |
| Constructor and Description |
|---|
TunedSpec(String managementState,
List<TunedProfile> profile,
List<TunedRecommend> recommend) |
Copyright © 2015–2023 Red Hat. All rights reserved.