Interface DaemonSetStatusFluent<A extends DaemonSetStatusFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
DaemonSetFluent.StatusNested<N>
- All Known Implementing Classes:
DaemonSetFluentImpl.StatusNestedImpl,DaemonSetStatusBuilder,DaemonSetStatusFluentImpl,DoneableDaemonSetStatus
public interface DaemonSetStatusFluent<A extends DaemonSetStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDaemonSetStatusFluent.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<DaemonSetConditionBuilder> predicate) -
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildConditions
List<DaemonSetCondition> buildConditions() -
buildCondition
-
buildFirstCondition
DaemonSetCondition buildFirstCondition() -
buildLastCondition
DaemonSetCondition buildLastCondition() -
buildMatchingCondition
DaemonSetCondition buildMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<DaemonSetConditionBuilder> predicate) -
hasMatchingCondition
Boolean hasMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<DaemonSetConditionBuilder> predicate) -
withConditions
-
withConditions
-
hasConditions
Boolean hasConditions() -
addNewCondition
-
addNewCondition
DaemonSetStatusFluent.ConditionsNested<A> addNewCondition() -
addNewConditionLike
-
setNewConditionLike
-
editCondition
-
editFirstCondition
DaemonSetStatusFluent.ConditionsNested<A> editFirstCondition() -
editLastCondition
DaemonSetStatusFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
DaemonSetStatusFluent.ConditionsNested<A> editMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<DaemonSetConditionBuilder> predicate) -
getCurrentNumberScheduled
Integer getCurrentNumberScheduled() -
withCurrentNumberScheduled
-
hasCurrentNumberScheduled
Boolean hasCurrentNumberScheduled() -
withNewCurrentNumberScheduled
-
withNewCurrentNumberScheduled
-
getDesiredNumberScheduled
Integer getDesiredNumberScheduled() -
withDesiredNumberScheduled
-
hasDesiredNumberScheduled
Boolean hasDesiredNumberScheduled() -
withNewDesiredNumberScheduled
-
withNewDesiredNumberScheduled
-
getNumberAvailable
Integer getNumberAvailable() -
withNumberAvailable
-
hasNumberAvailable
Boolean hasNumberAvailable() -
withNewNumberAvailable
-
withNewNumberAvailable
-
getNumberMisscheduled
Integer getNumberMisscheduled() -
withNumberMisscheduled
-
hasNumberMisscheduled
Boolean hasNumberMisscheduled() -
withNewNumberMisscheduled
-
withNewNumberMisscheduled
-
getNumberReady
Integer getNumberReady() -
withNumberReady
-
hasNumberReady
Boolean hasNumberReady() -
withNewNumberReady
-
withNewNumberReady
-
getNumberUnavailable
Integer getNumberUnavailable() -
withNumberUnavailable
-
hasNumberUnavailable
Boolean hasNumberUnavailable() -
withNewNumberUnavailable
-
withNewNumberUnavailable
-
getObservedGeneration
Long getObservedGeneration() -
withObservedGeneration
-
hasObservedGeneration
Boolean hasObservedGeneration() -
getUpdatedNumberScheduled
Integer getUpdatedNumberScheduled() -
withUpdatedNumberScheduled
-
hasUpdatedNumberScheduled
Boolean hasUpdatedNumberScheduled() -
withNewUpdatedNumberScheduled
-
withNewUpdatedNumberScheduled
-