v1

package
v1.6.2-rc1 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredInstanceInfoInformer

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

NewFilteredInstanceInfoInformer constructs a new informer for InstanceInfo 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 NewFilteredShareInfoInformer

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

NewFilteredShareInfoInformer constructs a new informer for ShareInfo 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 NewInstanceInfoInformer

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

NewInstanceInfoInformer constructs a new informer for InstanceInfo 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 NewShareInfoInformer

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

NewShareInfoInformer constructs a new informer for ShareInfo 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 InstanceInfoInformer

type InstanceInfoInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.InstanceInfoLister
}

InstanceInfoInformer provides access to a shared informer and lister for InstanceInfos.

type Interface

type Interface interface {
	// InstanceInfos returns a InstanceInfoInformer.
	InstanceInfos() InstanceInfoInformer
	// ShareInfos returns a ShareInfoInformer.
	ShareInfos() ShareInfoInformer
}

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

func New

New returns a new Interface.

type ShareInfoInformer

type ShareInfoInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ShareInfoLister
}

ShareInfoInformer provides access to a shared informer and lister for ShareInfos.

Jump to

Keyboard shortcuts

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