| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.apps |
| Modifier and Type | Method and Description |
|---|---|
A |
WatchEventFluentImpl.withDeploymentStatusObject(DeploymentStatus deploymentStatusObject) |
A |
WatchEventFluent.withDeploymentStatusObject(DeploymentStatus deploymentStatusObject) |
WatchEventFluent.DeploymentStatusObjectNested<A> |
WatchEventFluentImpl.withNewDeploymentStatusObjectLike(DeploymentStatus item) |
WatchEventFluent.DeploymentStatusObjectNested<A> |
WatchEventFluent.withNewDeploymentStatusObjectLike(DeploymentStatus item) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStatus |
DeploymentStatusBuilder.build() |
DeploymentStatus |
DeploymentFluentImpl.buildStatus() |
DeploymentStatus |
DeploymentFluent.buildStatus() |
DeploymentStatus |
DoneableDeploymentStatus.done() |
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,
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) |
DeploymentStatusBuilder(DeploymentStatusFluent<?> fluent,
DeploymentStatus instance,
javax.validation.Validator validator) |
DeploymentStatusBuilder(DeploymentStatus instance,
javax.validation.Validator validator) |
DeploymentStatusFluentImpl(DeploymentStatus instance) |
DoneableDeploymentStatus(DeploymentStatus item) |
DoneableDeploymentStatus(DeploymentStatus item,
Function<DeploymentStatus,DeploymentStatus> function) |
| Constructor and Description |
|---|
DoneableDeploymentStatus(DeploymentStatus item,
Function<DeploymentStatus,DeploymentStatus> function) |
DoneableDeploymentStatus(DeploymentStatus item,
Function<DeploymentStatus,DeploymentStatus> function) |
DoneableDeploymentStatus(Function<DeploymentStatus,DeploymentStatus> function) |
DoneableDeploymentStatus(Function<DeploymentStatus,DeploymentStatus> function) |
Copyright © 2015–2019 Red Hat. All rights reserved.