internalversion

package
v3.7.0-alpha.0 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2017 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 RouteLister

type RouteLister interface {
	// List lists all Routes in the indexer.
	List(selector labels.Selector) (ret []*route.Route, err error)
	// Routes returns an object that can list and get Routes.
	Routes(namespace string) RouteNamespaceLister
	RouteListerExpansion
}

RouteLister helps list Routes.

func NewRouteLister

func NewRouteLister(indexer cache.Indexer) RouteLister

NewRouteLister returns a new RouteLister.

type RouteListerExpansion

type RouteListerExpansion interface{}

RouteListerExpansion allows custom methods to be added to RouteLister.

type RouteNamespaceLister

type RouteNamespaceLister interface {
	// List lists all Routes in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*route.Route, err error)
	// Get retrieves the Route from the indexer for a given namespace and name.
	Get(name string) (*route.Route, error)
	RouteNamespaceListerExpansion
}

RouteNamespaceLister helps list and get Routes.

type RouteNamespaceListerExpansion

type RouteNamespaceListerExpansion interface{}

RouteNamespaceListerExpansion allows custom methods to be added to RouteNamespaceLister.

Jump to

Keyboard shortcuts

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