Interface StatefulSetStatusFluent<A extends StatefulSetStatusFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
StatefulSetFluent.StatusNested<N>
- All Known Implementing Classes:
DoneableStatefulSetStatus,StatefulSetFluentImpl.StatusNestedImpl,StatefulSetStatusBuilder,StatefulSetStatusFluentImpl
public interface StatefulSetStatusFluent<A extends StatefulSetStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStatefulSetStatusFluent.ConditionsNested<N> -
Method Summary
-
Method Details
-
getCollisionCount
Integer getCollisionCount() -
withCollisionCount
-
hasCollisionCount
Boolean hasCollisionCount() -
withNewCollisionCount
-
withNewCollisionCount
-
addToConditions
-
setToConditions
-
addToConditions
-
addAllToConditions
-
removeFromConditions
-
removeAllFromConditions
-
removeMatchingFromConditions
A removeMatchingFromConditions(io.fabric8.kubernetes.api.builder.Predicate<StatefulSetConditionBuilder> predicate) -
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildConditions
List<StatefulSetCondition> buildConditions() -
buildCondition
-
buildFirstCondition
StatefulSetCondition buildFirstCondition() -
buildLastCondition
StatefulSetCondition buildLastCondition() -
buildMatchingCondition
StatefulSetCondition buildMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<StatefulSetConditionBuilder> predicate) -
hasMatchingCondition
Boolean hasMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<StatefulSetConditionBuilder> predicate) -
withConditions
-
withConditions
-
hasConditions
Boolean hasConditions() -
addNewCondition
-
addNewCondition
StatefulSetStatusFluent.ConditionsNested<A> addNewCondition() -
addNewConditionLike
-
setNewConditionLike
StatefulSetStatusFluent.ConditionsNested<A> setNewConditionLike(int index, StatefulSetCondition item) -
editCondition
-
editFirstCondition
StatefulSetStatusFluent.ConditionsNested<A> editFirstCondition() -
editLastCondition
StatefulSetStatusFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
StatefulSetStatusFluent.ConditionsNested<A> editMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<StatefulSetConditionBuilder> predicate) -
getCurrentReplicas
Integer getCurrentReplicas() -
withCurrentReplicas
-
hasCurrentReplicas
Boolean hasCurrentReplicas() -
withNewCurrentReplicas
-
withNewCurrentReplicas
-
getCurrentRevision
String getCurrentRevision() -
withCurrentRevision
-
hasCurrentRevision
Boolean hasCurrentRevision() -
withNewCurrentRevision
-
withNewCurrentRevision
-
withNewCurrentRevision
-
getObservedGeneration
Long getObservedGeneration() -
withObservedGeneration
-
hasObservedGeneration
Boolean hasObservedGeneration() -
getReadyReplicas
Integer getReadyReplicas() -
withReadyReplicas
-
hasReadyReplicas
Boolean hasReadyReplicas() -
withNewReadyReplicas
-
withNewReadyReplicas
-
getReplicas
Integer getReplicas() -
withReplicas
-
hasReplicas
Boolean hasReplicas() -
withNewReplicas
-
withNewReplicas
-
getUpdateRevision
String getUpdateRevision() -
withUpdateRevision
-
hasUpdateRevision
Boolean hasUpdateRevision() -
withNewUpdateRevision
-
withNewUpdateRevision
-
withNewUpdateRevision
-
getUpdatedReplicas
Integer getUpdatedReplicas() -
withUpdatedReplicas
-
hasUpdatedReplicas
Boolean hasUpdatedReplicas() -
withNewUpdatedReplicas
-
withNewUpdatedReplicas
-