mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-05 02:26:39 +03:00
6acb5b3e18
Switch Integer to Natural
9 lines
309 B
Plaintext
9 lines
309 B
Plaintext
{ concurrencyPolicy : (Optional (Text))
|
|
, failedJobsHistoryLimit : (Optional (Natural))
|
|
, jobTemplate : (./io.k8s.api.batch.v2alpha1.JobTemplateSpec.dhall)
|
|
, schedule : (Text)
|
|
, startingDeadlineSeconds : (Optional (Natural))
|
|
, successfulJobsHistoryLimit : (Optional (Natural))
|
|
, suspend : (Optional (Bool))
|
|
}
|