- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
- Try it!
memberships.validateExclusivity validates the state of exclusivity in the cluster. The validation does not depend on an existing Hub membership resource.
HTTP request
GET https://gkehub.googleapis.com/v1beta1/{parent=projects/*/locations/*}/memberships:validateExclusivity
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent (project and location) where the Memberships will be created. Specified in the format Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
cr |
Optional. The YAML of the membership CR in the cluster. Empty if the membership CR does not exist. |
intended |
Required. The intended membership name under the |
Request body
The request body must be empty.
Response body
The response of exclusivity artifacts validation result status.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"status": {
object ( |
Fields | |
---|---|
status |
The validation result.
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.