Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Owner = "helm"
Owner is default Helm repository owner or organization.
View Source
var Project = "helm"
Project is the default Helm repository name.
Functions ¶
func Latest ¶
func Latest() (*github.RepositoryRelease, error)
Latest returns information on the latest Helm version.
func LatestDownloadURL ¶
LatestDownloadURL returns the URL from which to download a release.
func LatestVersion ¶
LatestVersion returns the string version for the latest release.
Types ¶
type GHRepoService ¶
type GHRepoService interface {
GetLatestRelease(string, string) (*github.RepositoryRelease, *github.Response, error)
}
GHRepoService is a restricted interface to GitHub client operations.
var RepoService GHRepoService
RepoService is a GitHub client instance.
Click to show internal directories.
Click to hide internal directories.