v1alpha1

package
v0.0.0-...-f7c97df Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClusterEventBusInformer

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

NewClusterEventBusInformer constructs a new informer for ClusterEventBus 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 NewEventBusInformer

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

NewEventBusInformer constructs a new informer for EventBus 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 NewEventSourceInformer

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

NewEventSourceInformer constructs a new informer for EventSource 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 NewFilteredClusterEventBusInformer

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

NewFilteredClusterEventBusInformer constructs a new informer for ClusterEventBus 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 NewFilteredEventBusInformer

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

NewFilteredEventBusInformer constructs a new informer for EventBus 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 NewFilteredEventSourceInformer

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

NewFilteredEventSourceInformer constructs a new informer for EventSource 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 NewFilteredTriggerInformer

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

NewFilteredTriggerInformer constructs a new informer for Trigger 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 NewTriggerInformer

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

NewTriggerInformer constructs a new informer for Trigger 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 ClusterEventBusInformer

type ClusterEventBusInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ClusterEventBusLister
}

ClusterEventBusInformer provides access to a shared informer and lister for ClusterEventBuses.

type EventBusInformer

type EventBusInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.EventBusLister
}

EventBusInformer provides access to a shared informer and lister for EventBuses.

type EventSourceInformer

type EventSourceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.EventSourceLister
}

EventSourceInformer provides access to a shared informer and lister for EventSources.

type Interface

type Interface interface {
	// ClusterEventBuses returns a ClusterEventBusInformer.
	ClusterEventBuses() ClusterEventBusInformer
	// EventBuses returns a EventBusInformer.
	EventBuses() EventBusInformer
	// EventSources returns a EventSourceInformer.
	EventSources() EventSourceInformer
	// Triggers returns a TriggerInformer.
	Triggers() TriggerInformer
}

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

func New

New returns a new Interface.

type TriggerInformer

type TriggerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.TriggerLister
}

TriggerInformer provides access to a shared informer and lister for Triggers.

Jump to

Keyboard shortcuts

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