| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.tuned.v1 |
| Modifier and Type | Method and Description |
|---|---|
TunedProfile |
TunedProfileBuilder.build() |
TunedProfile |
TunedSpecFluentImpl.buildFirstProfile() |
TunedProfile |
TunedSpecFluent.buildFirstProfile() |
TunedProfile |
TunedSpecFluentImpl.buildLastProfile() |
TunedProfile |
TunedSpecFluent.buildLastProfile() |
TunedProfile |
TunedSpecFluentImpl.buildMatchingProfile(Predicate<TunedProfileBuilder> predicate) |
TunedProfile |
TunedSpecFluent.buildMatchingProfile(Predicate<TunedProfileBuilder> predicate) |
TunedProfile |
TunedSpecFluentImpl.buildProfile(Integer index) |
TunedProfile |
TunedSpecFluent.buildProfile(Integer index) |
| Modifier and Type | Method and Description |
|---|---|
List<TunedProfile> |
TunedSpecFluentImpl.buildProfile() |
List<TunedProfile> |
TunedSpecFluent.buildProfile() |
List<TunedProfile> |
TunedSpecFluentImpl.getProfile()
Deprecated.
|
List<TunedProfile> |
TunedSpecFluent.getProfile()
Deprecated.
|
List<TunedProfile> |
TunedSpec.getProfile() |
| Modifier and Type | Method and Description |
|---|---|
A |
TunedSpecFluentImpl.addAllToProfile(Collection<TunedProfile> items) |
A |
TunedSpecFluent.addAllToProfile(Collection<TunedProfile> items) |
A |
TunedSpecFluentImpl.removeAllFromProfile(Collection<TunedProfile> items) |
A |
TunedSpecFluent.removeAllFromProfile(Collection<TunedProfile> items) |
void |
TunedSpec.setProfile(List<TunedProfile> profile) |
A |
TunedSpecFluentImpl.withProfile(List<TunedProfile> profile) |
A |
TunedSpecFluent.withProfile(List<TunedProfile> profile) |
| Constructor and Description |
|---|
TunedProfileBuilder(TunedProfile instance) |
TunedProfileBuilder(TunedProfile instance,
Boolean validationEnabled) |
TunedProfileBuilder(TunedProfileFluent<?> fluent,
TunedProfile instance) |
TunedProfileBuilder(TunedProfileFluent<?> fluent,
TunedProfile instance,
Boolean validationEnabled) |
TunedProfileFluentImpl(TunedProfile instance) |
| Constructor and Description |
|---|
TunedSpec(String managementState,
List<TunedProfile> profile,
List<TunedRecommend> recommend) |
Copyright © 2015–2022 Red Hat. All rights reserved.