Interface V1ReplicationControllerStatusFluent<A extends V1ReplicationControllerStatusFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1ReplicationControllerFluent.StatusNested<N>
All Known Implementing Classes:
V1ReplicationControllerStatusBuilder, V1ReplicationControllerStatusFluentImpl

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

    • getAvailableReplicas

      Integer getAvailableReplicas()
    • withAvailableReplicas

      A withAvailableReplicas(Integer availableReplicas)
    • hasAvailableReplicas

      Boolean hasAvailableReplicas()
    • addToConditions

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

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

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

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

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

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

      A removeMatchingFromConditions(Predicate<V1ReplicationControllerConditionBuilder> predicate)
    • getConditions

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

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

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

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

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

      io.kubernetes.client.openapi.models.V1ReplicationControllerCondition buildMatchingCondition(Predicate<V1ReplicationControllerConditionBuilder> predicate)
    • hasMatchingCondition

      Boolean hasMatchingCondition(Predicate<V1ReplicationControllerConditionBuilder> predicate)
    • withConditions

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

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

      Boolean hasConditions()
    • addNewCondition

    • addNewConditionLike

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

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

    • editFirstCondition

    • editLastCondition

    • editMatchingCondition

    • getFullyLabeledReplicas

      Integer getFullyLabeledReplicas()
    • withFullyLabeledReplicas

      A withFullyLabeledReplicas(Integer fullyLabeledReplicas)
    • hasFullyLabeledReplicas

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