v1alpha1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2021 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 RouterLister

type RouterLister interface {
	// List lists all Routers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Router, err error)
	// Routers returns an object that can list and get Routers.
	Routers(namespace string) RouterNamespaceLister
	RouterListerExpansion
}

RouterLister helps list Routers. All objects returned here must be treated as read-only.

func NewRouterLister

func NewRouterLister(indexer cache.Indexer) RouterLister

NewRouterLister returns a new RouterLister.

type RouterListerExpansion

type RouterListerExpansion interface{}

RouterListerExpansion allows custom methods to be added to RouterLister.

type RouterNamespaceLister

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

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

type RouterNamespaceListerExpansion

type RouterNamespaceListerExpansion interface{}

RouterNamespaceListerExpansion allows custom methods to be added to RouterNamespaceLister.

Jump to

Keyboard shortcuts

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