Versions in this module Expand all Collapse all v3 v3.7.2 Nov 3, 2021 Changes in this version + const SearchPath + var ErrHostnameNotProvided = errors.New("no hostname provided") + type ArtifactHub struct + PackageURL string + type Chart struct + Description string + Home string + Icon string + Keywords []string + Maintainers []chart.Maintainer + Name string + Repo Repo + Sources []string + type ChartVersion struct + AppVersion string + Created time.Time + Digest string + Readme string + Urls []string + Values string + Version string + type Client struct + BaseURL string + Log func(string, ...interface{}) + func New(u string) (*Client, error) + func (c *Client) Search(term string) ([]SearchResult, error) + type LatestChartVersion struct + Data ChartVersion + Links Links + type Links struct + Self string + type Relationships struct + LatestChartVersion LatestChartVersion + type Repo struct + Name string + URL string + type SearchResult struct + ArtifactHub ArtifactHub + Attributes Chart + ID string + Links Links + Relationships Relationships + Type string Other modules containing this package github.com/morganzhh/helm