func NewFilteredImageContentSourcePolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredImageContentSourcePolicyInformer constructs a new informer for ImageContentSourcePolicy type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewImageContentSourcePolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewImageContentSourcePolicyInformer constructs a new informer for ImageContentSourcePolicy type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
ImageContentSourcePolicyInformer provides access to a shared informer and lister for ImageContentSourcePolicies.
type ImageContentSourcePolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ImageContentSourcePolicyLister }
Interface provides access to all the informers in this group version.
type Interface interface { // ImageContentSourcePolicies returns a ImageContentSourcePolicyInformer. ImageContentSourcePolicies() ImageContentSourcePolicyInformer }
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.