Documentation ¶
Index ¶
Constants ¶
View Source
const (
// LabelCommitSHA the label added to git operator Jobs to indicate the commit sha
LabelCommitSHA = "git-operator.jenkins.io/commit-sha"
)
Variables ¶
This section is empty.
Functions ¶
func FindGitOperatorNamespace ¶
func FindGitOperatorNamespace(client kubernetes.Interface, namespace string) (string, error)
FindGitOperatorNamespace finds the git operator namespace
func GetSortedJobs ¶
func GetSortedJobs(client kubernetes.Interface, ns, selector, commitSHA string) ([]batchv1.Job, error)
GetSortedJobs gets the boot jobs with an optional commit sha filter
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.