| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.tuned.v1 |
| Modifier and Type | Method and Description |
|---|---|
ProfileSpec |
ProfileSpecBuilder.build() |
ProfileSpec |
ProfileFluentImpl.buildSpec() |
ProfileSpec |
ProfileFluent.buildSpec() |
ProfileSpec |
ProfileFluentImpl.getSpec()
Deprecated.
|
ProfileSpec |
ProfileFluent.getSpec()
Deprecated.
|
ProfileSpec |
Profile.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
ProfileFluent.SpecNested<A> |
ProfileFluentImpl.editOrNewSpecLike(ProfileSpec item) |
ProfileFluent.SpecNested<A> |
ProfileFluent.editOrNewSpecLike(ProfileSpec item) |
void |
Profile.setSpec(ProfileSpec spec) |
ProfileFluent.SpecNested<A> |
ProfileFluentImpl.withNewSpecLike(ProfileSpec item) |
ProfileFluent.SpecNested<A> |
ProfileFluent.withNewSpecLike(ProfileSpec item) |
A |
ProfileFluentImpl.withSpec(ProfileSpec spec) |
A |
ProfileFluent.withSpec(ProfileSpec spec) |
| Constructor and Description |
|---|
Profile(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
ProfileSpec spec,
ProfileStatus status) |
ProfileSpecBuilder(ProfileSpec instance) |
ProfileSpecBuilder(ProfileSpec instance,
Boolean validationEnabled) |
ProfileSpecBuilder(ProfileSpecFluent<?> fluent,
ProfileSpec instance) |
ProfileSpecBuilder(ProfileSpecFluent<?> fluent,
ProfileSpec instance,
Boolean validationEnabled) |
ProfileSpecFluentImpl(ProfileSpec instance) |
Copyright © 2015–2022 Red Hat. All rights reserved.