mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
7af2ab5345
* Also update to the latest version of `dhall` * Also fix `./scripts/generate.sh` to generate the `schemas*` files
9 lines
350 B
Plaintext
9 lines
350 B
Plaintext
{ external =
|
|
None ./../types/io.k8s.api.autoscaling.v2beta1.ExternalMetricStatus.dhall
|
|
, object =
|
|
None ./../types/io.k8s.api.autoscaling.v2beta1.ObjectMetricStatus.dhall
|
|
, pods = None ./../types/io.k8s.api.autoscaling.v2beta1.PodsMetricStatus.dhall
|
|
, resource =
|
|
None ./../types/io.k8s.api.autoscaling.v2beta1.ResourceMetricStatus.dhall
|
|
}
|