# Functions

No description provided by the author
RegisterDefaults adds defaulters functions to the given scheme.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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.
No description provided by the author
`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.
No description provided by the author
No description provided by the author

# 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 job 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 possible types of JobStatus.
ReplicaType represents the type of the job replica.
RestartPolicy describes how the replicas should be restarted.