v1beta1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2018 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FunctionLister

type FunctionLister interface {
	// List lists all Functions in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.Function, err error)
	// Functions returns an object that can list and get Functions.
	Functions(namespace string) FunctionNamespaceLister
	FunctionListerExpansion
}

FunctionLister helps list Functions.

func NewFunctionLister

func NewFunctionLister(indexer cache.Indexer) FunctionLister

NewFunctionLister returns a new FunctionLister.

type FunctionListerExpansion

type FunctionListerExpansion interface{}

FunctionListerExpansion allows custom methods to be added to FunctionLister.

type FunctionNamespaceLister

type FunctionNamespaceLister interface {
	// List lists all Functions in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1beta1.Function, err error)
	// Get retrieves the Function from the indexer for a given namespace and name.
	Get(name string) (*v1beta1.Function, error)
	FunctionNamespaceListerExpansion
}

FunctionNamespaceLister helps list and get Functions.

type FunctionNamespaceListerExpansion

type FunctionNamespaceListerExpansion interface{}

FunctionNamespaceListerExpansion allows custom methods to be added to FunctionNamespaceLister.

Jump to

Keyboard shortcuts

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