# Functions
RegisterDefaults adds defaulters functions to the given scheme.
# Constants
JobCreated means the job has been accepted by the system, but one or more of the pods/services has not been started.
JobFailed means one or more sub-resources (e.g.
JobRestarting means one or more sub-resources (e.g.
JobRunning means all sub-resources (e.g.
JobSucceeded means all sub-resources (e.g.
`ExitCode` policy means that user should add exit code by themselves, The job operator will check these exit codes to determine the behavior when an error occurs: - 1-127: permanent error, do not restart.
# Structs
+k8s:deepcopy-gen=true JobCondition describes the state of the job at a certain point.
+k8s:deepcopy-gen=true JobStatus represents the current observed state of the training Job.
+k8s:deepcopy-gen=true ReplicaSpec is a description of the replica.
ReplicaStatus represents the current observed state of the replica.
# Type aliases
CleanPodPolicy describes how to deal with pods when the job is finished.
JobConditionType defines all kinds of types of JobStatus.
ReplicaType represents the type of the replica.
RestartPolicy describes how the replicas should be restarted.