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.V1JobConditionbuildCondition(Integer index) List<io.kubernetes.client.openapi.models.V1JobCondition>io.kubernetes.client.openapi.models.V1JobConditionio.kubernetes.client.openapi.models.V1JobConditionio.kubernetes.client.openapi.models.V1JobConditionbuildMatchingCondition(Predicate<V1JobConditionBuilder> predicate) io.kubernetes.client.openapi.models.V1UncountedTerminatedPodseditCondition(Integer index) editMatchingCondition(Predicate<V1JobConditionBuilder> predicate) editOrNewUncountedTerminatedPodsLike(io.kubernetes.client.openapi.models.V1UncountedTerminatedPods item) booleanList<io.kubernetes.client.openapi.models.V1JobCondition>Deprecated.getReady()io.kubernetes.client.openapi.models.V1UncountedTerminatedPodsDeprecated.inthashCode()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:
getActivein interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withActive
- Specified by:
withActivein interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasActive
- Specified by:
hasActivein interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
getCompletedIndexes
- Specified by:
getCompletedIndexesin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withCompletedIndexes
- Specified by:
withCompletedIndexesin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasCompletedIndexes
- Specified by:
hasCompletedIndexesin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
getCompletionTime
- Specified by:
getCompletionTimein interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withCompletionTime
- Specified by:
withCompletionTimein interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasCompletionTime
- Specified by:
hasCompletionTimein interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
addToConditions
- Specified by:
addToConditionsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
setToConditions
- Specified by:
setToConditionsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
addToConditions
- Specified by:
addToConditionsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
addAllToConditions
- Specified by:
addAllToConditionsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
removeFromConditions
- Specified by:
removeFromConditionsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
removeAllFromConditions
public A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1JobCondition> items) - Specified by:
removeAllFromConditionsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
removeMatchingFromConditions
- Specified by:
removeMatchingFromConditionsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Specified by:
getConditionsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>- Returns:
- The buildable object.
-
buildConditions
- Specified by:
buildConditionsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
buildCondition
- Specified by:
buildConditionin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
buildFirstCondition
public io.kubernetes.client.openapi.models.V1JobCondition buildFirstCondition()- Specified by:
buildFirstConditionin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
buildLastCondition
public io.kubernetes.client.openapi.models.V1JobCondition buildLastCondition()- Specified by:
buildLastConditionin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
buildMatchingCondition
public io.kubernetes.client.openapi.models.V1JobCondition buildMatchingCondition(Predicate<V1JobConditionBuilder> predicate) - Specified by:
buildMatchingConditionin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasMatchingCondition
- Specified by:
hasMatchingConditionin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withConditions
- Specified by:
withConditionsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withConditions
- Specified by:
withConditionsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasConditions
- Specified by:
hasConditionsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
addNewCondition
- Specified by:
addNewConditionin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
addNewConditionLike
public V1JobStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1JobCondition item) - Specified by:
addNewConditionLikein interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
setNewConditionLike
public V1JobStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1JobCondition item) - Specified by:
setNewConditionLikein interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
editCondition
- Specified by:
editConditionin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
editFirstCondition
- Specified by:
editFirstConditionin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
editLastCondition
- Specified by:
editLastConditionin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
editMatchingCondition
public V1JobStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1JobConditionBuilder> predicate) - Specified by:
editMatchingConditionin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
getFailed
- Specified by:
getFailedin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withFailed
- Specified by:
withFailedin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasFailed
- Specified by:
hasFailedin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
getReady
- Specified by:
getReadyin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withReady
- Specified by:
withReadyin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasReady
- Specified by:
hasReadyin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
getStartTime
- Specified by:
getStartTimein interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withStartTime
- Specified by:
withStartTimein interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasStartTime
- Specified by:
hasStartTimein interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
getSucceeded
- Specified by:
getSucceededin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withSucceeded
- Specified by:
withSucceededin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasSucceeded
- Specified by:
hasSucceededin 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:
getUncountedTerminatedPodsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>- Returns:
- The buildable object.
-
buildUncountedTerminatedPods
public io.kubernetes.client.openapi.models.V1UncountedTerminatedPods buildUncountedTerminatedPods()- Specified by:
buildUncountedTerminatedPodsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withUncountedTerminatedPods
public A withUncountedTerminatedPods(io.kubernetes.client.openapi.models.V1UncountedTerminatedPods uncountedTerminatedPods) - Specified by:
withUncountedTerminatedPodsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
hasUncountedTerminatedPods
- Specified by:
hasUncountedTerminatedPodsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withNewUncountedTerminatedPods
- Specified by:
withNewUncountedTerminatedPodsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
withNewUncountedTerminatedPodsLike
public V1JobStatusFluent.UncountedTerminatedPodsNested<A> withNewUncountedTerminatedPodsLike(io.kubernetes.client.openapi.models.V1UncountedTerminatedPods item) - Specified by:
withNewUncountedTerminatedPodsLikein interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
editUncountedTerminatedPods
- Specified by:
editUncountedTerminatedPodsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
editOrNewUncountedTerminatedPods
- Specified by:
editOrNewUncountedTerminatedPodsin interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
editOrNewUncountedTerminatedPodsLike
public V1JobStatusFluent.UncountedTerminatedPodsNested<A> editOrNewUncountedTerminatedPodsLike(io.kubernetes.client.openapi.models.V1UncountedTerminatedPods item) - Specified by:
editOrNewUncountedTerminatedPodsLikein interfaceV1JobStatusFluent<A extends V1JobStatusFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1JobStatusFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1JobStatusFluent<A>>
-
toString
-