| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
ClusterDeploymentSpec |
ClusterDeploymentSpecBuilder.build() |
ClusterDeploymentSpec |
ClusterDeploymentFluent.buildSpec() |
ClusterDeploymentSpec |
ClusterDeploymentFluentImpl.buildSpec() |
ClusterDeploymentSpec |
ClusterDeploymentFluent.getSpec()
Deprecated.
|
ClusterDeploymentSpec |
ClusterDeploymentFluentImpl.getSpec()
Deprecated.
|
ClusterDeploymentSpec |
ClusterDeployment.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
ClusterDeploymentFluent.SpecNested<A> |
ClusterDeploymentFluent.editOrNewSpecLike(ClusterDeploymentSpec item) |
ClusterDeploymentFluent.SpecNested<A> |
ClusterDeploymentFluentImpl.editOrNewSpecLike(ClusterDeploymentSpec item) |
void |
ClusterDeployment.setSpec(ClusterDeploymentSpec spec) |
ClusterDeploymentFluent.SpecNested<A> |
ClusterDeploymentFluent.withNewSpecLike(ClusterDeploymentSpec item) |
ClusterDeploymentFluent.SpecNested<A> |
ClusterDeploymentFluentImpl.withNewSpecLike(ClusterDeploymentSpec item) |
A |
ClusterDeploymentFluent.withSpec(ClusterDeploymentSpec spec) |
A |
ClusterDeploymentFluentImpl.withSpec(ClusterDeploymentSpec spec) |
| Constructor and Description |
|---|
ClusterDeployment(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
ClusterDeploymentSpec spec,
ClusterDeploymentStatus status) |
ClusterDeploymentSpecBuilder(ClusterDeploymentSpec instance) |
ClusterDeploymentSpecBuilder(ClusterDeploymentSpec instance,
Boolean validationEnabled) |
ClusterDeploymentSpecBuilder(ClusterDeploymentSpecFluent<?> fluent,
ClusterDeploymentSpec instance) |
ClusterDeploymentSpecBuilder(ClusterDeploymentSpecFluent<?> fluent,
ClusterDeploymentSpec instance,
Boolean validationEnabled) |
ClusterDeploymentSpecFluentImpl(ClusterDeploymentSpec instance) |
Copyright © 2015–2020 Red Hat. All rights reserved.