feat: implement more Deployer

This commit is contained in:
Fu Diwei
2024-11-20 23:51:26 +08:00
parent bde51d8d38
commit 0b9312b549
13 changed files with 1431 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ type HuaweiCloudELBDeployerConfig struct {
// 证书 ID。
// 部署资源类型为 [DEPLOY_RESOURCE_CERTIFICATE] 时必填。
CertificateId string `json:"certificateId,omitempty"`
// 负载均衡实例 ID。
// 负载均衡 ID。
// 部署资源类型为 [DEPLOY_RESOURCE_LOADBALANCER] 时必填。
LoadbalancerId string `json:"loadbalancerId,omitempty"`
// 负载均衡监听 ID。