Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1DeploymentStatus |
V1DeploymentStatus.addConditionsItem(V1DeploymentCondition conditionsItem) |
V1DeploymentStatus |
V1DeploymentStatus.availableReplicas(Integer availableReplicas) |
V1DeploymentStatus |
V1DeploymentStatusBuilder.build() |
V1DeploymentStatus |
V1DeploymentFluent.buildStatus() |
V1DeploymentStatus |
V1DeploymentFluentImpl.buildStatus() |
V1DeploymentStatus |
V1DeploymentStatus.collisionCount(Integer collisionCount) |
V1DeploymentStatus |
V1DeploymentStatus.conditions(List<V1DeploymentCondition> conditions) |
V1DeploymentStatus |
V1DeploymentFluent.getStatus()
Deprecated.
|
V1DeploymentStatus |
V1DeploymentFluentImpl.getStatus()
Deprecated.
|
V1DeploymentStatus |
V1Deployment.getStatus()
Most recently observed status of the Deployment.
|
V1DeploymentStatus |
V1DeploymentStatus.observedGeneration(Long observedGeneration) |
V1DeploymentStatus |
V1DeploymentStatus.readyReplicas(Integer readyReplicas) |
V1DeploymentStatus |
V1DeploymentStatus.replicas(Integer replicas) |
V1DeploymentStatus |
V1DeploymentStatus.unavailableReplicas(Integer unavailableReplicas) |
V1DeploymentStatus |
V1DeploymentStatus.updatedReplicas(Integer updatedReplicas) |
Modifier and Type | Method and Description |
---|---|
V1DeploymentFluent.StatusNested<A> |
V1DeploymentFluent.editOrNewStatusLike(V1DeploymentStatus item) |
V1DeploymentFluent.StatusNested<A> |
V1DeploymentFluentImpl.editOrNewStatusLike(V1DeploymentStatus item) |
void |
V1Deployment.setStatus(V1DeploymentStatus status) |
V1Deployment |
V1Deployment.status(V1DeploymentStatus status) |
V1DeploymentFluent.StatusNested<A> |
V1DeploymentFluent.withNewStatusLike(V1DeploymentStatus item) |
V1DeploymentFluent.StatusNested<A> |
V1DeploymentFluentImpl.withNewStatusLike(V1DeploymentStatus item) |
A |
V1DeploymentFluent.withStatus(V1DeploymentStatus status) |
A |
V1DeploymentFluentImpl.withStatus(V1DeploymentStatus status) |
Constructor and Description |
---|
V1DeploymentStatusBuilder(V1DeploymentStatus instance) |
V1DeploymentStatusBuilder(V1DeploymentStatus instance,
Boolean validationEnabled) |
V1DeploymentStatusBuilder(V1DeploymentStatusFluent<?> fluent,
V1DeploymentStatus instance) |
V1DeploymentStatusBuilder(V1DeploymentStatusFluent<?> fluent,
V1DeploymentStatus instance,
Boolean validationEnabled) |
V1DeploymentStatusFluentImpl(V1DeploymentStatus instance) |
Copyright © 2018. All rights reserved.