# Constants
SourceTypeResourceWatcher is the source type for K8sResourceWatcher.
SourceTypeWebhookTrigger is the source type for WebhookTrigger.
# Variables
AddToScheme adds the types in this group-version to the given scheme.
EventListenerKind is the kind of EventListener.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
TriggerServiceKind is the kind of TriggerService.
# Structs
ActionMeta is what users type in their configurations, specifying what action they want to use and what properties they provided.
Event is the schema for the event.
EventListener is the schema for the event listener.
EventListenerList contains a list of EventListener.
EventResource is the resource that triggers the event.
Source defines the Source of trigger.
TriggerMeta is the meta data of a trigger.
TriggerService is the Schema for the kubetriggerconfigs API.
TriggerServiceList contains a list of TriggerService.
TriggerServiceSpec defines the desired state of TriggerService.
Worker defines the config of the worker.