Interface V1JobStatusFluent<A extends V1JobStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1JobFluent.StatusNested<N>
- All Known Implementing Classes:
V1JobStatusBuilder
,V1JobStatusFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToConditions
(Collection<io.kubernetes.client.openapi.models.V1JobCondition> items) addNewConditionLike
(io.kubernetes.client.openapi.models.V1JobCondition item) addToConditions
(io.kubernetes.client.openapi.models.V1JobCondition... items) addToConditions
(Integer index, io.kubernetes.client.openapi.models.V1JobCondition item) io.kubernetes.client.openapi.models.V1JobCondition
buildCondition
(Integer index) List<io.kubernetes.client.openapi.models.V1JobCondition>
io.kubernetes.client.openapi.models.V1JobCondition
io.kubernetes.client.openapi.models.V1JobCondition
io.kubernetes.client.openapi.models.V1JobCondition
buildMatchingCondition
(Predicate<V1JobConditionBuilder> predicate) io.kubernetes.client.openapi.models.V1UncountedTerminatedPods
editCondition
(Integer index) editMatchingCondition
(Predicate<V1JobConditionBuilder> predicate) editOrNewUncountedTerminatedPodsLike
(io.kubernetes.client.openapi.models.V1UncountedTerminatedPods item) List<io.kubernetes.client.openapi.models.V1JobCondition>
Deprecated.getReady()
io.kubernetes.client.openapi.models.V1UncountedTerminatedPods
Deprecated.hasMatchingCondition
(Predicate<V1JobConditionBuilder> predicate) hasReady()
removeAllFromConditions
(Collection<io.kubernetes.client.openapi.models.V1JobCondition> items) removeFromConditions
(io.kubernetes.client.openapi.models.V1JobCondition... items) setNewConditionLike
(Integer index, io.kubernetes.client.openapi.models.V1JobCondition item) setToConditions
(Integer index, io.kubernetes.client.openapi.models.V1JobCondition item) withActive
(Integer active) withCompletedIndexes
(String completedIndexes) withCompletionTime
(OffsetDateTime completionTime) withConditions
(io.kubernetes.client.openapi.models.V1JobCondition... conditions) withConditions
(List<io.kubernetes.client.openapi.models.V1JobCondition> conditions) withFailed
(Integer failed) withNewUncountedTerminatedPodsLike
(io.kubernetes.client.openapi.models.V1UncountedTerminatedPods item) withStartTime
(OffsetDateTime startTime) withSucceeded
(Integer succeeded) withUncountedTerminatedPods
(io.kubernetes.client.openapi.models.V1UncountedTerminatedPods uncountedTerminatedPods)
-
Method Details
-
getActive
Integer getActive() -
withActive
-
hasActive
Boolean hasActive() -
getCompletedIndexes
String getCompletedIndexes() -
withCompletedIndexes
-
hasCompletedIndexes
Boolean hasCompletedIndexes() -
getCompletionTime
OffsetDateTime getCompletionTime() -
withCompletionTime
-
hasCompletionTime
Boolean hasCompletionTime() -
addToConditions
-
setToConditions
-
addToConditions
-
addAllToConditions
-
removeFromConditions
-
removeAllFromConditions
-
removeMatchingFromConditions
-
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
-
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
-
withConditions
-
withConditions
-
hasConditions
Boolean hasConditions() -
addNewCondition
V1JobStatusFluent.ConditionsNested<A> 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
V1JobStatusFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
V1JobStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1JobConditionBuilder> predicate) -
getFailed
Integer getFailed() -
withFailed
-
hasFailed
Boolean hasFailed() -
getReady
Integer getReady() -
withReady
-
hasReady
Boolean hasReady() -
getStartTime
OffsetDateTime getStartTime() -
withStartTime
-
hasStartTime
Boolean hasStartTime() -
getSucceeded
Integer getSucceeded() -
withSucceeded
-
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)
-