Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm repository 增删改查 #562

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lbemi
Copy link
Contributor

@lbemi lbemi commented Dec 18, 2024

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?


Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


@lbemi lbemi changed the title repo helm repository 增删改查 Dec 18, 2024
"url": update.URL,
"username": update.Username,
"password": update.Password,
"cert_file": update.CertFile,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

认证的存储结构优化下

@@ -37,6 +38,7 @@ func (f *shareDaoFactory) Tenant() TenantInterface { return newTenant(f.db) }
func (f *shareDaoFactory) User() UserInterface { return newUser(f.db) }
func (f *shareDaoFactory) Plan() PlanInterface { return newPlan(f.db) }
func (f *shareDaoFactory) Audit() AuditInterface { return newAudit(f.db) }
func (f *shareDaoFactory) Repository() RepoInterface { return newRepository(f.db) }
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

用helm作为最上层资源,Repository 应该是helm里面的一个子资源

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants