Interface V1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1DeploymentFluent.StatusNested<N>
All Known Implementing Classes:
V1DeploymentStatusBuilder, V1DeploymentStatusFluentImpl

public interface V1DeploymentStatusFluent<A extends V1DeploymentStatusFluent<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.V1DeploymentCondition item)
    • setToConditions

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

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

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

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

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

      A removeMatchingFromConditions(Predicate<V1DeploymentConditionBuilder> predicate)
    • getConditions

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

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

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

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

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

      io.kubernetes.client.openapi.models.V1DeploymentCondition buildMatchingCondition(Predicate<V1DeploymentConditionBuilder> predicate)
    • hasMatchingCondition

      Boolean hasMatchingCondition(Predicate<V1DeploymentConditionBuilder> predicate)
    • withConditions

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

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

      Boolean hasConditions()
    • addNewCondition

    • addNewConditionLike

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

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

    • editFirstCondition

    • editLastCondition

    • editMatchingCondition

    • 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()
    • getUnavailableReplicas

      Integer getUnavailableReplicas()
    • withUnavailableReplicas

      A withUnavailableReplicas(Integer unavailableReplicas)
    • hasUnavailableReplicas

      Boolean hasUnavailableReplicas()
    • getUpdatedReplicas

      Integer getUpdatedReplicas()
    • withUpdatedReplicas

      A withUpdatedReplicas(Integer updatedReplicas)
    • hasUpdatedReplicas

      Boolean hasUpdatedReplicas()