v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCircuitAuthorizationInformer

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

NewCircuitAuthorizationInformer constructs a new informer for CircuitAuthorization 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 NewCircuitConnectionInformer

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

NewCircuitConnectionInformer constructs a new informer for CircuitConnection 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 NewCircuitInformer

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

NewCircuitInformer constructs a new informer for Circuit 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 NewCircuitPeeringInformer

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

NewCircuitPeeringInformer constructs a new informer for CircuitPeering 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 NewConnectionInformer

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

NewConnectionInformer constructs a new informer for Connection 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 NewFilteredCircuitAuthorizationInformer

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

NewFilteredCircuitAuthorizationInformer constructs a new informer for CircuitAuthorization 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 NewFilteredCircuitConnectionInformer

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

NewFilteredCircuitConnectionInformer constructs a new informer for CircuitConnection 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 NewFilteredCircuitInformer

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

NewFilteredCircuitInformer constructs a new informer for Circuit 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 NewFilteredCircuitPeeringInformer

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

NewFilteredCircuitPeeringInformer constructs a new informer for CircuitPeering 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 NewFilteredConnectionInformer

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

NewFilteredConnectionInformer constructs a new informer for Connection 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 NewFilteredPortInformer

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

NewFilteredPortInformer constructs a new informer for Port 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 NewPortInformer

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

NewPortInformer constructs a new informer for Port 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 CircuitAuthorizationInformer

type CircuitAuthorizationInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.CircuitAuthorizationLister
}

CircuitAuthorizationInformer provides access to a shared informer and lister for CircuitAuthorizations.

type CircuitConnectionInformer

type CircuitConnectionInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.CircuitConnectionLister
}

CircuitConnectionInformer provides access to a shared informer and lister for CircuitConnections.

type CircuitInformer

type CircuitInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.CircuitLister
}

CircuitInformer provides access to a shared informer and lister for Circuits.

type CircuitPeeringInformer

type CircuitPeeringInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.CircuitPeeringLister
}

CircuitPeeringInformer provides access to a shared informer and lister for CircuitPeerings.

type ConnectionInformer

type ConnectionInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ConnectionLister
}

ConnectionInformer provides access to a shared informer and lister for Connections.

type GatewayInformer

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

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

type Interface

type Interface interface {
	// Circuits returns a CircuitInformer.
	Circuits() CircuitInformer
	// CircuitAuthorizations returns a CircuitAuthorizationInformer.
	CircuitAuthorizations() CircuitAuthorizationInformer
	// CircuitConnections returns a CircuitConnectionInformer.
	CircuitConnections() CircuitConnectionInformer
	// CircuitPeerings returns a CircuitPeeringInformer.
	CircuitPeerings() CircuitPeeringInformer
	// Connections returns a ConnectionInformer.
	Connections() ConnectionInformer
	// Gateways returns a GatewayInformer.
	Gateways() GatewayInformer
	// Ports returns a PortInformer.
	Ports() PortInformer
}

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

func New

New returns a new Interface.

type PortInformer

type PortInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.PortLister
}

PortInformer provides access to a shared informer and lister for Ports.

Jump to

Keyboard shortcuts

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