dhall-kubernetes/types/io.k8s.api.core.v1.ResourceQuotaStatus.dhall
2018-05-27 19:55:47 +02:00

4 lines
126 B
Plaintext

{ hard : (Optional ((List {mapKey : Text, mapValue : Text})))
, used : (Optional ((List {mapKey : Text, mapValue : Text})))
}