nodeSelector property

Map<String, String>? nodeSelector
getter/setter pair

The Node Selector configuration.

Map of selector key to a value which matches a node.

Optional.

Implementation

core.Map<core.String, core.String>? nodeSelector;