Versions in this module Expand all Collapse all v3 v3.8.4 May 5, 2022 v3.8.3 May 5, 2022 Changes in this version + const ChartLayerMediaType + const ConfigMediaType + const CredentialsFileBasename + const LegacyChartLayerMediaType + const OCIScheme + const ProvLayerMediaType + func ContainsTag(tags []string, tag string) bool + func GetTagMatchingVersionOrConstraint(tags []string, versionString string) (string, error) + func IsOCI(url string) bool + type Client struct + func NewClient(options ...ClientOption) (*Client, error) + func (c *Client) Login(host string, options ...LoginOption) error + func (c *Client) Logout(host string, opts ...LogoutOption) error + func (c *Client) Pull(ref string, options ...PullOption) (*PullResult, error) + func (c *Client) Push(data []byte, ref string, options ...PushOption) (*PushResult, error) + func (c *Client) Tags(ref string) ([]string, error) + type ClientOption func(*Client) + func ClientOptCredentialsFile(credentialsFile string) ClientOption + func ClientOptDebug(debug bool) ClientOption + func ClientOptWriter(out io.Writer) ClientOption + type LoginOption func(*loginOperation) + func LoginOptBasicAuth(username string, password string) LoginOption + func LoginOptInsecure(insecure bool) LoginOption + type LogoutOption func(*logoutOperation) + type PullOption func(*pullOperation) + func PullOptIgnoreMissingProv(ignoreMissingProv bool) PullOption + func PullOptWithChart(withChart bool) PullOption + func PullOptWithProv(withProv bool) PullOption + type PullResult struct + Chart *descriptorPullSummaryWithMeta + Config *descriptorPullSummary + Manifest *descriptorPullSummary + Prov *descriptorPullSummary + Ref string + type PushOption func(*pushOperation) + func PushOptProvData(provData []byte) PushOption + func PushOptStrictMode(strictMode bool) PushOption + type PushResult struct + Chart *descriptorPushSummaryWithMeta + Config *descriptorPushSummary + Manifest *descriptorPushSummary + Prov *descriptorPushSummary + Ref string Other modules containing this package github.com/hello2dj/helm