v1alpha1

package
v1.14.0 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2019 License: Apache-2.0, 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 FooLister

type FooLister interface {
	// List lists all Foos in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Foo, err error)
	// Foos returns an object that can list and get Foos.
	Foos(namespace string) FooNamespaceLister
	FooListerExpansion
}

FooLister helps list Foos.

func NewFooLister

func NewFooLister(indexer cache.Indexer) FooLister

NewFooLister returns a new FooLister.

type FooListerExpansion

type FooListerExpansion interface{}

FooListerExpansion allows custom methods to be added to FooLister.

type FooNamespaceLister

type FooNamespaceLister interface {
	// List lists all Foos in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Foo, err error)
	// Get retrieves the Foo from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Foo, error)
	FooNamespaceListerExpansion
}

FooNamespaceLister helps list and get Foos.

type FooNamespaceListerExpansion

type FooNamespaceListerExpansion interface{}

FooNamespaceListerExpansion allows custom methods to be added to FooNamespaceLister.

Jump to

Keyboard shortcuts

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