| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.extensions |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableDeploymentStatus |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStatus |
DoneableDeploymentStatus.done() |
DeploymentStatus |
DeploymentFluent.getStatus() |
DeploymentStatus |
DeploymentFluentImpl.getStatus() |
DeploymentStatus |
Deployment.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
Deployment.setStatus(DeploymentStatus status) |
DeploymentFluent.StatusNested<T> |
DeploymentFluent.withNewStatusLike(DeploymentStatus item) |
DeploymentFluent.StatusNested<T> |
DeploymentFluentImpl.withNewStatusLike(DeploymentStatus item) |
T |
DeploymentFluent.withStatus(DeploymentStatus status) |
T |
DeploymentFluentImpl.withStatus(DeploymentStatus status) |
| Constructor and Description |
|---|
Deployment(Deployment.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
DeploymentSpec spec,
DeploymentStatus status) |
DeploymentStatusBuilder(DeploymentStatus instance) |
DeploymentStatusBuilder(DeploymentStatusFluent<?> fluent,
DeploymentStatus instance) |
DeploymentStatusFluentImpl(DeploymentStatus instance) |
DoneableDeploymentStatus(DeploymentStatus item,
Visitor<DeploymentStatus> visitor) |
EditableDeployment(Deployment.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
DeploymentSpec spec,
DeploymentStatus status) |
| Constructor and Description |
|---|
DoneableDeploymentStatus(DeploymentStatus item,
Visitor<DeploymentStatus> visitor) |
DoneableDeploymentStatus(Visitor<DeploymentStatus> visitor) |
Copyright © 2011–2016 Red Hat. All rights reserved.