Interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1DaemonSetFluent.StatusNested<N>
- All Known Implementing Classes:
V1DaemonSetStatusBuilder
,V1DaemonSetStatusFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToConditions
(Collection<io.kubernetes.client.openapi.models.V1DaemonSetCondition> items) addNewConditionLike
(io.kubernetes.client.openapi.models.V1DaemonSetCondition item) addToConditions
(io.kubernetes.client.openapi.models.V1DaemonSetCondition... items) addToConditions
(Integer index, io.kubernetes.client.openapi.models.V1DaemonSetCondition item) io.kubernetes.client.openapi.models.V1DaemonSetCondition
buildCondition
(Integer index) List<io.kubernetes.client.openapi.models.V1DaemonSetCondition>
io.kubernetes.client.openapi.models.V1DaemonSetCondition
io.kubernetes.client.openapi.models.V1DaemonSetCondition
io.kubernetes.client.openapi.models.V1DaemonSetCondition
editCondition
(Integer index) List<io.kubernetes.client.openapi.models.V1DaemonSetCondition>
Deprecated.hasMatchingCondition
(Predicate<V1DaemonSetConditionBuilder> predicate) removeAllFromConditions
(Collection<io.kubernetes.client.openapi.models.V1DaemonSetCondition> items) removeFromConditions
(io.kubernetes.client.openapi.models.V1DaemonSetCondition... items) setNewConditionLike
(Integer index, io.kubernetes.client.openapi.models.V1DaemonSetCondition item) setToConditions
(Integer index, io.kubernetes.client.openapi.models.V1DaemonSetCondition item) withCollisionCount
(Integer collisionCount) withConditions
(io.kubernetes.client.openapi.models.V1DaemonSetCondition... conditions) withConditions
(List<io.kubernetes.client.openapi.models.V1DaemonSetCondition> conditions) withCurrentNumberScheduled
(Integer currentNumberScheduled) withDesiredNumberScheduled
(Integer desiredNumberScheduled) withNumberAvailable
(Integer numberAvailable) withNumberMisscheduled
(Integer numberMisscheduled) withNumberReady
(Integer numberReady) withNumberUnavailable
(Integer numberUnavailable) withObservedGeneration
(Long observedGeneration) withUpdatedNumberScheduled
(Integer updatedNumberScheduled)
-
Method Details
-
getCollisionCount
Integer getCollisionCount() -
withCollisionCount
-
hasCollisionCount
Boolean hasCollisionCount() -
addToConditions
-
setToConditions
-
addToConditions
-
addAllToConditions
-
removeFromConditions
-
removeAllFromConditions
A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1DaemonSetCondition> items) -
removeMatchingFromConditions
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildConditions
List<io.kubernetes.client.openapi.models.V1DaemonSetCondition> buildConditions() -
buildCondition
-
buildFirstCondition
io.kubernetes.client.openapi.models.V1DaemonSetCondition buildFirstCondition() -
buildLastCondition
io.kubernetes.client.openapi.models.V1DaemonSetCondition buildLastCondition() -
buildMatchingCondition
io.kubernetes.client.openapi.models.V1DaemonSetCondition buildMatchingCondition(Predicate<V1DaemonSetConditionBuilder> predicate) -
hasMatchingCondition
-
withConditions
-
withConditions
-
hasConditions
Boolean hasConditions() -
addNewCondition
V1DaemonSetStatusFluent.ConditionsNested<A> addNewCondition() -
addNewConditionLike
V1DaemonSetStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1DaemonSetCondition item) -
setNewConditionLike
V1DaemonSetStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1DaemonSetCondition item) -
editCondition
-
editFirstCondition
V1DaemonSetStatusFluent.ConditionsNested<A> editFirstCondition() -
editLastCondition
V1DaemonSetStatusFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
V1DaemonSetStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1DaemonSetConditionBuilder> predicate) -
getCurrentNumberScheduled
Integer getCurrentNumberScheduled() -
withCurrentNumberScheduled
-
hasCurrentNumberScheduled
Boolean hasCurrentNumberScheduled() -
getDesiredNumberScheduled
Integer getDesiredNumberScheduled() -
withDesiredNumberScheduled
-
hasDesiredNumberScheduled
Boolean hasDesiredNumberScheduled() -
getNumberAvailable
Integer getNumberAvailable() -
withNumberAvailable
-
hasNumberAvailable
Boolean hasNumberAvailable() -
getNumberMisscheduled
Integer getNumberMisscheduled() -
withNumberMisscheduled
-
hasNumberMisscheduled
Boolean hasNumberMisscheduled() -
getNumberReady
Integer getNumberReady() -
withNumberReady
-
hasNumberReady
Boolean hasNumberReady() -
getObservedGeneration
Long getObservedGeneration() -
withObservedGeneration
-
hasObservedGeneration
Boolean hasObservedGeneration() -
getUpdatedNumberScheduled
Integer getUpdatedNumberScheduled() -
withUpdatedNumberScheduled
-
hasUpdatedNumberScheduled
Boolean hasUpdatedNumberScheduled()
-