| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.extensions |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStatus |
DeploymentStatusBuilder.build() |
DeploymentStatus |
DeploymentFluent.buildStatus() |
DeploymentStatus |
Deployment.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeploymentStatusFluent.copyInstance(DeploymentStatus instance) |
DeploymentFluent.StatusNested<A> |
DeploymentFluent.editOrNewStatusLike(DeploymentStatus item) |
void |
Deployment.setStatus(DeploymentStatus status) |
DeploymentFluent.StatusNested<A> |
DeploymentFluent.withNewStatusLike(DeploymentStatus item) |
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(DeploymentStatusFluent<?> fluent,
DeploymentStatus instance) |
DeploymentStatusFluent(DeploymentStatus instance) |
Copyright © 2015–2025 Red Hat. All rights reserved.