ValidateExclusivityRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request to validate the existing state of the membership CR in the cluster.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The parent (project and location) where the Memberships will be created. Specified in the format projects/*/locations/* .
|
cr_manifest |
str
Optional. The YAML of the membership CR in the cluster. Empty if the membership CR does not exist. |
intended_membership |
str
Required. The intended membership name under the parent .
This method only does validation in anticipation of a
CreateMembership call with the same name.
|