Method: projects.locations.generateAttachedClusterInstallManifest

生成要安装在目标集群上的安装清单。

HTTP 请求

GET https://{endpoint}/v1/{parent=projects/*/locations/*}:generateAttachedClusterInstallManifest

其中 {endpoint}受支持的服务端点之一。

网址使用 gRPC 转码语法。

路径参数

参数
parent

string

必需。将在其中创建此 AttachedCluster 资源的父级位置。

位置名称的格式为 projects/<project-id>/locations/<region>

如需详细了解 Google Cloud 资源名称,请参阅资源名称

查询参数

参数
attachedClusterId

string

必需。客户端提供的资源 ID。在父级资源中必须是唯一的。

提供的 ID 将成为 AttachedCluster 资源名称的一部分,格式为 projects/<project-id>/locations/<region>/attachedClusters/<cluster-id>

有效字符为 /[a-z][0-9]-/。不能超过 63 个字符。

生成用于导入现有成员资格资源的安装清单时,attachedClusterId 字段必须是成员资格 ID。

成员资格名称的格式为 projects/<project-id>/locations/<region>/memberships/<membership-id>

platformVersion

string

必需。集群的平台版本(例如 1.19.0-gke.1000)。

您可以通过调用 locations.getAttachedServerConfig 来列出给定 Google Cloud 区域中所有受支持的版本。

proxyConfig

object (AttachedProxyConfig)

可选。出站 HTTP(S) 流量的代理配置。

请求正文

请求正文必须为空。

响应正文

AttachedClusters.GenerateAttachedClusterInstallManifest 方法的响应消息。

如果成功,响应正文将包含结构如下的数据:

JSON 表示法
{
  "manifest": string
}
字段
manifest

string

将应用于要连接的集群的一组 Kubernetes 资源(采用 YAML 格式)。

授权范围

需要以下 OAuth 范围:

  • https://www.googleapis.com/auth/cloud-platform

如需了解详情,请参阅身份验证概览

IAM 权限

需要拥有 parent 资源的以下 IAM 权限:

  • gkemulticloud.attachedClusters.generateInstallManifest

如需了解详情,请参阅 IAM 文档