Interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1DaemonSetFluent.StatusNested<N>
All Known Implementing Classes:
V1DaemonSetStatusBuilder, V1DaemonSetStatusFluentImpl

public interface V1DaemonSetStatusFluent<A extends V1DaemonSetStatusFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getCollisionCount

      Integer getCollisionCount()
    • withCollisionCount

      A withCollisionCount(Integer collisionCount)
    • hasCollisionCount

      Boolean hasCollisionCount()
    • addToConditions

      A addToConditions(Integer index, io.kubernetes.client.openapi.models.V1DaemonSetCondition item)
    • setToConditions

      A setToConditions(Integer index, io.kubernetes.client.openapi.models.V1DaemonSetCondition item)
    • addToConditions

      A addToConditions(io.kubernetes.client.openapi.models.V1DaemonSetCondition... items)
    • addAllToConditions

      A addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1DaemonSetCondition> items)
    • removeFromConditions

      A removeFromConditions(io.kubernetes.client.openapi.models.V1DaemonSetCondition... items)
    • removeAllFromConditions

      A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1DaemonSetCondition> items)
    • removeMatchingFromConditions

      A removeMatchingFromConditions(Predicate<V1DaemonSetConditionBuilder> predicate)
    • getConditions

      @Deprecated List<io.kubernetes.client.openapi.models.V1DaemonSetCondition> 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

      io.kubernetes.client.openapi.models.V1DaemonSetCondition buildCondition(Integer index)
    • 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

      Boolean hasMatchingCondition(Predicate<V1DaemonSetConditionBuilder> predicate)
    • withConditions

      A withConditions(List<io.kubernetes.client.openapi.models.V1DaemonSetCondition> conditions)
    • withConditions

      A withConditions(io.kubernetes.client.openapi.models.V1DaemonSetCondition... conditions)
    • hasConditions

      Boolean hasConditions()
    • 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

    • editLastCondition

    • editMatchingCondition

    • getCurrentNumberScheduled

      Integer getCurrentNumberScheduled()
    • withCurrentNumberScheduled

      A withCurrentNumberScheduled(Integer currentNumberScheduled)
    • hasCurrentNumberScheduled

      Boolean hasCurrentNumberScheduled()
    • getDesiredNumberScheduled

      Integer getDesiredNumberScheduled()
    • withDesiredNumberScheduled

      A withDesiredNumberScheduled(Integer desiredNumberScheduled)
    • hasDesiredNumberScheduled

      Boolean hasDesiredNumberScheduled()
    • getNumberAvailable

      Integer getNumberAvailable()
    • withNumberAvailable

      A withNumberAvailable(Integer numberAvailable)
    • hasNumberAvailable

      Boolean hasNumberAvailable()
    • getNumberMisscheduled

      Integer getNumberMisscheduled()
    • withNumberMisscheduled

      A withNumberMisscheduled(Integer numberMisscheduled)
    • hasNumberMisscheduled

      Boolean hasNumberMisscheduled()
    • getNumberReady

      Integer getNumberReady()
    • withNumberReady

      A withNumberReady(Integer numberReady)
    • hasNumberReady

      Boolean hasNumberReady()
    • getNumberUnavailable

      Integer getNumberUnavailable()
    • withNumberUnavailable

      A withNumberUnavailable(Integer numberUnavailable)
    • hasNumberUnavailable

      Boolean hasNumberUnavailable()
    • getObservedGeneration

      Long getObservedGeneration()
    • withObservedGeneration

      A withObservedGeneration(Long observedGeneration)
    • hasObservedGeneration

      Boolean hasObservedGeneration()
    • getUpdatedNumberScheduled

      Integer getUpdatedNumberScheduled()
    • withUpdatedNumberScheduled

      A withUpdatedNumberScheduled(Integer updatedNumberScheduled)
    • hasUpdatedNumberScheduled

      Boolean hasUpdatedNumberScheduled()