Interface JobStatusFluent<A extends JobStatusFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
JobFluent.StatusNested<N>
- All Known Implementing Classes:
DoneableJobStatus,JobFluentImpl.StatusNestedImpl,JobStatusBuilder,JobStatusFluentImpl
public interface JobStatusFluent<A extends JobStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJobStatusFluent.ConditionsNested<N> -
Method Summary
-
Method Details
-
getActive
Integer getActive() -
withActive
-
hasActive
Boolean hasActive() -
withNewActive
-
withNewActive
-
getCompletionTime
String getCompletionTime() -
withCompletionTime
-
hasCompletionTime
Boolean hasCompletionTime() -
withNewCompletionTime
-
withNewCompletionTime
-
withNewCompletionTime
-
addToConditions
-
setToConditions
-
addToConditions
-
addAllToConditions
-
removeFromConditions
-
removeAllFromConditions
-
removeMatchingFromConditions
A removeMatchingFromConditions(io.fabric8.kubernetes.api.builder.Predicate<JobConditionBuilder> predicate) -
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildConditions
List<JobCondition> buildConditions() -
buildCondition
-
buildFirstCondition
JobCondition buildFirstCondition() -
buildLastCondition
JobCondition buildLastCondition() -
buildMatchingCondition
JobCondition buildMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<JobConditionBuilder> predicate) -
hasMatchingCondition
Boolean hasMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<JobConditionBuilder> predicate) -
withConditions
-
withConditions
-
hasConditions
Boolean hasConditions() -
addNewCondition
JobStatusFluent.ConditionsNested<A> addNewCondition() -
addNewConditionLike
-
setNewConditionLike
-
editCondition
-
editFirstCondition
JobStatusFluent.ConditionsNested<A> editFirstCondition() -
editLastCondition
JobStatusFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
JobStatusFluent.ConditionsNested<A> editMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<JobConditionBuilder> predicate) -
getFailed
Integer getFailed() -
withFailed
-
hasFailed
Boolean hasFailed() -
withNewFailed
-
withNewFailed
-
getStartTime
String getStartTime() -
withStartTime
-
hasStartTime
Boolean hasStartTime() -
withNewStartTime
-
withNewStartTime
-
withNewStartTime
-
getSucceeded
Integer getSucceeded() -
withSucceeded
-
hasSucceeded
Boolean hasSucceeded() -
withNewSucceeded
-
withNewSucceeded
-