v1

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewApisixRouteInformer

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

NewApisixRouteInformer constructs a new informer for ApisixRoute 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 NewApisixTlsInformer

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

NewApisixTlsInformer constructs a new informer for ApisixTls 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 NewApisixUpstreamInformer

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

NewApisixUpstreamInformer constructs a new informer for ApisixUpstream 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 NewFilteredApisixRouteInformer

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

NewFilteredApisixRouteInformer constructs a new informer for ApisixRoute 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 NewFilteredApisixTlsInformer

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

NewFilteredApisixTlsInformer constructs a new informer for ApisixTls 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 NewFilteredApisixUpstreamInformer

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

NewFilteredApisixUpstreamInformer constructs a new informer for ApisixUpstream 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 ApisixRouteInformer

type ApisixRouteInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ApisixRouteLister
}

ApisixRouteInformer provides access to a shared informer and lister for ApisixRoutes.

type ApisixTlsInformer

type ApisixTlsInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ApisixTlsLister
}

ApisixTlsInformer provides access to a shared informer and lister for ApisixTlses.

type ApisixUpstreamInformer

type ApisixUpstreamInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ApisixUpstreamLister
}

ApisixUpstreamInformer provides access to a shared informer and lister for ApisixUpstreams.

type Interface

type Interface interface {
	// ApisixRoutes returns a ApisixRouteInformer.
	ApisixRoutes() ApisixRouteInformer
	// ApisixTlses returns a ApisixTlsInformer.
	ApisixTlses() ApisixTlsInformer
	// ApisixUpstreams returns a ApisixUpstreamInformer.
	ApisixUpstreams() ApisixUpstreamInformer
}

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

func New

New returns a new Interface.

Jump to

Keyboard shortcuts

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