informers

package
v0.0.0-...-03b3356 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenericInformerFactory

type GenericInformerFactory interface {
	Start(stopCh <-chan struct{})
	WaitForCacheSync(stopCh <-chan struct{}) map[reflect.Type]bool
}

type InformerFactory

type InformerFactory interface {
	KubernetesSharedInformerFactory() informers.SharedInformerFactory
	ApiExtensionSharedInformerFactory() externalversions.SharedInformerFactory
	AiSharedInformerFactory() aiinformers.SharedInformerFactory

	Start(stopCh <-chan struct{})
}

func NewInformerFactories

func NewInformerFactories(client kubernetes.Interface, apiextensionsClient apiextensionsclient.Interface, aiClient aiclient.Interface) InformerFactory

Jump to

Keyboard shortcuts

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