v1alpha1

package
v0.3.25 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredHTTPRouteGroupInformer

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

NewFilteredHTTPRouteGroupInformer constructs a new informer for HTTPRouteGroup 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 NewFilteredTCPRouteInformer

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

NewFilteredTCPRouteInformer constructs a new informer for TCPRoute 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 NewHTTPRouteGroupInformer

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

NewHTTPRouteGroupInformer constructs a new informer for HTTPRouteGroup 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 NewTCPRouteInformer

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

NewTCPRouteInformer constructs a new informer for TCPRoute 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 HTTPRouteGroupInformer

type HTTPRouteGroupInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.HTTPRouteGroupLister
}

HTTPRouteGroupInformer provides access to a shared informer and lister for HTTPRouteGroups.

type Interface

type Interface interface {
	// HTTPRouteGroups returns a HTTPRouteGroupInformer.
	HTTPRouteGroups() HTTPRouteGroupInformer
	// TCPRoutes returns a TCPRouteInformer.
	TCPRoutes() TCPRouteInformer
}

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

func New

New returns a new Interface.

type TCPRouteInformer

type TCPRouteInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.TCPRouteLister
}

TCPRouteInformer provides access to a shared informer and lister for TCPRoutes.

Jump to

Keyboard shortcuts

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