dhall-kubernetes/default/io.k8s.api.core.v1.Toleration.dhall
Fabrizio Ferrai 6acb5b3e18 Update to Dhall 1.14
Switch Integer to Natural
2018-07-08 20:47:09 +03:00

7 lines
231 B
Plaintext

{ effect = ([] : Optional (Text))
, key = ([] : Optional (Text))
, operator = ([] : Optional (Text))
, tolerationSeconds = ([] : Optional (Natural))
, value = ([] : Optional (Text))
} : ../types/io.k8s.api.core.v1.Toleration.dhall