mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
8 lines
497 B
Plaintext
8 lines
497 B
Plaintext
\(_params : {type : (Text)}) ->
|
|
{ external = ([] : Optional (../types/io.k8s.api.autoscaling.v2beta2.ExternalMetricStatus.dhall))
|
|
, object = ([] : Optional (../types/io.k8s.api.autoscaling.v2beta2.ObjectMetricStatus.dhall))
|
|
, pods = ([] : Optional (../types/io.k8s.api.autoscaling.v2beta2.PodsMetricStatus.dhall))
|
|
, resource = ([] : Optional (../types/io.k8s.api.autoscaling.v2beta2.ResourceMetricStatus.dhall))
|
|
, type = _params.type
|
|
} : ../types/io.k8s.api.autoscaling.v2beta2.MetricStatus.dhall
|