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

6 lines
282 B
Plaintext

\(_params : {name : (Text)}) ->
{ name = _params.name
, targetAverageUtilization = ([] : Optional (Natural))
, targetAverageValue = ([] : Optional (../types/io.k8s.apimachinery.pkg.api.resource.Quantity.dhall))
} : ../types/io.k8s.api.autoscaling.v2beta1.ResourceMetricSource.dhall