mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #276] [MERGED] feat: tencent clb deployer #900
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#900
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/certimate-go/certimate/pull/276
Author: @fudiwei
Created: 10/28/2024
Status: ✅ Merged
Merged: 11/2/2024
Merged by: @usual2970
Base:
main← Head:feat/cloud-load-balance📝 Commits (10+)
e1a3a3erefactor: clean codeaeaa45bMerge branch 'main' into feat/cloud-load-balance26fa8e7refactor: clean code59af246refactor: clean codebe49583Merge branch 'main' into feat/cloud-load-balancece55365refactor: extend huaweicloud cdn sdk3c3d4e9refactor: extend qiniu sdk83264a6refactor: clean code369c146feat: support tencent clb deployment in multiple waysf71a519refactor: clean code📊 Changes
65 files changed (+2701 additions, -2580 deletions)
View changed files
📝
go.mod(+4 -3)📝
go.sum(+4 -3)📝
internal/deployer/aliyun_alb.go(+32 -28)📝
internal/deployer/aliyun_cdn.go(+37 -33)📝
internal/deployer/aliyun_clb.go(+34 -31)➕
internal/deployer/aliyun_dcdn.go(+95 -0)➖
internal/deployer/aliyun_esa.go(+0 -97)📝
internal/deployer/aliyun_nlb.go(+29 -25)📝
internal/deployer/aliyun_oss.go(+37 -21)📝
internal/deployer/deployer.go(+5 -40)📝
internal/deployer/huaweicloud_cdn.go(+29 -99)📝
internal/deployer/huaweicloud_elb.go(+25 -20)📝
internal/deployer/k8s_secret.go(+41 -48)📝
internal/deployer/local.go(+15 -19)📝
internal/deployer/qiniu_cdn.go(+59 -166)➖
internal/deployer/qiniu_cdn_test.go(+0 -85)📝
internal/deployer/ssh.go(+20 -15)📝
internal/deployer/tencent_cdn.go(+117 -114)📝
internal/deployer/tencent_clb.go(+267 -54)📝
internal/deployer/tencent_cos.go(+57 -59)...and 45 more files
📄 Description
此 PR 包含以下内容的变更:
/internal/pkg/vendors/模块下,使 Deployer 仅包含部署业务本身的逻辑代码🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.