dhall-kubernetes/1.14/defaults/io.k8s.api.autoscaling.v2beta1.ResourceMetricSource.dhall
Gabriel Gonzalez a8ffffc4cb
Generate Dhall schemas for multiple Kubernetes versions (#104)
Fixes https://github.com/dhall-lang/dhall-kubernetes/issues/75

This also changes the default version to the latest version to 1.17 since now
users can access older versions
2020-01-12 15:00:56 -08:00

5 lines
139 B
Plaintext

{ targetAverageUtilization = None Natural
, targetAverageValue =
None ./../types/io.k8s.apimachinery.pkg.api.resource.Quantity.dhall
}