v1

package
v1.24.1 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClusterMemberInformer

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

NewClusterMemberInformer constructs a new informer for ClusterMember 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 NewFilteredClusterMemberInformer

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

NewFilteredClusterMemberInformer constructs a new informer for ClusterMember 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 NewFilteredProjectMemberInformer

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

NewFilteredProjectMemberInformer constructs a new informer for ProjectMember 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 NewProjectMemberInformer

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

NewProjectMemberInformer constructs a new informer for ProjectMember 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 ClusterMemberInformer

type ClusterMemberInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ClusterMemberLister
}

ClusterMemberInformer provides access to a shared informer and lister for ClusterMembers.

type Interface

type Interface interface {
	// ClusterMembers returns a ClusterMemberInformer.
	ClusterMembers() ClusterMemberInformer
	// ProjectMembers returns a ProjectMemberInformer.
	ProjectMembers() ProjectMemberInformer
}

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

func New

New returns a new Interface.

type ProjectMemberInformer

type ProjectMemberInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ProjectMemberLister
}

ProjectMemberInformer provides access to a shared informer and lister for ProjectMembers.

Jump to

Keyboard shortcuts

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