membershipCrManifest property

String? membershipCrManifest
getter/setter pair

Input only.

The YAML representation of the Membership CR. This field is ignored for GKE clusters where Hub can read the CR directly. Callers should provide the CR that is currently present in the cluster during CreateMembership or UpdateMembership, or leave this field empty if none exists. The CR manifest is used to validate the cluster has not been registered with another Membership.

Implementation

core.String? membershipCrManifest;