Uses of Class
io.fabric8.kubernetes.api.model.batch.v1.UncountedTerminatedPods
-
Packages that use UncountedTerminatedPods Package Description io.fabric8.kubernetes.api.model.batch.v1 -
-
Uses of UncountedTerminatedPods in io.fabric8.kubernetes.api.model.batch.v1
Methods in io.fabric8.kubernetes.api.model.batch.v1 that return UncountedTerminatedPods Modifier and Type Method Description UncountedTerminatedPodsUncountedTerminatedPodsBuilder. build()UncountedTerminatedPodsJobStatusFluent. buildUncountedTerminatedPods()UncountedTerminatedPodsJobStatus. getUncountedTerminatedPods()JobStatus represents the current state of a Job.Methods in io.fabric8.kubernetes.api.model.batch.v1 with parameters of type UncountedTerminatedPods Modifier and Type Method Description protected voidUncountedTerminatedPodsFluent. copyInstance(UncountedTerminatedPods instance)JobStatusFluent.UncountedTerminatedPodsNested<A>JobStatusFluent. editOrNewUncountedTerminatedPodsLike(UncountedTerminatedPods item)voidJobStatus. setUncountedTerminatedPods(UncountedTerminatedPods uncountedTerminatedPods)JobStatus represents the current state of a Job.JobStatusFluent.UncountedTerminatedPodsNested<A>JobStatusFluent. withNewUncountedTerminatedPodsLike(UncountedTerminatedPods item)AJobStatusFluent. withUncountedTerminatedPods(UncountedTerminatedPods uncountedTerminatedPods)Constructors in io.fabric8.kubernetes.api.model.batch.v1 with parameters of type UncountedTerminatedPods Constructor Description JobStatus(Integer active, String completedIndexes, String completionTime, List<JobCondition> conditions, Integer failed, String failedIndexes, Integer ready, String startTime, Integer succeeded, Integer terminating, UncountedTerminatedPods uncountedTerminatedPods)UncountedTerminatedPodsBuilder(UncountedTerminatedPods instance)UncountedTerminatedPodsBuilder(UncountedTerminatedPodsFluent<?> fluent, UncountedTerminatedPods instance)UncountedTerminatedPodsFluent(UncountedTerminatedPods instance)
-