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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TableListLister

type TableListLister interface {
	// List lists all TableLists in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*firewall.TableList, err error)
	// Get retrieves the TableList from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*firewall.TableList, error)
	TableListListerExpansion
}

TableListLister helps list TableLists. All objects returned here must be treated as read-only.

func NewTableListLister

func NewTableListLister(indexer cache.Indexer) TableListLister

NewTableListLister returns a new TableListLister.

type TableListListerExpansion

type TableListListerExpansion interface{}

TableListListerExpansion allows custom methods to be added to TableListLister.

type TableLister

type TableLister interface {
	// List lists all Tables in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*firewall.Table, err error)
	// Get retrieves the Table from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*firewall.Table, error)
	TableListerExpansion
}

TableLister helps list Tables. All objects returned here must be treated as read-only.

func NewTableLister

func NewTableLister(indexer cache.Indexer) TableLister

NewTableLister returns a new TableLister.

type TableListerExpansion

type TableListerExpansion interface{}

TableListerExpansion allows custom methods to be added to TableLister.

Jump to

Keyboard shortcuts

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