dhall-kubernetes/types/io.k8s.api.extensions.v1beta1.ScaleStatus.dhall
Fabrizio Ferrai 6acb5b3e18 Update to Dhall 1.14
Switch Integer to Natural
2018-07-08 20:47:09 +03:00

5 lines
128 B
Plaintext

{ replicas : (Natural)
, selector : (Optional ((List {mapKey : Text, mapValue : Text})))
, targetSelector : (Optional (Text))
}