- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Generates the install manifest to be installed on the target cluster.
HTTP request
GET https://{endpoint}/v1/{parent=projects/*/locations/*}:generateAttachedClusterInstallManifest
Where {endpoint}
is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent location where this Location names are formatted as See Resource Names for more details on Google Cloud resource names. |
Query parameters
Parameters | |
---|---|
attachedClusterId |
Required. A client provided ID of the resource. Must be unique within the parent resource. The provided ID will be part of the Valid characters are When generating an install manifest for importing an existing Membership resource, the attachedClusterId field must be the Membership id. Membership names are formatted as |
platformVersion |
Required. The platform version for the cluster (e.g. You can list all supported versions on a given Google Cloud region by calling |
proxyConfig |
Optional. Proxy configuration for outbound HTTP(S) traffic. |
Request body
The request body must be empty.
Response body
Response message for AttachedClusters.GenerateAttachedClusterInstallManifest
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "manifest": string } |
Fields | |
---|---|
manifest |
A set of Kubernetes resources (in YAML format) to be applied to the cluster to be attached. |
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 parent
resource:
gkemulticloud.attachedClusters.generateInstallManifest
For more information, see the IAM documentation.