Documentation ¶
Index ¶
- func NewConvertQueueInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredConvertQueueInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredPackageChannelInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredStoreContainerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredStoreContainerPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewPackageChannelInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewStoreContainerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewStoreContainerPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ConvertQueueInformer
- type Interface
- type PackageChannelInformer
- type StoreContainerInformer
- type StoreContainerPolicyInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConvertQueueInformer ¶
func NewConvertQueueInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewConvertQueueInformer constructs a new informer for ConvertQueue 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 NewFilteredConvertQueueInformer ¶
func NewFilteredConvertQueueInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredConvertQueueInformer constructs a new informer for ConvertQueue 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 NewFilteredPackageChannelInformer ¶
func NewFilteredPackageChannelInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredPackageChannelInformer constructs a new informer for PackageChannel 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 NewFilteredStoreContainerInformer ¶
func NewFilteredStoreContainerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredStoreContainerInformer constructs a new informer for StoreContainer 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 NewFilteredStoreContainerPolicyInformer ¶
func NewFilteredStoreContainerPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredStoreContainerPolicyInformer constructs a new informer for StoreContainerPolicy 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 NewPackageChannelInformer ¶
func NewPackageChannelInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewPackageChannelInformer constructs a new informer for PackageChannel 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 NewStoreContainerInformer ¶
func NewStoreContainerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewStoreContainerInformer constructs a new informer for StoreContainer 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 NewStoreContainerPolicyInformer ¶
func NewStoreContainerPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewStoreContainerPolicyInformer constructs a new informer for StoreContainerPolicy 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.
Types ¶
type ConvertQueueInformer ¶
type ConvertQueueInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ConvertQueueLister }
ConvertQueueInformer provides access to a shared informer and lister for ConvertQueues.
type Interface ¶
type Interface interface { // ConvertQueues returns a ConvertQueueInformer. ConvertQueues() ConvertQueueInformer // PackageChannels returns a PackageChannelInformer. PackageChannels() PackageChannelInformer // StoreContainers returns a StoreContainerInformer. StoreContainers() StoreContainerInformer // StoreContainerPolicies returns a StoreContainerPolicyInformer. StoreContainerPolicies() StoreContainerPolicyInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
type PackageChannelInformer ¶
type PackageChannelInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.PackageChannelLister }
PackageChannelInformer provides access to a shared informer and lister for PackageChannels.
type StoreContainerInformer ¶
type StoreContainerInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.StoreContainerLister }
StoreContainerInformer provides access to a shared informer and lister for StoreContainers.
type StoreContainerPolicyInformer ¶
type StoreContainerPolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.StoreContainerPolicyLister }
StoreContainerPolicyInformer provides access to a shared informer and lister for StoreContainerPolicies.