v1alpha2

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCellInformer

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

NewCellInformer constructs a new informer for Cell 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 NewComponentInformer

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

NewComponentInformer constructs a new informer for Component 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 NewCompositeInformer

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

NewCompositeInformer constructs a new informer for Composite 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 NewFilteredCellInformer

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

NewFilteredCellInformer constructs a new informer for Cell 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 NewFilteredComponentInformer

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

NewFilteredComponentInformer constructs a new informer for Component 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 NewFilteredCompositeInformer

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

NewFilteredCompositeInformer constructs a new informer for Composite 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 NewFilteredGatewayInformer

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

NewFilteredGatewayInformer constructs a new informer for Gateway 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 NewFilteredTokenServiceInformer

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

NewFilteredTokenServiceInformer constructs a new informer for TokenService 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 NewGatewayInformer

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

NewGatewayInformer constructs a new informer for Gateway 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 NewTokenServiceInformer

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

NewTokenServiceInformer constructs a new informer for TokenService 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 CellInformer

type CellInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha2.CellLister
}

CellInformer provides access to a shared informer and lister for Cells.

type ComponentInformer

type ComponentInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha2.ComponentLister
}

ComponentInformer provides access to a shared informer and lister for Components.

type CompositeInformer

type CompositeInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha2.CompositeLister
}

CompositeInformer provides access to a shared informer and lister for Composites.

type GatewayInformer

type GatewayInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha2.GatewayLister
}

GatewayInformer provides access to a shared informer and lister for Gateways.

type Interface

type Interface interface {
	// Cells returns a CellInformer.
	Cells() CellInformer
	// Components returns a ComponentInformer.
	Components() ComponentInformer
	// Composites returns a CompositeInformer.
	Composites() CompositeInformer
	// Gateways returns a GatewayInformer.
	Gateways() GatewayInformer
	// TokenServices returns a TokenServiceInformer.
	TokenServices() TokenServiceInformer
}

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

func New

New returns a new Interface.

type TokenServiceInformer

type TokenServiceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha2.TokenServiceLister
}

TokenServiceInformer provides access to a shared informer and lister for TokenServices.

Jump to

Keyboard shortcuts

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