v1alpha2

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2018 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 []*v1alpha2.Api, err error)
	// Apis returns an object that can list and get Apis.
	Apis(namespace string) ApiNamespaceLister
	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.

type ApiNamespaceLister

type ApiNamespaceLister interface {
	// List lists all Apis in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha2.Api, err error)
	// Get retrieves the Api from the indexer for a given namespace and name.
	Get(name string) (*v1alpha2.Api, error)
	ApiNamespaceListerExpansion
}

ApiNamespaceLister helps list and get Apis.

type ApiNamespaceListerExpansion

type ApiNamespaceListerExpansion interface{}

ApiNamespaceListerExpansion allows custom methods to be added to ApiNamespaceLister.

Jump to

Keyboard shortcuts

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