Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrSinkMissing = errors.New("Sink missing from spec")
)
Functions ¶
func Annotations ¶
func Annotations(owner kmeta.OwnerRefable) map[string]string
Types ¶
type Base ¶
type Base struct { // Include the knative/eventing reconciler base. // +required *eventingreconciler.Base // ClientSet for Sources; note that EventingClientSet (from eventing Base) is unused // +required SourcesClientSet clientset.Interface // Used by all Sources to resolve their sink. // +required SinkResolver *resolver.URIResolver }
Base is a set of tools that source reconcilers need.
Click to show internal directories.
Click to hide internal directories.