mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-05 02:26:39 +03:00
6acb5b3e18
Switch Integer to Natural
7 lines
304 B
Plaintext
7 lines
304 B
Plaintext
{ minReadySeconds : (Optional (Natural))
|
|
, revisionHistoryLimit : (Optional (Natural))
|
|
, selector : (./io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector.dhall)
|
|
, template : (./io.k8s.api.core.v1.PodTemplateSpec.dhall)
|
|
, updateStrategy : (Optional (./io.k8s.api.apps.v1.DaemonSetUpdateStrategy.dhall))
|
|
}
|