unitFilter property

String? unitFilter
getter/setter pair

CEL(https://github.com/google/cel-spec) formatted filter string against Unit.

The filter will be applied to determine the eligible unit population. This filter can only reduce, but not expand the scope of the rollout.

Optional.

Implementation

core.String? unitFilter;