membershipStates property

Map<String, RolloutMembershipState>? membershipStates
getter/setter pair

States of upgrading control plane or node pool targets of a single cluster (GKE Hub membership) that's part of this Rollout.

The key is the membership name of the cluster. The value is the state of the cluster.

Output only.

Implementation

core.Map<core.String, RolloutMembershipState>? membershipStates;