v1

package
v1.16.21 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2024 License: MIT Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredTestSourceInformer added in v1.16.21

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

NewFilteredTestSourceInformer constructs a new informer for TestSource type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory print and number of connections to the server.

func NewFilteredTestTriggerInformer

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

NewFilteredTestTriggerInformer constructs a new informer for TestTrigger type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory print and number of connections to the server.

func NewTestSourceInformer added in v1.16.21

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

NewTestSourceInformer constructs a new informer for TestSource type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory print and number of connections to the server.

func NewTestTriggerInformer

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

NewTestTriggerInformer constructs a new informer for TestTrigger type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory print and number of connections to the server.

Types

type Interface

type Interface interface {
	// TestTriggers returns a TestTriggerInformer.
	TestTriggers() TestTriggerInformer
	// TestSource returns a TestSourceInformer.
	TestSource() TestSourceInformer
}

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

func New

New returns a new Interface.

type TestSourceInformer added in v1.16.21

type TestSourceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() testsourcelisterv1.TestSourceLister
}

TestSourceInformer provides access to a shared informer and lister for TestSource.

type TestTriggerInformer

type TestTriggerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() testtriggerslisterv1.TestTriggerLister
}

TestTriggerInformer provides access to a shared informer and lister for TestTrigger.

Jump to

Keyboard shortcuts

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