mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #216] [MERGED] feat: k8s #870
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#870
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/216
Author: @fudiwei
Created: 10/18/2024
Status: ✅ Merged
Merged: 10/19/2024
Merged by: @usual2970
Base:
main← Head:feat/k8s📝 Commits (8)
f87a1befeat: add aws route53 provider3c4b7d2v0.2.33093fc6refactor411b7bbfeat: add k8s provider8e906cbfeat: add k8s secret deployer02d582bMerge branch 'main' into feat/k8s5dca64drefactor: clean code77d3e40Merge branch 'feat/k8s' of https://github.com/fudiwei/certimate into feat/k8s📊 Changes
37 files changed (+1373 additions, -395 deletions)
View changed files
📝
README.md(+1 -0)📝
README_EN.md(+1 -0)📝
go.mod(+27 -0)📝
go.sum(+64 -2)📝
internal/applicant/aws.go(+2 -0)➖
internal/deployer/aliyun.go(+0 -68)📝
internal/deployer/aliyun_cdn.go(+19 -17)📝
internal/deployer/aliyun_esa.go(+19 -17)➕
internal/deployer/aliyun_oss.go(+70 -0)📝
internal/deployer/deployer.go(+23 -22)➕
internal/deployer/k8s_secret.go(+110 -0)📝
internal/deployer/local.go(+18 -18)📝
internal/deployer/qiniu_cdn.go(+39 -41)📝
internal/deployer/qiniu_cdn_test.go(+2 -2)📝
internal/deployer/ssh.go(+28 -28)📝
internal/deployer/tencent_cdn.go(+24 -24)📝
internal/deployer/webhook.go(+24 -24)➕
migrations/1729241998_updated_access.go(+95 -0)➕
ui/dist/assets/index-mYQfy72D.js(+329 -0)➕
ui/dist/imgs/providers/k8s.svg(+1 -0)...and 17 more files
📄 Description
此 PR 包含以下变更:
P.S. 感觉
/ui/src/components/certimate/DeployList.tsx应该像AccessEdit.tsx一样拆开,随着对接的部署方式越来越多,这里的逻辑可能会越来越混乱。🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.