Versions in this module Expand all Collapse all v0 v0.0.310 Jun 15, 2022 Changes in this version + type GenericInformer interface + Informer func() cache.SharedIndexInformer + Lister func() cache.GenericLister + type SharedInformerFactory interface + Application func() application.Interface + Auditing func() auditing.Interface + Cluster func() cluster.Interface + Devops func() devops.Interface + ForResource func(resource schema.GroupVersionResource) (GenericInformer, error) + Iam func() iam.Interface + Network func() network.Interface + Notification func() notification.Interface + Quota func() quota.Interface + Servicemesh func() servicemesh.Interface + Storage func() storage.Interface + Tenant func() tenant.Interface + Types func() types.Interface + WaitForCacheSync func(stopCh <-chan struct{}) map[reflect.Type]bool + func NewFilteredSharedInformerFactory(client versioned.Interface, defaultResync time.Duration, namespace string, ...) SharedInformerFactory + func NewSharedInformerFactory(client versioned.Interface, defaultResync time.Duration) SharedInformerFactory + func NewSharedInformerFactoryWithOptions(client versioned.Interface, defaultResync time.Duration, ...) SharedInformerFactory + type SharedInformerOption func(*sharedInformerFactory) *sharedInformerFactory + func WithCustomResyncConfig(resyncConfig map[v1.Object]time.Duration) SharedInformerOption + func WithNamespace(namespace string) SharedInformerOption + func WithTweakListOptions(tweakListOptions internalinterfaces.TweakListOptionsFunc) SharedInformerOption