...

Package v1alpha1

import "github.com/openshift/client-go/operator/informers/externalversions/operator/v1alpha1"
Overview
Index

Overview ▾

func NewFilteredImageContentSourcePolicyInformer

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

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.

type ImageContentSourcePolicyInformer

ImageContentSourcePolicyInformer provides access to a shared informer and lister for ImageContentSourcePolicies.

type ImageContentSourcePolicyInformer interface {
    Informer() cache.SharedIndexInformer
    Lister() v1alpha1.ImageContentSourcePolicyLister
}

type Interface

Interface provides access to all the informers in this group version.

type Interface interface {
    // ImageContentSourcePolicies returns a ImageContentSourcePolicyInformer.
    ImageContentSourcePolicies() ImageContentSourcePolicyInformer
}

func New

func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface

New returns a new Interface.