mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
6 lines
423 B
Plaintext
6 lines
423 B
Plaintext
\(_params : {describedObject : (../types/io.k8s.api.autoscaling.v2beta2.CrossVersionObjectReference.dhall), metric : (../types/io.k8s.api.autoscaling.v2beta2.MetricIdentifier.dhall), target : (../types/io.k8s.api.autoscaling.v2beta2.MetricTarget.dhall)}) ->
|
|
{ describedObject = _params.describedObject
|
|
, metric = _params.metric
|
|
, target = _params.target
|
|
} : ../types/io.k8s.api.autoscaling.v2beta2.ObjectMetricSource.dhall
|