firewall

package
v0.0.0-...-798ae07 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2023 License: GPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredTableInformer

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

NewFilteredTableInformer constructs a new informer for Table 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 NewFilteredTableListInformer

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

NewFilteredTableListInformer constructs a new informer for TableList 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 NewTableInformer

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

NewTableInformer constructs a new informer for Table 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 NewTableListInformer

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

NewTableListInformer constructs a new informer for TableList 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 Interface

type Interface interface {
	// Tables returns a TableInformer.
	Tables() TableInformer
	// TableLists returns a TableListInformer.
	TableLists() TableListInformer
}

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

func New

New returns a new Interface.

type TableInformer

type TableInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() firewall.TableLister
}

TableInformer provides access to a shared informer and lister for Tables.

type TableListInformer

type TableListInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() firewall.TableListLister
}

TableListInformer provides access to a shared informer and lister for TableLists.

Jump to

Keyboard shortcuts

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