dhall-kubernetes/1.15/types/io.k8s.api.core.v1.ResourceQuotaStatus.dhall
2021-12-02 18:08:42 -08:00

16 lines
318 B
Plaintext

{ hard :
Optional
( List
{ mapKey : Text
, mapValue : ./io.k8s.apimachinery.pkg.api.resource.Quantity.dhall
}
)
, used :
Optional
( List
{ mapKey : Text
, mapValue : ./io.k8s.apimachinery.pkg.api.resource.Quantity.dhall
}
)
}