mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #1109] [MERGED] new providers #1143
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#1143
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/1109
Author: @fudiwei
Created: 12/17/2025
Status: ✅ Merged
Merged: 12/17/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (2)
cadff8dfeat(provider): new deployment provider: ucloud uclb189492cfeat(provider): new deployment provider: ucloud ualb📊 Changes
33 files changed (+1817 additions, -31 deletions)
View changed files
➕
internal/certmgmt/deployers/sp_ucloud_ualb.go(+31 -0)➕
internal/certmgmt/deployers/sp_ucloud_uclb.go(+30 -0)📝
internal/domain/provider.go(+2 -0)➕
pkg/core/certmgr/providers/ucloud-ulb/ucloud_ulb.go(+192 -0)➕
pkg/core/certmgr/providers/ucloud-ulb/ucloud_ulb_test.go(+77 -0)➕
pkg/core/deployer/providers/ucloud-ualb/consts.go(+8 -0)➕
pkg/core/deployer/providers/ucloud-ualb/ucloud_ualb.go(+329 -0)➕
pkg/core/deployer/providers/ucloud-ualb/ucloud_ualb_test.go(+86 -0)📝
pkg/core/deployer/providers/ucloud-ucdn/ucloud_ucdn.go(+4 -4)➕
pkg/core/deployer/providers/ucloud-uclb/consts.go(+8 -0)➕
pkg/core/deployer/providers/ucloud-uclb/ucloud_uclb.go(+278 -0)➕
pkg/core/deployer/providers/ucloud-uclb/ucloud_uclb_test.go(+86 -0)📝
pkg/core/deployer/providers/ucloud-us3/ucloud_us3.go(+4 -4)📝
pkg/core/deployer/providers/volcengine-vod/volcengine_vod.go(+17 -17)➕
pkg/sdk3rd/ucloud/ulb/api_add_ssl_binding.go(+32 -0)➕
pkg/sdk3rd/ucloud/ulb/api_bind_ssl.go(+32 -0)➕
pkg/sdk3rd/ucloud/ulb/api_create_ssl.go(+32 -0)➕
pkg/sdk3rd/ucloud/ulb/api_delete_ssl_binding.go(+32 -0)➕
pkg/sdk3rd/ucloud/ulb/api_describe_listeners.go(+32 -0)➕
pkg/sdk3rd/ucloud/ulb/api_describe_ssl.go(+32 -0)...and 13 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.