JobStatus

constructor(active: Int? = null, completedIndexes: String? = null, completionTime: String? = null, conditions: List<JobCondition>? = null, failed: Int? = null, failedIndexes: String? = null, ready: Int? = null, startTime: String? = null, succeeded: Int? = null, terminating: Int? = null, uncountedTerminatedPods: UncountedTerminatedPods? = null)