mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
7 lines
350 B
Plaintext
7 lines
350 B
Plaintext
{ external : (Optional (./io.k8s.api.autoscaling.v2beta1.ExternalMetricSource.dhall))
|
|
, object : (Optional (./io.k8s.api.autoscaling.v2beta1.ObjectMetricSource.dhall))
|
|
, pods : (Optional (./io.k8s.api.autoscaling.v2beta1.PodsMetricSource.dhall))
|
|
, resource : (Optional (./io.k8s.api.autoscaling.v2beta1.ResourceMetricSource.dhall))
|
|
, type : (Text)
|
|
}
|