public interface V1StatefulSetStatusFluent<A extends V1StatefulSetStatusFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1StatefulSetStatusFluent.ConditionsNested<N> |
Integer getCollisionCount()
Boolean hasCollisionCount()
A addToConditions(int index, io.kubernetes.client.openapi.models.V1StatefulSetCondition item)
A setToConditions(int index, io.kubernetes.client.openapi.models.V1StatefulSetCondition item)
A addToConditions(io.kubernetes.client.openapi.models.V1StatefulSetCondition... items)
A addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1StatefulSetCondition> items)
A removeFromConditions(io.kubernetes.client.openapi.models.V1StatefulSetCondition... items)
A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1StatefulSetCondition> items)
A removeMatchingFromConditions(Predicate<V1StatefulSetConditionBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1StatefulSetCondition> getConditions()
List<io.kubernetes.client.openapi.models.V1StatefulSetCondition> buildConditions()
io.kubernetes.client.openapi.models.V1StatefulSetCondition buildCondition(int index)
io.kubernetes.client.openapi.models.V1StatefulSetCondition buildFirstCondition()
io.kubernetes.client.openapi.models.V1StatefulSetCondition buildLastCondition()
io.kubernetes.client.openapi.models.V1StatefulSetCondition buildMatchingCondition(Predicate<V1StatefulSetConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<V1StatefulSetConditionBuilder> predicate)
A withConditions(List<io.kubernetes.client.openapi.models.V1StatefulSetCondition> conditions)
A withConditions(io.kubernetes.client.openapi.models.V1StatefulSetCondition... conditions)
Boolean hasConditions()
V1StatefulSetStatusFluent.ConditionsNested<A> addNewCondition()
V1StatefulSetStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1StatefulSetCondition item)
V1StatefulSetStatusFluent.ConditionsNested<A> setNewConditionLike(int index, io.kubernetes.client.openapi.models.V1StatefulSetCondition item)
V1StatefulSetStatusFluent.ConditionsNested<A> editCondition(int index)
V1StatefulSetStatusFluent.ConditionsNested<A> editFirstCondition()
V1StatefulSetStatusFluent.ConditionsNested<A> editLastCondition()
V1StatefulSetStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1StatefulSetConditionBuilder> predicate)
Integer getCurrentReplicas()
Boolean hasCurrentReplicas()
String getCurrentRevision()
Boolean hasCurrentRevision()
@Deprecated A withNewCurrentRevision(String original)
Long getObservedGeneration()
Boolean hasObservedGeneration()
Integer getReadyReplicas()
Boolean hasReadyReplicas()
Integer getReplicas()
Boolean hasReplicas()
String getUpdateRevision()
Boolean hasUpdateRevision()
@Deprecated A withNewUpdateRevision(String original)
Integer getUpdatedReplicas()
Boolean hasUpdatedReplicas()
Copyright © 2021. All rights reserved.