Documentation ¶
Index ¶
- Constants
- 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 LoadChart(chartPath string) (*chart.Chart, error)
- 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
- func (c *Client) CreateHelmRepoIndex(dir string) error
- func (c *Client) GetChartFromRepo(outputDir, repoURL, chartName, chartVersion string, ...) (string, error)
- func (c *Client) GetChartFromURL(outputDir, chartURL, workingDir string) (string, error)
- func (c *Client) PushHelmChartToOCIRegistry(src, ociDest string) error
Constants ¶
View Source
const OCIScheme = registry.OCIScheme
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 ¶
func (*Client) PushHelmChartToOCIRegistry ¶ added in v1.0.0
Click to show internal directories.
Click to hide internal directories.