k8s.api.batch.v1.JobSpec1.1.1
module k8s.api.batch.v1.JobSpec extends k8s.K8sObject
- Module URI:
- package://pkg.pkl-lang.org/pkl-k8s/k8s@1.1.1#/api/batch/v1/JobSpec.pklcontent_copy
- Pkl version:
- 0.25.0 or higher
- Source code:
- JobSpec.pkl
Properties( )
Methods( )
Classes( )
-
-
-
linkclass
PodFailurePolicyRule describes how a pod failure is handled when the requirements are met.
-
linkclass
PodFailurePolicyOnExitCodesRequirement describes the requirement for handling a failed pod based on its container exit codes.
-
linkclass
PodFailurePolicyOnPodConditionsPattern describes a pattern for matching an actual pod condition type.
-
linkclass
SuccessPolicy describes when a Job can be declared as succeeded based on the success of some indexes.
-
JobSpec describes how the job execution will look like.