Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
LoopFactoryCache = loop.New[loops.EventClient](16)
)
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options[T meta.Resource] struct { EventCh <-chan *informer.Event[T] CancelWatch context.CancelFunc Stream sender.Interface Namespace string KubeClient client.Client ProcessSecrets func(context.Context, *T, string, client.Client) error // Filter, when set, drops any event for which it returns false before it is // enqueued or streamed. Used to forward only the resources that belong to the // connecting app. Filter func(T) bool }
Click to show internal directories.
Click to hide internal directories.