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, V1DeploymentCondition item)
A setToConditions(int index, V1DeploymentCondition item)
A addToConditions(V1DeploymentCondition... items)
A addAllToConditions(Collection<V1DeploymentCondition> items)
A removeFromConditions(V1DeploymentCondition... items)
A removeAllFromConditions(Collection<V1DeploymentCondition> items)
A removeMatchingFromConditions(Predicate<V1DeploymentConditionBuilder> predicate)
@Deprecated List<V1DeploymentCondition> getConditions()
List<V1DeploymentCondition> buildConditions()
V1DeploymentCondition buildCondition(int index)
V1DeploymentCondition buildFirstCondition()
V1DeploymentCondition buildLastCondition()
V1DeploymentCondition buildMatchingCondition(Predicate<V1DeploymentConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<V1DeploymentConditionBuilder> predicate)
A withConditions(List<V1DeploymentCondition> conditions)
A withConditions(V1DeploymentCondition... conditions)
Boolean hasConditions()
V1DeploymentStatusFluent.ConditionsNested<A> addNewCondition()
V1DeploymentStatusFluent.ConditionsNested<A> addNewConditionLike(V1DeploymentCondition item)
V1DeploymentStatusFluent.ConditionsNested<A> setNewConditionLike(int index, 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 © 2020. All rights reserved.