release

package
v0.0.0-...-6c2d9fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2017 License: Apache-2.0 Imports: 1 Imported by: 1

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-classic"

Project is the default Helm repository name.

Functions

func Latest

func Latest() (*github.RepositoryRelease, error)

Latest returns information on the latest Helm Classic version.

func LatestDownloadURL

func LatestDownloadURL() (string, error)

LatestDownloadURL returns the URL from which to download a release.

func LatestVersion

func LatestVersion() (string, error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL