mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-05 02:26:39 +03:00
8 lines
417 B
Plaintext
8 lines
417 B
Plaintext
|
\(type : (Text)) ->
|
||
|
{ 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))
|
||
|
, type = type
|
||
|
}
|