# Functions
Channel is used to provide a source of events originating outside the cluster (e.g.
Kind creates a KindSource with the given cache provider.
TypedChannel is used to provide a source of events originating outside the cluster (e.g.
TypedKind creates a KindSource with the given cache provider.
WithBufferSize configures the buffer size for a source.Channel.
WithPredicates adds the configured predicates to a source.Channel.
# Structs
Informer is used to provide a source of events originating inside the cluster from Watches (e.g.
# Interfaces
TypedSource is a generic source of events (e.g.
TypedSyncingSource is a source that needs syncing prior to being usable.
# Type aliases
ChannelOpt allows to configure a source.Channel.
TypedFunc is a function that implements Source.