public class V1DaemonSetStatusFluentImpl<A extends V1DaemonSetStatusFluent<A>> extends BaseFluent<A> implements V1DaemonSetStatusFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
V1DaemonSetStatusFluentImpl.ConditionsNestedImpl<N> |
V1DaemonSetStatusFluent.ConditionsNested<N>_visitables| Constructor and Description |
|---|
V1DaemonSetStatusFluentImpl() |
V1DaemonSetStatusFluentImpl(V1DaemonSetStatus instance) |
public V1DaemonSetStatusFluentImpl()
public V1DaemonSetStatusFluentImpl(V1DaemonSetStatus instance)
public Integer getCollisionCount()
getCollisionCount in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A withCollisionCount(Integer collisionCount)
withCollisionCount in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Boolean hasCollisionCount()
hasCollisionCount in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A addToConditions(int index, V1DaemonSetCondition item)
addToConditions in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A setToConditions(int index, V1DaemonSetCondition item)
setToConditions in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A addToConditions(V1DaemonSetCondition... items)
addToConditions in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A addAllToConditions(Collection<V1DaemonSetCondition> items)
addAllToConditions in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A removeFromConditions(V1DaemonSetCondition... items)
removeFromConditions in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A removeAllFromConditions(Collection<V1DaemonSetCondition> items)
removeAllFromConditions in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A removeMatchingFromConditions(Predicate<V1DaemonSetConditionBuilder> predicate)
removeMatchingFromConditions in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>@Deprecated public List<V1DaemonSetCondition> getConditions()
getConditions in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public List<V1DaemonSetCondition> buildConditions()
buildConditions in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public V1DaemonSetCondition buildCondition(int index)
buildCondition in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public V1DaemonSetCondition buildFirstCondition()
buildFirstCondition in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public V1DaemonSetCondition buildLastCondition()
buildLastCondition in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public V1DaemonSetCondition buildMatchingCondition(Predicate<V1DaemonSetConditionBuilder> predicate)
buildMatchingCondition in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Boolean hasMatchingCondition(Predicate<V1DaemonSetConditionBuilder> predicate)
hasMatchingCondition in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A withConditions(List<V1DaemonSetCondition> conditions)
withConditions in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A withConditions(V1DaemonSetCondition... conditions)
withConditions in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Boolean hasConditions()
hasConditions in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public V1DaemonSetStatusFluent.ConditionsNested<A> addNewCondition()
addNewCondition in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public V1DaemonSetStatusFluent.ConditionsNested<A> addNewConditionLike(V1DaemonSetCondition item)
addNewConditionLike in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public V1DaemonSetStatusFluent.ConditionsNested<A> setNewConditionLike(int index, V1DaemonSetCondition item)
setNewConditionLike in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public V1DaemonSetStatusFluent.ConditionsNested<A> editCondition(int index)
editCondition in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public V1DaemonSetStatusFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public V1DaemonSetStatusFluent.ConditionsNested<A> editLastCondition()
editLastCondition in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public V1DaemonSetStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1DaemonSetConditionBuilder> predicate)
editMatchingCondition in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Integer getCurrentNumberScheduled()
getCurrentNumberScheduled in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A withCurrentNumberScheduled(Integer currentNumberScheduled)
withCurrentNumberScheduled in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Boolean hasCurrentNumberScheduled()
hasCurrentNumberScheduled in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Integer getDesiredNumberScheduled()
getDesiredNumberScheduled in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A withDesiredNumberScheduled(Integer desiredNumberScheduled)
withDesiredNumberScheduled in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Boolean hasDesiredNumberScheduled()
hasDesiredNumberScheduled in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Integer getNumberAvailable()
getNumberAvailable in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A withNumberAvailable(Integer numberAvailable)
withNumberAvailable in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Boolean hasNumberAvailable()
hasNumberAvailable in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Integer getNumberMisscheduled()
getNumberMisscheduled in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A withNumberMisscheduled(Integer numberMisscheduled)
withNumberMisscheduled in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Boolean hasNumberMisscheduled()
hasNumberMisscheduled in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Integer getNumberReady()
getNumberReady in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A withNumberReady(Integer numberReady)
withNumberReady in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Boolean hasNumberReady()
hasNumberReady in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Integer getNumberUnavailable()
getNumberUnavailable in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A withNumberUnavailable(Integer numberUnavailable)
withNumberUnavailable in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Boolean hasNumberUnavailable()
hasNumberUnavailable in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Long getObservedGeneration()
getObservedGeneration in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Boolean hasObservedGeneration()
hasObservedGeneration in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Integer getUpdatedNumberScheduled()
getUpdatedNumberScheduled in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public A withUpdatedNumberScheduled(Integer updatedNumberScheduled)
withUpdatedNumberScheduled in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>public Boolean hasUpdatedNumberScheduled()
hasUpdatedNumberScheduled in interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>Copyright © 2021. All rights reserved.