Interface V1JobStatusFluent<A extends V1JobStatusFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1JobFluent.StatusNested<N>
All Known Implementing Classes:
V1JobStatusBuilder, V1JobStatusFluentImpl

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

    • getActive

      Integer getActive()
    • withActive

      A withActive(Integer active)
    • hasActive

      Boolean hasActive()
    • getCompletedIndexes

      String getCompletedIndexes()
    • withCompletedIndexes

      A withCompletedIndexes(String completedIndexes)
    • hasCompletedIndexes

      Boolean hasCompletedIndexes()
    • getCompletionTime

      OffsetDateTime getCompletionTime()
    • withCompletionTime

      A withCompletionTime(OffsetDateTime completionTime)
    • hasCompletionTime

      Boolean hasCompletionTime()
    • addToConditions

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

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

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

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

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

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

      A removeMatchingFromConditions(Predicate<V1JobConditionBuilder> predicate)
    • getConditions

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

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

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

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

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

      io.kubernetes.client.openapi.models.V1JobCondition buildMatchingCondition(Predicate<V1JobConditionBuilder> predicate)
    • hasMatchingCondition

      Boolean hasMatchingCondition(Predicate<V1JobConditionBuilder> predicate)
    • withConditions

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

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

      Boolean hasConditions()
    • addNewCondition

    • addNewConditionLike

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

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

    • editFirstCondition

      V1JobStatusFluent.ConditionsNested<A> editFirstCondition()
    • editLastCondition

    • editMatchingCondition

    • getFailed

      Integer getFailed()
    • withFailed

      A withFailed(Integer failed)
    • hasFailed

      Boolean hasFailed()
    • getReady

      Integer getReady()
    • withReady

      A withReady(Integer ready)
    • hasReady

      Boolean hasReady()
    • getStartTime

      OffsetDateTime getStartTime()
    • withStartTime

      A withStartTime(OffsetDateTime startTime)
    • hasStartTime

      Boolean hasStartTime()
    • getSucceeded

      Integer getSucceeded()
    • withSucceeded

      A withSucceeded(Integer succeeded)
    • hasSucceeded

      Boolean hasSucceeded()
    • getUncountedTerminatedPods

      @Deprecated io.kubernetes.client.openapi.models.V1UncountedTerminatedPods getUncountedTerminatedPods()
      Deprecated.
      This method has been deprecated, please use method buildUncountedTerminatedPods instead.
      Returns:
      The buildable object.
    • buildUncountedTerminatedPods

      io.kubernetes.client.openapi.models.V1UncountedTerminatedPods buildUncountedTerminatedPods()
    • withUncountedTerminatedPods

      A withUncountedTerminatedPods(io.kubernetes.client.openapi.models.V1UncountedTerminatedPods uncountedTerminatedPods)
    • hasUncountedTerminatedPods

      Boolean hasUncountedTerminatedPods()
    • withNewUncountedTerminatedPods

      V1JobStatusFluent.UncountedTerminatedPodsNested<A> withNewUncountedTerminatedPods()
    • withNewUncountedTerminatedPodsLike

      V1JobStatusFluent.UncountedTerminatedPodsNested<A> withNewUncountedTerminatedPodsLike(io.kubernetes.client.openapi.models.V1UncountedTerminatedPods item)
    • editUncountedTerminatedPods

      V1JobStatusFluent.UncountedTerminatedPodsNested<A> editUncountedTerminatedPods()
    • editOrNewUncountedTerminatedPods

      V1JobStatusFluent.UncountedTerminatedPodsNested<A> editOrNewUncountedTerminatedPods()
    • editOrNewUncountedTerminatedPodsLike

      V1JobStatusFluent.UncountedTerminatedPodsNested<A> editOrNewUncountedTerminatedPodsLike(io.kubernetes.client.openapi.models.V1UncountedTerminatedPods item)