v1alpha1

package
v0.0.0-...-c8ac227 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2019 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBotInformer

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

NewBotInformer constructs a new informer for Bot 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 NewEventBindingInformer

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

NewEventBindingInformer constructs a new informer for EventBinding 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 NewEventInformer

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

NewEventInformer constructs a new informer for Event 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 NewFilteredBotInformer

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

NewFilteredBotInformer constructs a new informer for Bot 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 NewFilteredEventBindingInformer

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

NewFilteredEventBindingInformer constructs a new informer for EventBinding 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 NewFilteredEventInformer

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

NewFilteredEventInformer constructs a new informer for Event 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 BotInformer

type BotInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.BotLister
}

BotInformer provides access to a shared informer and lister for Bots.

type EventBindingInformer

type EventBindingInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.EventBindingLister
}

EventBindingInformer provides access to a shared informer and lister for EventBindings.

type EventInformer

type EventInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.EventLister
}

EventInformer provides access to a shared informer and lister for Events.

type Interface

type Interface interface {
	// Bots returns a BotInformer.
	Bots() BotInformer
	// Events returns a EventInformer.
	Events() EventInformer
	// EventBindings returns a EventBindingInformer.
	EventBindings() EventBindingInformer
}

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

func New

New returns a new Interface.

Jump to

Keyboard shortcuts

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