| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCondition |
DeploymentConditionBuilder.build() |
DeploymentCondition |
DeploymentConfigStatusFluent.buildCondition(Integer index) |
DeploymentCondition |
DeploymentConfigStatusFluentImpl.buildCondition(Integer index) |
DeploymentCondition |
DeploymentConfigStatusFluent.buildFirstCondition() |
DeploymentCondition |
DeploymentConfigStatusFluentImpl.buildFirstCondition() |
DeploymentCondition |
DeploymentConfigStatusFluent.buildLastCondition() |
DeploymentCondition |
DeploymentConfigStatusFluentImpl.buildLastCondition() |
DeploymentCondition |
DeploymentConfigStatusFluent.buildMatchingCondition(Predicate<DeploymentConditionBuilder> predicate) |
DeploymentCondition |
DeploymentConfigStatusFluentImpl.buildMatchingCondition(Predicate<DeploymentConditionBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentCondition> |
DeploymentConfigStatusFluent.buildConditions() |
List<DeploymentCondition> |
DeploymentConfigStatusFluentImpl.buildConditions() |
List<DeploymentCondition> |
DeploymentConfigStatusFluent.getConditions()
Deprecated.
|
List<DeploymentCondition> |
DeploymentConfigStatusFluentImpl.getConditions()
Deprecated.
|
List<DeploymentCondition> |
DeploymentConfigStatus.getConditions() |
| Modifier and Type | Method and Description |
|---|---|
A |
DeploymentConfigStatusFluent.addAllToConditions(Collection<DeploymentCondition> items) |
A |
DeploymentConfigStatusFluentImpl.addAllToConditions(Collection<DeploymentCondition> items) |
A |
DeploymentConfigStatusFluent.removeAllFromConditions(Collection<DeploymentCondition> items) |
A |
DeploymentConfigStatusFluentImpl.removeAllFromConditions(Collection<DeploymentCondition> items) |
void |
DeploymentConfigStatus.setConditions(List<DeploymentCondition> conditions) |
A |
DeploymentConfigStatusFluent.withConditions(List<DeploymentCondition> conditions) |
A |
DeploymentConfigStatusFluentImpl.withConditions(List<DeploymentCondition> conditions) |
| Constructor and Description |
|---|
DeploymentConditionBuilder(DeploymentCondition instance) |
DeploymentConditionBuilder(DeploymentCondition instance,
Boolean validationEnabled) |
DeploymentConditionBuilder(DeploymentConditionFluent<?> fluent,
DeploymentCondition instance) |
DeploymentConditionBuilder(DeploymentConditionFluent<?> fluent,
DeploymentCondition instance,
Boolean validationEnabled) |
DeploymentConditionFluentImpl(DeploymentCondition instance) |
| Constructor and Description |
|---|
DeploymentConfigStatus(Integer availableReplicas,
List<DeploymentCondition> conditions,
DeploymentDetails details,
Long latestVersion,
Long observedGeneration,
Integer readyReplicas,
Integer replicas,
Integer unavailableReplicas,
Integer updatedReplicas) |
Copyright © 2015–2022 Red Hat. All rights reserved.