internalinterfaces

package
v0.0.0-...-33cbb82 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NewInformerFunc

type NewInformerFunc func(mebius.Interface, time.Duration) cache.SharedIndexInformer

NewInformerFunc takes mebius.Interface and time.Duration to return a SharedIndexInformer.

type SharedInformerFactory

type SharedInformerFactory interface {
	Start(stopCh <-chan struct{})
	InformerFor(obj runtime.Object, newFunc NewInformerFunc) cache.SharedIndexInformer
}

SharedInformerFactory a small interface to allow for adding an informer without an import cycle

type TweakListOptionsFunc

type TweakListOptionsFunc func(*v1.ListOptions)

TweakListOptionsFunc is a function that transforms a v1.ListOptions.

Jump to

Keyboard shortcuts

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