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
341 B
Plaintext
9 lines
341 B
Plaintext
{ activeDeadlineSeconds : (Optional (Natural))
|
|
, backoffLimit : (Optional (Natural))
|
|
, completions : (Optional (Natural))
|
|
, manualSelector : (Optional (Bool))
|
|
, parallelism : (Optional (Natural))
|
|
, selector : (Optional (./io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector.dhall))
|
|
, template : (./io.k8s.api.core.v1.PodTemplateSpec.dhall)
|
|
}
|