| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.operatorhub.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
InstallPlanSpec |
InstallPlanSpecBuilder.build() |
InstallPlanSpec |
InstallPlanFluent.buildSpec() |
InstallPlanSpec |
InstallPlanFluentImpl.buildSpec() |
InstallPlanSpec |
InstallPlanFluent.getSpec()
Deprecated.
|
InstallPlanSpec |
InstallPlanFluentImpl.getSpec()
Deprecated.
|
InstallPlanSpec |
InstallPlan.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
InstallPlanFluent.SpecNested<A> |
InstallPlanFluent.editOrNewSpecLike(InstallPlanSpec item) |
InstallPlanFluent.SpecNested<A> |
InstallPlanFluentImpl.editOrNewSpecLike(InstallPlanSpec item) |
void |
InstallPlan.setSpec(InstallPlanSpec spec) |
InstallPlanFluent.SpecNested<A> |
InstallPlanFluent.withNewSpecLike(InstallPlanSpec item) |
InstallPlanFluent.SpecNested<A> |
InstallPlanFluentImpl.withNewSpecLike(InstallPlanSpec item) |
A |
InstallPlanFluent.withSpec(InstallPlanSpec spec) |
A |
InstallPlanFluentImpl.withSpec(InstallPlanSpec spec) |
| Constructor and Description |
|---|
InstallPlan(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
InstallPlanSpec spec,
InstallPlanStatus status) |
InstallPlanSpecBuilder(InstallPlanSpec instance) |
InstallPlanSpecBuilder(InstallPlanSpec instance,
Boolean validationEnabled) |
InstallPlanSpecBuilder(InstallPlanSpecFluent<?> fluent,
InstallPlanSpec instance) |
InstallPlanSpecBuilder(InstallPlanSpecFluent<?> fluent,
InstallPlanSpec instance,
Boolean validationEnabled) |
InstallPlanSpecFluentImpl(InstallPlanSpec instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.