Interface StrimziPodSetStatusFluent<A extends StrimziPodSetStatusFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,StatusFluent<A>
- All Known Subinterfaces:
StrimziPodSetFluent.StatusNested<N>
- All Known Implementing Classes:
StrimziPodSetFluentImpl.StatusNestedImpl,StrimziPodSetStatusBuilder,StrimziPodSetStatusFluentImpl
public interface StrimziPodSetStatusFluent<A extends StrimziPodSetStatusFluent<A>> extends StatusFluent<A>
Represents a status of the StrimziPodSet resource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.status.StatusFluent
StatusFluent.ConditionsNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCurrentPods()intgetPods()intgetReadyPods()BooleanhasCurrentPods()BooleanhasPods()BooleanhasReadyPods()AwithCurrentPods(int currentPods)AwithPods(int pods)AwithReadyPods(int readyPods)-
Methods inherited from interface io.strimzi.api.kafka.model.status.StatusFluent
addAllToConditions, addNewCondition, addNewConditionLike, addToConditions, addToConditions, buildCondition, buildConditions, buildFirstCondition, buildLastCondition, buildMatchingCondition, editCondition, editFirstCondition, editLastCondition, editMatchingCondition, getConditions, getObservedGeneration, hasConditions, hasMatchingCondition, hasObservedGeneration, removeAllFromConditions, removeFromConditions, removeMatchingFromConditions, setNewConditionLike, setToConditions, withConditions, withConditions, withObservedGeneration
-
-
-
-
Method Detail
-
getPods
int getPods()
-
withPods
A withPods(int pods)
-
hasPods
Boolean hasPods()
-
getReadyPods
int getReadyPods()
-
withReadyPods
A withReadyPods(int readyPods)
-
hasReadyPods
Boolean hasReadyPods()
-
getCurrentPods
int getCurrentPods()
-
withCurrentPods
A withCurrentPods(int currentPods)
-
hasCurrentPods
Boolean hasCurrentPods()
-
-