githubrelease

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitHubRelease

type GitHubRelease struct {
	// contains filtered or unexported fields
}

GitHubRelease defines a resource of kind "githubrelease"

func New

func New(spec interface{}) (*GitHubRelease, error)

New returns a new valid GitHubRelease object.

func (GitHubRelease) Changelog

func (gr GitHubRelease) Changelog() string

Changelog returns the content (body) of the Github Release

func (GitHubRelease) Condition

func (ghr GitHubRelease) Condition(source string) (bool, error)

func (GitHubRelease) ConditionFromSCM

func (ghr GitHubRelease) ConditionFromSCM(source string, scm scm.ScmHandler) (bool, error)

func (*GitHubRelease) Source

func (gr *GitHubRelease) Source(workingDir string) (value string, err error)

Source retrieves a specific version tag from Github Releases.

func (GitHubRelease) Target

func (ghr GitHubRelease) Target(source string, dryRun bool) (bool, error)

func (GitHubRelease) TargetFromSCM

func (ghr GitHubRelease) TargetFromSCM(source string, scm scm.ScmHandler, dryRun bool) (bool, []string, string, error)

type Spec added in v0.22.3

type Spec struct {
	Owner         string         // Owner specifies repository owner
	Repository    string         // Repository specifies the name of a repository for a specific owner
	Token         string         // Token specifies the credential used to authenticate with
	URL           string         // URL specifies the default github url in case of GitHub enterprise
	Username      string         // Username specifies the username used to authenticate with Github API
	VersionFilter version.Filter // VersionFilter provides parameters to specify version pattern and its type like regex, semver, or just latest.
}

Spec defines a specification for a "gittag" resource parsed from an updatecli manifest file

Jump to

Keyboard shortcuts

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