- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Updates an AwsNodePool
.
HTTP request
PATCH https://{endpoint}/v1/{awsNodePool.name=projects/*/locations/*/awsClusters/*/awsNodePools/*}
Where {endpoint}
is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
awsNodePool.name |
The name of this resource. Node pool names are formatted as For more details on Google Cloud resource names, see Resource Names |
Query parameters
Parameters | |
---|---|
validateOnly |
If set, only validate the request, but don't actually update the node pool. |
updateMask |
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from
This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of AwsNodePool
.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name
resource:
gkemulticloud.awsNodePools.update
For more information, see the IAM documentation.