mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
6 lines
201 B
Plaintext
6 lines
201 B
Plaintext
\(_params : {key : (Text), operator : (Text)}) ->
|
|
{ key = _params.key
|
|
, operator = _params.operator
|
|
, values = ([] : Optional (List Text))
|
|
} : ../types/io.k8s.api.core.v1.NodeSelectorRequirement.dhall
|