Versions in this module Expand all Collapse all v0 v0.1.1 Jun 21, 2023 Changes in this version + type Config struct + Schedule string + TimeZone string + func (c *Config) String() string + type CronJob struct + func (c *CronJob) Init(properties *runtime.RawExtension, eh eventhandler.EventHandler) error + func (c *CronJob) New() types.Source + func (c *CronJob) Run(ctx context.Context) error + func (c *CronJob) Singleton() bool + func (c *CronJob) Type() string + type Event struct + TimeFired metav1.Time