Class V1JobStatusFluentImpl<A extends V1JobStatusFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1JobStatusFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1JobStatusFluent<A>
- Direct Known Subclasses:
V1JobStatusBuilder
public class V1JobStatusFluentImpl<A extends V1JobStatusFluent<A>>
extends BaseFluent<A>
implements V1JobStatusFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1JobStatusFluent
V1JobStatusFluent.ConditionsNested<N>, V1JobStatusFluent.UncountedTerminatedPodsNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1JobStatusFluentImpl
(io.kubernetes.client.openapi.models.V1JobStatus instance) -
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) boolean
List<io.kubernetes.client.openapi.models.V1JobCondition>
Deprecated.getReady()
io.kubernetes.client.openapi.models.V1UncountedTerminatedPods
Deprecated.int
hashCode()
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) toString()
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) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1JobStatusFluentImpl
public V1JobStatusFluentImpl() -
V1JobStatusFluentImpl
public V1JobStatusFluentImpl(io.kubernetes.client.openapi.models.V1JobStatus instance)
-
-
Method Details
-
getActive
- Specified by:
getActive
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withActive
- Specified by:
withActive
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasActive
- Specified by:
hasActive
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
getCompletedIndexes
- Specified by:
getCompletedIndexes
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withCompletedIndexes
- Specified by:
withCompletedIndexes
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasCompletedIndexes
- Specified by:
hasCompletedIndexes
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
getCompletionTime
- Specified by:
getCompletionTime
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withCompletionTime
- Specified by:
withCompletionTime
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasCompletionTime
- Specified by:
hasCompletionTime
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
addToConditions
- Specified by:
addToConditions
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
setToConditions
- Specified by:
setToConditions
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
addToConditions
- Specified by:
addToConditions
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
addAllToConditions
- Specified by:
addAllToConditions
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
removeFromConditions
- Specified by:
removeFromConditions
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
removeAllFromConditions
public A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1JobCondition> items) - Specified by:
removeAllFromConditions
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
removeMatchingFromConditions
- Specified by:
removeMatchingFromConditions
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Specified by:
getConditions
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
- Returns:
- The buildable object.
-
buildConditions
- Specified by:
buildConditions
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
buildCondition
- Specified by:
buildCondition
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
buildFirstCondition
public io.kubernetes.client.openapi.models.V1JobCondition buildFirstCondition()- Specified by:
buildFirstCondition
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
buildLastCondition
public io.kubernetes.client.openapi.models.V1JobCondition buildLastCondition()- Specified by:
buildLastCondition
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
buildMatchingCondition
public io.kubernetes.client.openapi.models.V1JobCondition buildMatchingCondition(Predicate<V1JobConditionBuilder> predicate) - Specified by:
buildMatchingCondition
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasMatchingCondition
- Specified by:
hasMatchingCondition
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withConditions
- Specified by:
withConditions
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withConditions
- Specified by:
withConditions
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasConditions
- Specified by:
hasConditions
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
addNewCondition
- Specified by:
addNewCondition
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
addNewConditionLike
public V1JobStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1JobCondition item) - Specified by:
addNewConditionLike
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
setNewConditionLike
public V1JobStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1JobCondition item) - Specified by:
setNewConditionLike
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
editCondition
- Specified by:
editCondition
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
editFirstCondition
- Specified by:
editFirstCondition
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
editLastCondition
- Specified by:
editLastCondition
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
editMatchingCondition
public V1JobStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1JobConditionBuilder> predicate) - Specified by:
editMatchingCondition
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
getFailed
- Specified by:
getFailed
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withFailed
- Specified by:
withFailed
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasFailed
- Specified by:
hasFailed
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
getReady
- Specified by:
getReady
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withReady
- Specified by:
withReady
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasReady
- Specified by:
hasReady
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
getStartTime
- Specified by:
getStartTime
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withStartTime
- Specified by:
withStartTime
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasStartTime
- Specified by:
hasStartTime
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
getSucceeded
- Specified by:
getSucceeded
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withSucceeded
- Specified by:
withSucceeded
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasSucceeded
- Specified by:
hasSucceeded
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
getUncountedTerminatedPods
@Deprecated public io.kubernetes.client.openapi.models.V1UncountedTerminatedPods getUncountedTerminatedPods()Deprecated.This method has been deprecated, please use method buildUncountedTerminatedPods instead.- Specified by:
getUncountedTerminatedPods
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
- Returns:
- The buildable object.
-
buildUncountedTerminatedPods
public io.kubernetes.client.openapi.models.V1UncountedTerminatedPods buildUncountedTerminatedPods()- Specified by:
buildUncountedTerminatedPods
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withUncountedTerminatedPods
public A withUncountedTerminatedPods(io.kubernetes.client.openapi.models.V1UncountedTerminatedPods uncountedTerminatedPods) - Specified by:
withUncountedTerminatedPods
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasUncountedTerminatedPods
- Specified by:
hasUncountedTerminatedPods
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withNewUncountedTerminatedPods
- Specified by:
withNewUncountedTerminatedPods
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withNewUncountedTerminatedPodsLike
public V1JobStatusFluent.UncountedTerminatedPodsNested<A> withNewUncountedTerminatedPodsLike(io.kubernetes.client.openapi.models.V1UncountedTerminatedPods item) - Specified by:
withNewUncountedTerminatedPodsLike
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
editUncountedTerminatedPods
- Specified by:
editUncountedTerminatedPods
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
editOrNewUncountedTerminatedPods
- Specified by:
editOrNewUncountedTerminatedPods
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
editOrNewUncountedTerminatedPodsLike
public V1JobStatusFluent.UncountedTerminatedPodsNested<A> editOrNewUncountedTerminatedPodsLike(io.kubernetes.client.openapi.models.V1UncountedTerminatedPods item) - Specified by:
editOrNewUncountedTerminatedPodsLike
in interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1JobStatusFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1JobStatusFluent<A>>
-
toString
-