targets property

List<RolloutTarget>? targets
getter/setter pair

The targets of the rollout - clusters or node pools that are being upgraded.

All targets belongs to the same cluster, identified by the membership name (key of membership_states map).

Output only.

Implementation

core.List<RolloutTarget>? targets;