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.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified August 31, 2021: Update docs (ab70662)