Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepoClient ¶
type RepoClient struct {
// contains filtered or unexported fields
}
RepoClient
func NewRepoClient ¶
func NewRepoClient() *RepoClient
NewRepoClient returns new instance of the repository client
func (*RepoClient) Get ¶
func (c *RepoClient) Get(out io.Writer, name string) error
Get downloads the DC files for the provided chart name
func (*RepoClient) ListRepoEntries ¶
func (c *RepoClient) ListRepoEntries(out io.Writer, filter string) error
ListRepoEntries prints a list of all charts from repository
Click to show internal directories.
Click to hide internal directories.