Trigger

Concept of OpenFunction, a resource of the events framework, Trigger

Trigger is an abstraction of the purpose of an event, i.e. what needs to be done when a message is received.

Trigger contains the user’s description of the purpose of the event, which guides the Trigger on which event sources it should fetch events from and subsequently decide whether to trigger the target function based on the given conditions.

Reference

Trigger is a CustomResourceDefinitions(CRD) . You can refer to Trigger CRD Spec for more information.


Last modified August 31, 2021: Update docs (ab70662)