2018-05-27 01:39:08 +03:00
|
|
|
\(_params : {type : (Text)}) ->
|
2018-05-27 01:21:11 +03:00
|
|
|
{ external = ([] : Optional (../types/io.k8s.api.autoscaling.v2beta1.ExternalMetricStatus.dhall))
|
|
|
|
, object = ([] : Optional (../types/io.k8s.api.autoscaling.v2beta1.ObjectMetricStatus.dhall))
|
|
|
|
, pods = ([] : Optional (../types/io.k8s.api.autoscaling.v2beta1.PodsMetricStatus.dhall))
|
|
|
|
, resource = ([] : Optional (../types/io.k8s.api.autoscaling.v2beta1.ResourceMetricStatus.dhall))
|
2018-05-27 01:39:08 +03:00
|
|
|
, type = _params.type
|
2018-05-27 01:43:48 +03:00
|
|
|
} : ../types/io.k8s.api.autoscaling.v2beta1.MetricStatus.dhall
|