v1

package
v0.0.0-...-a3b290e Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFabricVlanPoolInformer

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

NewFabricVlanPoolInformer constructs a new informer for FabricVlanPool 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 NewFilteredFabricVlanPoolInformer

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

NewFilteredFabricVlanPoolInformer constructs a new informer for FabricVlanPool 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 NewFilteredNadVlanMapInformer

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

NewFilteredNadVlanMapInformer constructs a new informer for NadVlanMap 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 NewFilteredNetworkFabricConfigurationInformer

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

NewFilteredNetworkFabricConfigurationInformer constructs a new informer for NetworkFabricConfiguration 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 NewFilteredNetworkFabricL3ConfigurationInformer

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

NewFilteredNetworkFabricL3ConfigurationInformer constructs a new informer for NetworkFabricL3Configuration 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 NewFilteredNodeFabricNetworkAttachmentInformer

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

NewFilteredNodeFabricNetworkAttachmentInformer constructs a new informer for NodeFabricNetworkAttachment 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 NewFilteredNodeFabricNetworkL3PeerInformer

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

NewFilteredNodeFabricNetworkL3PeerInformer constructs a new informer for NodeFabricNetworkL3Peer 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 NewNadVlanMapInformer

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

NewNadVlanMapInformer constructs a new informer for NadVlanMap 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 NewNetworkFabricConfigurationInformer

func NewNetworkFabricConfigurationInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewNetworkFabricConfigurationInformer constructs a new informer for NetworkFabricConfiguration 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 NewNetworkFabricL3ConfigurationInformer

func NewNetworkFabricL3ConfigurationInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewNetworkFabricL3ConfigurationInformer constructs a new informer for NetworkFabricL3Configuration 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 NewNodeFabricNetworkAttachmentInformer

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

NewNodeFabricNetworkAttachmentInformer constructs a new informer for NodeFabricNetworkAttachment 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 NewNodeFabricNetworkL3PeerInformer

func NewNodeFabricNetworkL3PeerInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewNodeFabricNetworkL3PeerInformer constructs a new informer for NodeFabricNetworkL3Peer 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 FabricVlanPoolInformer

type FabricVlanPoolInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.FabricVlanPoolLister
}

FabricVlanPoolInformer provides access to a shared informer and lister for FabricVlanPools.

type Interface

type Interface interface {
	// FabricVlanPools returns a FabricVlanPoolInformer.
	FabricVlanPools() FabricVlanPoolInformer
	// NadVlanMaps returns a NadVlanMapInformer.
	NadVlanMaps() NadVlanMapInformer
	// NetworkFabricConfigurations returns a NetworkFabricConfigurationInformer.
	NetworkFabricConfigurations() NetworkFabricConfigurationInformer
	// NetworkFabricL3Configurations returns a NetworkFabricL3ConfigurationInformer.
	NetworkFabricL3Configurations() NetworkFabricL3ConfigurationInformer
	// NodeFabricNetworkAttachments returns a NodeFabricNetworkAttachmentInformer.
	NodeFabricNetworkAttachments() NodeFabricNetworkAttachmentInformer
	// NodeFabricNetworkL3Peers returns a NodeFabricNetworkL3PeerInformer.
	NodeFabricNetworkL3Peers() NodeFabricNetworkL3PeerInformer
}

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

func New

New returns a new Interface.

type NadVlanMapInformer

type NadVlanMapInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.NadVlanMapLister
}

NadVlanMapInformer provides access to a shared informer and lister for NadVlanMaps.

type NetworkFabricConfigurationInformer

type NetworkFabricConfigurationInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.NetworkFabricConfigurationLister
}

NetworkFabricConfigurationInformer provides access to a shared informer and lister for NetworkFabricConfigurations.

type NetworkFabricL3ConfigurationInformer

type NetworkFabricL3ConfigurationInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.NetworkFabricL3ConfigurationLister
}

NetworkFabricL3ConfigurationInformer provides access to a shared informer and lister for NetworkFabricL3Configurations.

type NodeFabricNetworkAttachmentInformer

type NodeFabricNetworkAttachmentInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.NodeFabricNetworkAttachmentLister
}

NodeFabricNetworkAttachmentInformer provides access to a shared informer and lister for NodeFabricNetworkAttachments.

type NodeFabricNetworkL3PeerInformer

type NodeFabricNetworkL3PeerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.NodeFabricNetworkL3PeerLister
}

NodeFabricNetworkL3PeerInformer provides access to a shared informer and lister for NodeFabricNetworkL3Peers.

Jump to

Keyboard shortcuts

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