v1

package
v3.2.0+incompatible Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCustomNetworkInformer

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

NewCustomNetworkInformer constructs a new informer for CustomNetwork 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 NewFilteredCustomNetworkInformer

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

NewFilteredCustomNetworkInformer constructs a new informer for CustomNetwork 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 NewFilteredServiceFunctionChainInformer

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

NewFilteredServiceFunctionChainInformer constructs a new informer for ServiceFunctionChain 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 NewServiceFunctionChainInformer

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

NewServiceFunctionChainInformer constructs a new informer for ServiceFunctionChain 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 CustomNetworkInformer

type CustomNetworkInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.CustomNetworkLister
}

CustomNetworkInformer provides access to a shared informer and lister for CustomNetworks.

type Interface

type Interface interface {
	// CustomNetworks returns a CustomNetworkInformer.
	CustomNetworks() CustomNetworkInformer
	// ServiceFunctionChains returns a ServiceFunctionChainInformer.
	ServiceFunctionChains() ServiceFunctionChainInformer
}

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

func New

New returns a new Interface.

type ServiceFunctionChainInformer

type ServiceFunctionChainInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ServiceFunctionChainLister
}

ServiceFunctionChainInformer provides access to a shared informer and lister for ServiceFunctionChains.

Jump to

Keyboard shortcuts

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