Documentation ¶
Index ¶
Constants ¶
View Source
const (
// AlphabeticalOrderDesc descending order
AlphabeticalOrderDesc = "DESC"
)
Variables ¶
View Source
var (
DefaultInterval = metav1.Duration{Duration: durations.DefaultImageInterval}
)
Functions ¶
func GitCommitKey ¶
func TagScanKey ¶
Types ¶
type GitCommitJob ¶
type GitCommitJob struct {
// contains filtered or unexported fields
}
func NewGitCommitJob ¶
func NewGitCommitJob(c client.Client, namespace string, name string) *GitCommitJob
func (*GitCommitJob) Description ¶
func (j *GitCommitJob) Description() string
func (*GitCommitJob) Execute ¶
func (j *GitCommitJob) Execute(ctx context.Context)
func (*GitCommitJob) Key ¶
func (j *GitCommitJob) Key() int
type TagScanJob ¶
type TagScanJob struct {
// contains filtered or unexported fields
}
func NewTagScanJob ¶
func NewTagScanJob(c client.Client, namespace string, name string) *TagScanJob
func (*TagScanJob) Description ¶
func (j *TagScanJob) Description() string
func (*TagScanJob) Execute ¶
func (j *TagScanJob) Execute(ctx context.Context)
func (*TagScanJob) Key ¶
func (j *TagScanJob) Key() int
Click to show internal directories.
Click to hide internal directories.