dhall-kubernetes/types/io.k8s.api.core.v1.NodeSelectorTerm.dhall
2018-06-01 11:36:53 +02:00

4 lines
177 B
Plaintext

{ matchExpressions : (Optional (List ./io.k8s.api.core.v1.NodeSelectorRequirement.dhall))
, matchFields : (Optional (List ./io.k8s.api.core.v1.NodeSelectorRequirement.dhall))
}