Interface V1StatefulSetStatusFluent<A extends V1StatefulSetStatusFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1StatefulSetFluent.StatusNested<N>
All Known Implementing Classes:
V1StatefulSetStatusBuilder, V1StatefulSetStatusFluentImpl

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

    • getAvailableReplicas

      Integer getAvailableReplicas()
    • withAvailableReplicas

      A withAvailableReplicas(Integer availableReplicas)
    • hasAvailableReplicas

      Boolean hasAvailableReplicas()
    • getCollisionCount

      Integer getCollisionCount()
    • withCollisionCount

      A withCollisionCount(Integer collisionCount)
    • hasCollisionCount

      Boolean hasCollisionCount()
    • addToConditions

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

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

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

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

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

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

      A removeMatchingFromConditions(Predicate<V1StatefulSetConditionBuilder> predicate)
    • getConditions

      @Deprecated List<io.kubernetes.client.openapi.models.V1StatefulSetCondition> getConditions()
      Deprecated.
      This method has been deprecated, please use method buildConditions instead.
      Returns:
      The buildable object.
    • buildConditions

      List<io.kubernetes.client.openapi.models.V1StatefulSetCondition> buildConditions()
    • buildCondition

      io.kubernetes.client.openapi.models.V1StatefulSetCondition buildCondition(Integer index)
    • buildFirstCondition

      io.kubernetes.client.openapi.models.V1StatefulSetCondition buildFirstCondition()
    • buildLastCondition

      io.kubernetes.client.openapi.models.V1StatefulSetCondition buildLastCondition()
    • buildMatchingCondition

      io.kubernetes.client.openapi.models.V1StatefulSetCondition buildMatchingCondition(Predicate<V1StatefulSetConditionBuilder> predicate)
    • hasMatchingCondition

      Boolean hasMatchingCondition(Predicate<V1StatefulSetConditionBuilder> predicate)
    • withConditions

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

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

      Boolean hasConditions()
    • addNewCondition

    • addNewConditionLike

      V1StatefulSetStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1StatefulSetCondition item)
    • setNewConditionLike

      V1StatefulSetStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1StatefulSetCondition item)
    • editCondition

    • editFirstCondition

    • editLastCondition

    • editMatchingCondition

    • getCurrentReplicas

      Integer getCurrentReplicas()
    • withCurrentReplicas

      A withCurrentReplicas(Integer currentReplicas)
    • hasCurrentReplicas

      Boolean hasCurrentReplicas()
    • getCurrentRevision

      String getCurrentRevision()
    • withCurrentRevision

      A withCurrentRevision(String currentRevision)
    • hasCurrentRevision

      Boolean hasCurrentRevision()
    • getObservedGeneration

      Long getObservedGeneration()
    • withObservedGeneration

      A withObservedGeneration(Long observedGeneration)
    • hasObservedGeneration

      Boolean hasObservedGeneration()
    • getReadyReplicas

      Integer getReadyReplicas()
    • withReadyReplicas

      A withReadyReplicas(Integer readyReplicas)
    • hasReadyReplicas

      Boolean hasReadyReplicas()
    • getReplicas

      Integer getReplicas()
    • withReplicas

      A withReplicas(Integer replicas)
    • hasReplicas

      Boolean hasReplicas()
    • getUpdateRevision

      String getUpdateRevision()
    • withUpdateRevision

      A withUpdateRevision(String updateRevision)
    • hasUpdateRevision

      Boolean hasUpdateRevision()
    • getUpdatedReplicas

      Integer getUpdatedReplicas()
    • withUpdatedReplicas

      A withUpdatedReplicas(Integer updatedReplicas)
    • hasUpdatedReplicas

      Boolean hasUpdatedReplicas()