v1

package
v1.12.2-rc.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClusterEphemeralReportInformer

func NewClusterEphemeralReportInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewClusterEphemeralReportInformer constructs a new informer for ClusterEphemeralReport 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 NewEphemeralReportInformer

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

NewEphemeralReportInformer constructs a new informer for EphemeralReport 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 NewFilteredClusterEphemeralReportInformer

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

NewFilteredClusterEphemeralReportInformer constructs a new informer for ClusterEphemeralReport 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 NewFilteredEphemeralReportInformer

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

NewFilteredEphemeralReportInformer constructs a new informer for EphemeralReport 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 ClusterEphemeralReportInformer

type ClusterEphemeralReportInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ClusterEphemeralReportLister
}

ClusterEphemeralReportInformer provides access to a shared informer and lister for ClusterEphemeralReports.

type EphemeralReportInformer

type EphemeralReportInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.EphemeralReportLister
}

EphemeralReportInformer provides access to a shared informer and lister for EphemeralReports.

type Interface

type Interface interface {
	// ClusterEphemeralReports returns a ClusterEphemeralReportInformer.
	ClusterEphemeralReports() ClusterEphemeralReportInformer
	// EphemeralReports returns a EphemeralReportInformer.
	EphemeralReports() EphemeralReportInformer
}

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