package
0.1.0
Repository: https://github.com/kcp-dev/api-syncagent.git
Documentation: pkg.go.dev

# Interfaces

SharedInformerFactory a small interface to allow for adding an informer without an import cycle.
SharedScopedInformerFactory a small interface to allow for adding an informer without an import cycle.

# Type aliases

NewInformerFunc takes clientset.ClusterInterface and time.Duration to return a ScopeableSharedIndexInformer.
NewScopedInformerFunc takes scopedclientset.Interface and time.Duration to return a SharedIndexInformer.
TweakListOptionsFunc is a function that transforms a metav1.ListOptions.