| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
ClusterDeploymentStatus |
ClusterDeploymentStatusBuilder.build() |
ClusterDeploymentStatus |
ClusterDeploymentFluent.buildStatus() |
ClusterDeploymentStatus |
ClusterDeploymentFluentImpl.buildStatus() |
ClusterDeploymentStatus |
ClusterDeploymentFluent.getStatus()
Deprecated.
|
ClusterDeploymentStatus |
ClusterDeploymentFluentImpl.getStatus()
Deprecated.
|
ClusterDeploymentStatus |
ClusterDeployment.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
ClusterDeploymentFluent.StatusNested<A> |
ClusterDeploymentFluent.editOrNewStatusLike(ClusterDeploymentStatus item) |
ClusterDeploymentFluent.StatusNested<A> |
ClusterDeploymentFluentImpl.editOrNewStatusLike(ClusterDeploymentStatus item) |
void |
ClusterDeployment.setStatus(ClusterDeploymentStatus status) |
ClusterDeploymentFluent.StatusNested<A> |
ClusterDeploymentFluent.withNewStatusLike(ClusterDeploymentStatus item) |
ClusterDeploymentFluent.StatusNested<A> |
ClusterDeploymentFluentImpl.withNewStatusLike(ClusterDeploymentStatus item) |
A |
ClusterDeploymentFluent.withStatus(ClusterDeploymentStatus status) |
A |
ClusterDeploymentFluentImpl.withStatus(ClusterDeploymentStatus status) |
| Constructor and Description |
|---|
ClusterDeployment(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
ClusterDeploymentSpec spec,
ClusterDeploymentStatus status) |
ClusterDeploymentStatusBuilder(ClusterDeploymentStatus instance) |
ClusterDeploymentStatusBuilder(ClusterDeploymentStatus instance,
Boolean validationEnabled) |
ClusterDeploymentStatusBuilder(ClusterDeploymentStatusFluent<?> fluent,
ClusterDeploymentStatus instance) |
ClusterDeploymentStatusBuilder(ClusterDeploymentStatusFluent<?> fluent,
ClusterDeploymentStatus instance,
Boolean validationEnabled) |
ClusterDeploymentStatusFluentImpl(ClusterDeploymentStatus instance) |
Copyright © 2015–2020 Red Hat. All rights reserved.