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.v2beta2.ExternalMetricSource.dhall
|
|
, object =
|
|
None ./../types/io.k8s.api.autoscaling.v2beta2.ObjectMetricSource.dhall
|
|
, pods = None ./../types/io.k8s.api.autoscaling.v2beta2.PodsMetricSource.dhall
|
|
, resource =
|
|
None ./../types/io.k8s.api.autoscaling.v2beta2.ResourceMetricSource.dhall
|
|
}
|