Get Job Result
data class GetJobResult(val apiVersion: String, val kind: String, val metadata: ObjectMetaResponse, val spec: JobSpecResponse, val status: JobStatusResponse)
Constructors
Link copied to clipboard
constructor(apiVersion: String, kind: String, metadata: ObjectMetaResponse, spec: JobSpecResponse, status: JobStatusResponse)
Properties
Link copied to clipboard
Optional. APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values.
Link copied to clipboard
Optional. Standard object's metadata.
Link copied to clipboard
Optional. Specification of the desired behavior of a job.
Link copied to clipboard
Current status of a job.