Interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1APIServiceFluent.StatusNested<N>
All Known Implementing Classes:
V1APIServiceStatusBuilder, V1APIServiceStatusFluentImpl

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

    • addToConditions

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

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

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

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

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

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

      A removeMatchingFromConditions(Predicate<V1APIServiceConditionBuilder> predicate)
    • getConditions

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

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

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

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

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

      io.kubernetes.client.openapi.models.V1APIServiceCondition buildMatchingCondition(Predicate<V1APIServiceConditionBuilder> predicate)
    • hasMatchingCondition

      Boolean hasMatchingCondition(Predicate<V1APIServiceConditionBuilder> predicate)
    • withConditions

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

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

      Boolean hasConditions()
    • addNewCondition

    • addNewConditionLike

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

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

    • editFirstCondition

    • editLastCondition

    • editMatchingCondition