v1

package
v1.37.0 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: Apache-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 RouteTableLister

type RouteTableLister interface {
	// List lists all RouteTables in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.RouteTable, err error)
	// RouteTables returns an object that can list and get RouteTables.
	RouteTables(namespace string) RouteTableNamespaceLister
	RouteTableListerExpansion
}

RouteTableLister helps list RouteTables. All objects returned here must be treated as read-only.

func NewRouteTableLister

func NewRouteTableLister(indexer cache.Indexer) RouteTableLister

NewRouteTableLister returns a new RouteTableLister.

type RouteTableListerExpansion

type RouteTableListerExpansion interface{}

RouteTableListerExpansion allows custom methods to be added to RouteTableLister.

type RouteTableNamespaceLister

type RouteTableNamespaceLister interface {
	// List lists all RouteTables in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.RouteTable, err error)
	// Get retrieves the RouteTable from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.RouteTable, error)
	RouteTableNamespaceListerExpansion
}

RouteTableNamespaceLister helps list and get RouteTables. All objects returned here must be treated as read-only.

type RouteTableNamespaceListerExpansion

type RouteTableNamespaceListerExpansion interface{}

RouteTableNamespaceListerExpansion allows custom methods to be added to RouteTableNamespaceLister.

Jump to

Keyboard shortcuts

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