dhall-kubernetes/default/io.k8s.api.autoscaling.v2beta1.ObjectMetricSource.dhall
2018-05-27 19:55:47 +02:00

6 lines
367 B
Plaintext

\(_params : {metricName : (Text), target : (../types/io.k8s.api.autoscaling.v2beta1.CrossVersionObjectReference.dhall), targetValue : (../types/io.k8s.apimachinery.pkg.api.resource.Quantity.dhall)}) ->
{ metricName = _params.metricName
, target = _params.target
, targetValue = _params.targetValue
} : ../types/io.k8s.api.autoscaling.v2beta1.ObjectMetricSource.dhall