Documentation
¶
Index ¶
- func CAFileOpt(caFile string) action.PullOpt
- func ChartVersionOpt(chartVersion string) action.PullOpt
- func DestDirOpt(outputDir string) action.PullOpt
- func DoNotUntarOpt() action.PullOpt
- func InsecureSkipTLSverifyOpt() action.PullOpt
- func NewClient(out output.Output) (*Client, CleanupFunc)
- func RepoURLOpt(repoURL string) action.PullOpt
- func TempRepositoryCacheOpt(tempDir string) action.PullOpt
- func UsernamePasswordOpt(username, password string) action.PullOpt
- type CleanupFunc
- type Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChartVersionOpt ¶ added in v0.12.0
func DestDirOpt ¶ added in v0.12.0
func DoNotUntarOpt ¶ added in v0.12.0
func InsecureSkipTLSverifyOpt ¶ added in v0.12.0
func RepoURLOpt ¶ added in v0.12.0
func TempRepositoryCacheOpt ¶ added in v0.12.0
func UsernamePasswordOpt ¶ added in v0.12.0
Types ¶
type CleanupFunc ¶
type CleanupFunc func() error
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateHelmRepoIndex ¶
func (*Client) GetChartFromRepo ¶
func (*Client) GetChartFromURL ¶
Click to show internal directories.
Click to hide internal directories.