public interface V1JobStatusFluent<A extends V1JobStatusFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1JobStatusFluent.ConditionsNested<N> |
Modifier and Type | Method and Description |
---|---|
A |
addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1JobCondition> items) |
V1JobStatusFluent.ConditionsNested<A> |
addNewCondition() |
V1JobStatusFluent.ConditionsNested<A> |
addNewConditionLike(io.kubernetes.client.openapi.models.V1JobCondition item) |
A |
addToConditions(int index,
io.kubernetes.client.openapi.models.V1JobCondition item) |
A |
addToConditions(io.kubernetes.client.openapi.models.V1JobCondition... items) |
io.kubernetes.client.openapi.models.V1JobCondition |
buildCondition(int index) |
List<io.kubernetes.client.openapi.models.V1JobCondition> |
buildConditions() |
io.kubernetes.client.openapi.models.V1JobCondition |
buildFirstCondition() |
io.kubernetes.client.openapi.models.V1JobCondition |
buildLastCondition() |
io.kubernetes.client.openapi.models.V1JobCondition |
buildMatchingCondition(Predicate<V1JobConditionBuilder> predicate) |
V1JobStatusFluent.ConditionsNested<A> |
editCondition(int index) |
V1JobStatusFluent.ConditionsNested<A> |
editFirstCondition() |
V1JobStatusFluent.ConditionsNested<A> |
editLastCondition() |
V1JobStatusFluent.ConditionsNested<A> |
editMatchingCondition(Predicate<V1JobConditionBuilder> predicate) |
Integer |
getActive() |
OffsetDateTime |
getCompletionTime() |
List<io.kubernetes.client.openapi.models.V1JobCondition> |
getConditions()
Deprecated.
|
Integer |
getFailed() |
OffsetDateTime |
getStartTime() |
Integer |
getSucceeded() |
Boolean |
hasActive() |
Boolean |
hasCompletionTime() |
Boolean |
hasConditions() |
Boolean |
hasFailed() |
Boolean |
hasMatchingCondition(Predicate<V1JobConditionBuilder> predicate) |
Boolean |
hasStartTime() |
Boolean |
hasSucceeded() |
A |
removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1JobCondition> items) |
A |
removeFromConditions(io.kubernetes.client.openapi.models.V1JobCondition... items) |
A |
removeMatchingFromConditions(Predicate<V1JobConditionBuilder> predicate) |
V1JobStatusFluent.ConditionsNested<A> |
setNewConditionLike(int index,
io.kubernetes.client.openapi.models.V1JobCondition item) |
A |
setToConditions(int index,
io.kubernetes.client.openapi.models.V1JobCondition item) |
A |
withActive(Integer active) |
A |
withCompletionTime(OffsetDateTime completionTime) |
A |
withConditions(List<io.kubernetes.client.openapi.models.V1JobCondition> conditions) |
A |
withConditions(io.kubernetes.client.openapi.models.V1JobCondition... conditions) |
A |
withFailed(Integer failed) |
A |
withStartTime(OffsetDateTime startTime) |
A |
withSucceeded(Integer succeeded) |
Integer getActive()
Boolean hasActive()
OffsetDateTime getCompletionTime()
A withCompletionTime(OffsetDateTime completionTime)
Boolean hasCompletionTime()
A addToConditions(int index, io.kubernetes.client.openapi.models.V1JobCondition item)
A setToConditions(int index, io.kubernetes.client.openapi.models.V1JobCondition item)
A addToConditions(io.kubernetes.client.openapi.models.V1JobCondition... items)
A addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1JobCondition> items)
A removeFromConditions(io.kubernetes.client.openapi.models.V1JobCondition... items)
A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1JobCondition> items)
A removeMatchingFromConditions(Predicate<V1JobConditionBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1JobCondition> getConditions()
List<io.kubernetes.client.openapi.models.V1JobCondition> buildConditions()
io.kubernetes.client.openapi.models.V1JobCondition buildCondition(int index)
io.kubernetes.client.openapi.models.V1JobCondition buildFirstCondition()
io.kubernetes.client.openapi.models.V1JobCondition buildLastCondition()
io.kubernetes.client.openapi.models.V1JobCondition buildMatchingCondition(Predicate<V1JobConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<V1JobConditionBuilder> predicate)
A withConditions(List<io.kubernetes.client.openapi.models.V1JobCondition> conditions)
A withConditions(io.kubernetes.client.openapi.models.V1JobCondition... conditions)
Boolean hasConditions()
V1JobStatusFluent.ConditionsNested<A> addNewCondition()
V1JobStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1JobCondition item)
V1JobStatusFluent.ConditionsNested<A> setNewConditionLike(int index, io.kubernetes.client.openapi.models.V1JobCondition item)
V1JobStatusFluent.ConditionsNested<A> editCondition(int index)
V1JobStatusFluent.ConditionsNested<A> editFirstCondition()
V1JobStatusFluent.ConditionsNested<A> editLastCondition()
V1JobStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1JobConditionBuilder> predicate)
Integer getFailed()
Boolean hasFailed()
OffsetDateTime getStartTime()
A withStartTime(OffsetDateTime startTime)
Boolean hasStartTime()
Integer getSucceeded()
Boolean hasSucceeded()
Copyright © 2021. All rights reserved.