# Functions
AdapterName returns the adapter's name for the given source object.
CreateCloudEventAttributes returns CloudEvent attributes for the event types supported by the source.
MakeSecurityCredentialsEnvVars returns environment variables for the given AWS security credentials.
NewGenericDeploymentReconciler creates a new GenericDeploymentReconciler and attaches a default event handler to its Deployment informer.
NewGenericServiceReconciler creates a new GenericServiceReconciler and attaches a default event handler to its Service informer.
# Constants
Common label values.
AppComponentLabel is the component within the architecture.
AppInstanceLabel is a unique name identifying the instance of an application.
AppManagedByLabel is the tool being used to manage the operation of an application.
AppNameLabel is the name of the application.
AppPartOfLabel is the name of a higher level application this one is part of.
AppVersionLabel is the current version of the application.
Common environment variables propagated to adapters.
Common environment variables propagated to adapters.
Common environment variables propagated to adapters.
Common environment variables propagated to adapters.
Common environment variables propagated to adapters.
nolint:gosec.
Common environment variables propagated to adapters.
Common label values.
Common label values.
ReasonAdapterCreate indicates that an adapter object was successfully created.
ReasonAdapterUpdate indicates that an adapter object was successfully updated.
ReasonBadSinkURI indicates that the URI of a sink can't be determined.
ReasonFailedAdapterCreate indicates that the creation of an adapter object failed.
ReasonFailedAdapterUpdate indicates that the update of an adapter object failed.
ReasonInvalidSpec indicates that spec of a reconciled object is invalid.
# Structs
GenericDeploymentReconciler contains interfaces shared across Deployment reconcilers.
GenericServiceReconciler contains interfaces shared across Service reconcilers.
# Type aliases
AdapterDeploymentBuilderFunc builds a Deployment object for a source's adapter.
AdapterServiceBuilderFunc builds a Service object for a source's adapter.