dhall-kubernetes/types/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

5 lines
158 B
Plaintext

{ name : (Text)
, targetAverageUtilization : (Optional (Natural))
, targetAverageValue : (Optional (./io.k8s.apimachinery.pkg.api.resource.Quantity.dhall))
}