v1alpha

package
v0.0.0-...-c3747e5 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 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 ApiGatewayLister

type ApiGatewayLister interface {
	// List lists all ApiGateways in the indexer.
	List(selector labels.Selector) (ret []*v1alpha.ApiGateway, err error)
	// ApiGateways returns an object that can list and get ApiGateways.
	ApiGateways(namespace string) ApiGatewayNamespaceLister
	ApiGatewayListerExpansion
}

ApiGatewayLister helps list ApiGateways.

func NewApiGatewayLister

func NewApiGatewayLister(indexer cache.Indexer) ApiGatewayLister

NewApiGatewayLister returns a new ApiGatewayLister.

type ApiGatewayListerExpansion

type ApiGatewayListerExpansion interface{}

ApiGatewayListerExpansion allows custom methods to be added to ApiGatewayLister.

type ApiGatewayNamespaceLister

type ApiGatewayNamespaceLister interface {
	// List lists all ApiGateways in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha.ApiGateway, err error)
	// Get retrieves the ApiGateway from the indexer for a given namespace and name.
	Get(name string) (*v1alpha.ApiGateway, error)
	ApiGatewayNamespaceListerExpansion
}

ApiGatewayNamespaceLister helps list and get ApiGateways.

type ApiGatewayNamespaceListerExpansion

type ApiGatewayNamespaceListerExpansion interface{}

ApiGatewayNamespaceListerExpansion allows custom methods to be added to ApiGatewayNamespaceLister.

Jump to

Keyboard shortcuts

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