Package io.fabric8.kubernetes.api.model
Interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ReplicationControllerFluent.StatusNested<N>
,WatchEventFluent.ReplicationControllerStatusObjectNested<N>
- All Known Implementing Classes:
DoneableReplicationControllerStatus
,ReplicationControllerFluentImpl.StatusNestedImpl
,ReplicationControllerStatusBuilder
,ReplicationControllerStatusFluentImpl
,WatchEventFluentImpl.ReplicationControllerStatusObjectNestedImpl
public interface ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ReplicationControllerStatusFluent.ConditionsNested<N>
-
Method Summary
-
Method Details
-
getAvailableReplicas
Integer getAvailableReplicas() -
withAvailableReplicas
-
hasAvailableReplicas
Boolean hasAvailableReplicas() -
withNewAvailableReplicas
-
withNewAvailableReplicas
-
addToConditions
-
setToConditions
-
addToConditions
-
addAllToConditions
-
removeFromConditions
-
removeAllFromConditions
-
removeMatchingFromConditions
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildConditions
List<ReplicationControllerCondition> buildConditions() -
buildCondition
-
buildFirstCondition
ReplicationControllerCondition buildFirstCondition() -
buildLastCondition
ReplicationControllerCondition buildLastCondition() -
buildMatchingCondition
ReplicationControllerCondition buildMatchingCondition(Predicate<ReplicationControllerConditionBuilder> predicate) -
hasMatchingCondition
-
withConditions
-
withConditions
-
hasConditions
Boolean hasConditions() -
addNewCondition
-
addNewCondition
ReplicationControllerStatusFluent.ConditionsNested<A> addNewCondition() -
addNewConditionLike
ReplicationControllerStatusFluent.ConditionsNested<A> addNewConditionLike(ReplicationControllerCondition item) -
setNewConditionLike
ReplicationControllerStatusFluent.ConditionsNested<A> setNewConditionLike(int index, ReplicationControllerCondition item) -
editCondition
-
editFirstCondition
ReplicationControllerStatusFluent.ConditionsNested<A> editFirstCondition() -
editLastCondition
ReplicationControllerStatusFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
ReplicationControllerStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ReplicationControllerConditionBuilder> predicate) -
getFullyLabeledReplicas
Integer getFullyLabeledReplicas() -
withFullyLabeledReplicas
-
hasFullyLabeledReplicas
Boolean hasFullyLabeledReplicas() -
withNewFullyLabeledReplicas
-
withNewFullyLabeledReplicas
-
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
-