Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitRepo ¶
type GitRepo struct {
// contains filtered or unexported fields
}
func NewGitRepo ¶
NewGitRepo clones the specified git repository branch
func (*GitRepo) CommitTags ¶
func (gitRepo *GitRepo) CommitTags(imageVers []version.ImageVersion) (string, error)
CommitTags creates a commit that updates specific image tags
type GithubPR ¶
func NewGithubPR ¶
Click to show internal directories.
Click to hide internal directories.