Documentation ¶ Index ¶ func GetScheduleAndTimezone(cronJob v1.CronJob) (string, string) type Handler func New() *Handler func (h *Handler) Run(req router.Request, resp router.Response) error func (h *Handler) SetSuccessRunTime(req router.Request, _ router.Response) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetScheduleAndTimezone ¶ added in v0.8.0 func GetScheduleAndTimezone(cronJob v1.CronJob) (string, string) Types ¶ type Handler ¶ type Handler struct{} func New ¶ func New() *Handler func (*Handler) Run ¶ func (h *Handler) Run(req router.Request, resp router.Response) error func (*Handler) SetSuccessRunTime ¶ func (h *Handler) SetSuccessRunTime(req router.Request, _ router.Response) error Source Files ¶ View all Source files cronjob.go Click to show internal directories. Click to hide internal directories.