mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
8 lines
453 B
Plaintext
8 lines
453 B
Plaintext
{ extra = ([] : Optional ((List {mapKey : Text, mapValue : Text})))
|
|
, groups = ([] : Optional (List Text))
|
|
, nonResourceAttributes = ([] : Optional (../types/io.k8s.api.authorization.v1.NonResourceAttributes.dhall))
|
|
, resourceAttributes = ([] : Optional (../types/io.k8s.api.authorization.v1.ResourceAttributes.dhall))
|
|
, uid = ([] : Optional (Text))
|
|
, user = ([] : Optional (Text))
|
|
} : ../types/io.k8s.api.authorization.v1.SubjectAccessReviewSpec.dhall
|