Class JobFluent.StatusNested<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.batch.v1.JobStatusFluent<JobFluent.StatusNested<N>>
-
- io.fabric8.kubernetes.api.model.batch.v1.JobFluent.StatusNested<N>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Nested<N>
public class JobFluent.StatusNested<N> extends JobStatusFluent<JobFluent.StatusNested<N>> implements io.fabric8.kubernetes.api.builder.Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.batch.v1.JobStatusFluent
JobStatusFluent.ConditionsNested<N>, JobStatusFluent.UncountedTerminatedPodsNested<N>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endStatus()
-
Methods inherited from class io.fabric8.kubernetes.api.model.batch.v1.JobStatusFluent
addAllToConditions, addNewCondition, addNewConditionLike, addToAdditionalProperties, addToAdditionalProperties, addToConditions, addToConditions, buildCondition, buildConditions, buildFirstCondition, buildLastCondition, buildMatchingCondition, buildUncountedTerminatedPods, copyInstance, editCondition, editFirstCondition, editLastCondition, editMatchingCondition, editOrNewUncountedTerminatedPods, editOrNewUncountedTerminatedPodsLike, editUncountedTerminatedPods, equals, getActive, getAdditionalProperties, getCompletedIndexes, getCompletionTime, getFailed, getFailedIndexes, getReady, getStartTime, getSucceeded, getTerminating, hasActive, hasAdditionalProperties, hasCompletedIndexes, hasCompletionTime, hasConditions, hasFailed, hasFailedIndexes, hashCode, hasMatchingCondition, hasReady, hasStartTime, hasSucceeded, hasTerminating, hasUncountedTerminatedPods, removeAllFromConditions, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromConditions, removeMatchingFromConditions, setNewConditionLike, setToConditions, toString, withActive, withAdditionalProperties, withCompletedIndexes, withCompletionTime, withConditions, withConditions, withFailed, withFailedIndexes, withNewUncountedTerminatedPods, withNewUncountedTerminatedPodsLike, withReady, withStartTime, withSucceeded, withTerminating, withUncountedTerminatedPods
-
-