Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithKubeconfig ¶
func WithKubeconfig(kubeconfig []byte) helmRepoConfigOpt
Types ¶
type HelmRepoConfig ¶
type HelmRepoConfig struct {
// contains filtered or unexported fields
}
func NewHelmRepoConfig ¶
func NewHelmRepoConfig(fns ...helmRepoConfigOpt) (*HelmRepoConfig, error)
func (*HelmRepoConfig) CreateOrUpdate ¶
func (h *HelmRepoConfig) CreateOrUpdate(hr *api.HelmRepository) error
func (*HelmRepoConfig) Delete ¶
func (h *HelmRepoConfig) Delete(hr *api.HelmRepository) error
func (*HelmRepoConfig) Get ¶
func (h *HelmRepoConfig) Get(name, ns string) (*api.HelmRepository, error)
func (*HelmRepoConfig) List ¶
func (h *HelmRepoConfig) List(listOpts *client.ListOptions) (*api.HelmRepositoryList, error)
Click to show internal directories.
Click to hide internal directories.