Documentation ¶
Index ¶
- type RepositoryHelmHostedService
- func (s *RepositoryHelmHostedService) Create(repo repository.HelmHostedRepository) error
- func (s *RepositoryHelmHostedService) Delete(id string) error
- func (s *RepositoryHelmHostedService) Get(id string) (*repository.HelmHostedRepository, error)
- func (s *RepositoryHelmHostedService) Update(id string, repo repository.HelmHostedRepository) error
- type RepositoryHelmProxyService
- func (s *RepositoryHelmProxyService) Create(repo repository.HelmProxyRepository) error
- func (s *RepositoryHelmProxyService) Delete(id string) error
- func (s *RepositoryHelmProxyService) Get(id string) (*repository.HelmProxyRepository, error)
- func (s *RepositoryHelmProxyService) Update(id string, repo repository.HelmProxyRepository) error
- type RepositoryHelmService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepositoryHelmHostedService ¶
type RepositoryHelmHostedService struct {
// contains filtered or unexported fields
}
func NewRepositoryHelmHostedService ¶
func NewRepositoryHelmHostedService(c *client.Client) *RepositoryHelmHostedService
func (*RepositoryHelmHostedService) Create ¶
func (s *RepositoryHelmHostedService) Create(repo repository.HelmHostedRepository) error
func (*RepositoryHelmHostedService) Delete ¶
func (s *RepositoryHelmHostedService) Delete(id string) error
func (*RepositoryHelmHostedService) Get ¶
func (s *RepositoryHelmHostedService) Get(id string) (*repository.HelmHostedRepository, error)
func (*RepositoryHelmHostedService) Update ¶
func (s *RepositoryHelmHostedService) Update(id string, repo repository.HelmHostedRepository) error
type RepositoryHelmProxyService ¶
type RepositoryHelmProxyService struct {
// contains filtered or unexported fields
}
func NewRepositoryHelmProxyService ¶
func NewRepositoryHelmProxyService(c *client.Client) *RepositoryHelmProxyService
func (*RepositoryHelmProxyService) Create ¶
func (s *RepositoryHelmProxyService) Create(repo repository.HelmProxyRepository) error
func (*RepositoryHelmProxyService) Delete ¶
func (s *RepositoryHelmProxyService) Delete(id string) error
func (*RepositoryHelmProxyService) Get ¶
func (s *RepositoryHelmProxyService) Get(id string) (*repository.HelmProxyRepository, error)
func (*RepositoryHelmProxyService) Update ¶
func (s *RepositoryHelmProxyService) Update(id string, repo repository.HelmProxyRepository) error
type RepositoryHelmService ¶
type RepositoryHelmService struct { Hosted *RepositoryHelmHostedService Proxy *RepositoryHelmProxyService // contains filtered or unexported fields }
func NewRepositoryHelmService ¶
func NewRepositoryHelmService(c *client.Client) *RepositoryHelmService
Click to show internal directories.
Click to hide internal directories.