mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
{ apiGroups : (Optional (List Text))
|
|
, nonResourceURLs : (Optional (List Text))
|
|
, resourceNames : (Optional (List Text))
|
|
, resources : (Optional (List Text))
|
|
, verbs : (List Text)
|
|
}
|