internalversion

package
v0.0.0-...-d86c41a Latest Latest
Warning

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

Go to latest
Published: May 5, 2019 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredPizzaInformer

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

NewFilteredPizzaInformer constructs a new informer for Pizza 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 NewFilteredToppingInformer

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

NewFilteredToppingInformer constructs a new informer for Topping 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 NewPizzaInformer

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

NewPizzaInformer constructs a new informer for Pizza 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 NewToppingInformer

func NewToppingInformer(client clientsetinternalversion.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewToppingInformer constructs a new informer for Topping 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 Interface

type Interface interface {
	// Pizzas returns a PizzaInformer.
	Pizzas() PizzaInformer
	// Toppings returns a ToppingInformer.
	Toppings() ToppingInformer
}

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

func New

New returns a new Interface.

type PizzaInformer

type PizzaInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.PizzaLister
}

PizzaInformer provides access to a shared informer and lister for Pizzas.

type ToppingInformer

type ToppingInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.ToppingLister
}

ToppingInformer provides access to a shared informer and lister for Toppings.

Jump to

Keyboard shortcuts

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