matchTargetLabels property

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

Deploy parameters are applied to targets with match labels.

If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).

Optional.

Implementation

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