# Functions
NewEmptyResourceQueueSet returns a new queue set with an empty but initialized queue map.
No description provided by the author
NewOperator returns a new Operator configured to manage the cluster with the given server version client.
No description provided by the author
NewQueueInformer returns a new QueueInformer configured with options.
NewResourceQueueSet returns a new queue set with the given queue map.
ResyncWithJitter takes a resync interval and adds jitter within a percent difference.
WithIndexer sets the indexer used by a QueueInformer.
WithInformer sets the informer used by a QueueInformer.
WithInformers registers a set of initial Informers with an Operator.
WithKeyFunc sets the key func used by a QueueInformer.
WithLogger configures logger as the QueueInformer's Logger.
WithMetricsProvider configures the QueueInformer's MetricsProvider as provider.
WithNumWorkers sets the number of workers an Operator uses to process each queue.
WithOperatorLogger sets the logger used by an Operator.
WithQueue sets the queue used by a QueueInformer.
WithQueueInformers registers a set of initial QueueInformers with an Operator.
WithSyncer sets the syncer invoked by a QueueInformer.
# Constants
No description provided by the author
# Structs
QueueInformer ties an informer to a queue in order to process events from the informer the informer watches objects of interest and adds objects to the queue for processing the syncHandler is called for all objects on the queue.
ResourceQueueSet is a set of workqueues that is assumed to be keyed by namespace.
# Interfaces
ExtensibleOperator describes a Reconciler that can be extended with additional informers and queue informers.
ObservableOperator describes a Reconciler whose state can be queried.
Operator describes a Reconciler that manages a set of QueueInformers.
# Type aliases
KeyFunc returns a key for the given object and a bool which is true if the key was successfully generated and false otherwise.
LegacySyncHandler is a deprecated signature for syncing resources.
No description provided by the author
Option applies an option to the given queue informer config.