Documentation ¶
Index ¶
- func NewFilteredHealthbotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewHealthbotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type HealthbotInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredHealthbotInformer ¶
func NewFilteredHealthbotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredHealthbotInformer constructs a new informer for Healthbot 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 NewHealthbotInformer ¶
func NewHealthbotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewHealthbotInformer constructs a new informer for Healthbot 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 HealthbotInformer ¶
type HealthbotInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.HealthbotLister }
HealthbotInformer provides access to a shared informer and lister for Healthbots.
type Interface ¶
type Interface interface { // Healthbots returns a HealthbotInformer. Healthbots() HealthbotInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.