mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
5 lines
246 B
Plaintext
5 lines
246 B
Plaintext
{ hard = ([] : Optional ((List {mapKey : Text, mapValue : Text})))
|
|
, scopeSelector = ([] : Optional (../types/io.k8s.api.core.v1.ScopeSelector.dhall))
|
|
, scopes = ([] : Optional (List Text))
|
|
} : ../types/io.k8s.api.core.v1.ResourceQuotaSpec.dhall
|