v1alpha1

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredSubContactInformer

func NewFilteredSubContactInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredSubContactInformer constructs a new informer for SubContact 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 NewFilteredSubSubscriptionInformer

func NewFilteredSubSubscriptionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredSubSubscriptionInformer constructs a new informer for SubSubscription 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 NewFilteredSubWebhookInformer added in v0.5.0

func NewFilteredSubWebhookInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredSubWebhookInformer constructs a new informer for SubWebhook 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 NewSubContactInformer

func NewSubContactInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewSubContactInformer constructs a new informer for SubContact 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 NewSubSubscriptionInformer

func NewSubSubscriptionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewSubSubscriptionInformer constructs a new informer for SubSubscription 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 NewSubWebhookInformer added in v0.5.0

func NewSubWebhookInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewSubWebhookInformer constructs a new informer for SubWebhook 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 Interface

type Interface interface {
	// SubContacts returns a SubContactInformer.
	SubContacts() SubContactInformer
	// SubSubscriptions returns a SubSubscriptionInformer.
	SubSubscriptions() SubSubscriptionInformer
	// SubWebhooks returns a SubWebhookInformer.
	SubWebhooks() SubWebhookInformer
}

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

func New

New returns a new Interface.

type SubContactInformer

type SubContactInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.SubContactLister
}

SubContactInformer provides access to a shared informer and lister for SubContacts.

type SubSubscriptionInformer

type SubSubscriptionInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.SubSubscriptionLister
}

SubSubscriptionInformer provides access to a shared informer and lister for SubSubscriptions.

type SubWebhookInformer added in v0.5.0

type SubWebhookInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.SubWebhookLister
}

SubWebhookInformer provides access to a shared informer and lister for SubWebhooks.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL