/cronjob-trigger

Kubernetes CRD controller for periodic invocation of Kubeless functions

Primary LanguageGoApache License 2.0Apache-2.0

cronjob-trigger

A Kubeless Trigger represents an event source that a Kubeless function can be associated with it. When an event occurs in the event source, Kubeless will ensure that the associated functions are invoked. CronJob-trigger addon to Kubeless adds support for deploying functions that should be triggered following a certain schedule

Please refer to the documentation on how to use CronJob triggers with Kubeless.