mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
5 lines
222 B
Plaintext
5 lines
222 B
Plaintext
\(_params : {name : (Text), target : (../types/io.k8s.api.autoscaling.v2beta2.MetricTarget.dhall)}) ->
|
|
{ name = _params.name
|
|
, target = _params.target
|
|
} : ../types/io.k8s.api.autoscaling.v2beta2.ResourceMetricSource.dhall
|