Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 910 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 910 Bytes

WARNING: Kubeless is no longer actively maintained by VMware.

VMware has made the difficult decision to stop driving this project and therefore we will no longer actively respond to issues or pull requests. If you would like to take over maintaining this project independently from VMware, please let us know so we can add a link to your forked project here.

Thank You.

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.