Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cron ¶
type Cron struct {
// contains filtered or unexported fields
}
Cron is a wrapper for cron.Cron
func (*Cron) QueuedJobs ¶
QueuedJobs returns a list of jobs that need to be triggered and reset triggered in jobStatus
func (*Cron) SyncIntegrationConfig ¶
func (c *Cron) SyncIntegrationConfig(ic *cicdv1.IntegrationConfig) error
SyncIntegrationConfig syncs current cronAgent with current IntegrationConfig which add/delete jobs accordingly.
Click to show internal directories.
Click to hide internal directories.