| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.apps |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStatus |
DeploymentStatusBuilder.build() |
DeploymentStatus |
DeploymentFluentImpl.buildStatus() |
DeploymentStatus |
DeploymentFluent.buildStatus() |
DeploymentStatus |
DeploymentFluentImpl.getStatus()
Deprecated.
|
DeploymentStatus |
DeploymentFluent.getStatus()
Deprecated.
|
DeploymentStatus |
Deployment.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentFluent.StatusNested<A> |
DeploymentFluentImpl.editOrNewStatusLike(DeploymentStatus item) |
DeploymentFluent.StatusNested<A> |
DeploymentFluent.editOrNewStatusLike(DeploymentStatus item) |
void |
Deployment.setStatus(DeploymentStatus status) |
DeploymentFluent.StatusNested<A> |
DeploymentFluentImpl.withNewStatusLike(DeploymentStatus item) |
DeploymentFluent.StatusNested<A> |
DeploymentFluent.withNewStatusLike(DeploymentStatus item) |
A |
DeploymentFluentImpl.withStatus(DeploymentStatus status) |
A |
DeploymentFluent.withStatus(DeploymentStatus status) |
| Constructor and Description |
|---|
Deployment(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
DeploymentSpec spec,
DeploymentStatus status) |
DeploymentStatusBuilder(DeploymentStatus instance) |
DeploymentStatusBuilder(DeploymentStatus instance,
Boolean validationEnabled) |
DeploymentStatusBuilder(DeploymentStatusFluent<?> fluent,
DeploymentStatus instance) |
DeploymentStatusBuilder(DeploymentStatusFluent<?> fluent,
DeploymentStatus instance,
Boolean validationEnabled) |
DeploymentStatusFluentImpl(DeploymentStatus instance) |
Copyright © 2015–2022 Red Hat. All rights reserved.