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

8 lines
495 B
Plaintext

\(_params : {type : (Text)}) ->
{ external = ([] : Optional (../types/io.k8s.api.autoscaling.v2beta1.ExternalMetricSource.dhall))
, object = ([] : Optional (../types/io.k8s.api.autoscaling.v2beta1.ObjectMetricSource.dhall))
, pods = ([] : Optional (../types/io.k8s.api.autoscaling.v2beta1.PodsMetricSource.dhall))
, resource = ([] : Optional (../types/io.k8s.api.autoscaling.v2beta1.ResourceMetricSource.dhall))
, type = _params.type
} : ../types/io.k8s.api.autoscaling.v2beta1.MetricSpec.dhall