v1alpha1

package
v0.0.0-...-f8678ed Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2019 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 APILister

type APILister interface {
	// List lists all APIs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.API, err error)
	// Get retrieves the API from the index for a given name.
	Get(name string) (*v1alpha1.API, error)
	APIListerExpansion
}

APILister helps list APIs.

func NewAPILister

func NewAPILister(indexer cache.Indexer) APILister

NewAPILister returns a new APILister.

type APIListerExpansion

type APIListerExpansion interface{}

APIListerExpansion allows custom methods to be added to APILister.

Jump to

Keyboard shortcuts

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