public interface V1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1DeploymentStatusFluent.ConditionsNested<N> |
Integer getAvailableReplicas()
Boolean hasAvailableReplicas()
Integer getCollisionCount()
Boolean hasCollisionCount()
A addToConditions(int index, io.kubernetes.client.openapi.models.V1DeploymentCondition item)
A setToConditions(int index, io.kubernetes.client.openapi.models.V1DeploymentCondition item)
A addToConditions(io.kubernetes.client.openapi.models.V1DeploymentCondition... items)
A addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1DeploymentCondition> items)
A removeFromConditions(io.kubernetes.client.openapi.models.V1DeploymentCondition... items)
A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1DeploymentCondition> items)
A removeMatchingFromConditions(Predicate<V1DeploymentConditionBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1DeploymentCondition> getConditions()
List<io.kubernetes.client.openapi.models.V1DeploymentCondition> buildConditions()
io.kubernetes.client.openapi.models.V1DeploymentCondition buildCondition(int index)
io.kubernetes.client.openapi.models.V1DeploymentCondition buildFirstCondition()
io.kubernetes.client.openapi.models.V1DeploymentCondition buildLastCondition()
io.kubernetes.client.openapi.models.V1DeploymentCondition buildMatchingCondition(Predicate<V1DeploymentConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<V1DeploymentConditionBuilder> predicate)
A withConditions(List<io.kubernetes.client.openapi.models.V1DeploymentCondition> conditions)
A withConditions(io.kubernetes.client.openapi.models.V1DeploymentCondition... conditions)
Boolean hasConditions()
V1DeploymentStatusFluent.ConditionsNested<A> addNewCondition()
V1DeploymentStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1DeploymentCondition item)
V1DeploymentStatusFluent.ConditionsNested<A> setNewConditionLike(int index, io.kubernetes.client.openapi.models.V1DeploymentCondition item)
V1DeploymentStatusFluent.ConditionsNested<A> editCondition(int index)
V1DeploymentStatusFluent.ConditionsNested<A> editFirstCondition()
V1DeploymentStatusFluent.ConditionsNested<A> editLastCondition()
V1DeploymentStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1DeploymentConditionBuilder> predicate)
Long getObservedGeneration()
Boolean hasObservedGeneration()
Integer getReadyReplicas()
Boolean hasReadyReplicas()
Integer getReplicas()
Boolean hasReplicas()
Integer getUnavailableReplicas()
Boolean hasUnavailableReplicas()
Integer getUpdatedReplicas()
Boolean hasUpdatedReplicas()
Copyright © 2021. All rights reserved.