v1alpha1

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: May 30, 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 PoolLister

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

PoolLister helps list Pools.

func NewPoolLister

func NewPoolLister(indexer cache.Indexer) PoolLister

NewPoolLister returns a new PoolLister.

type PoolListerExpansion

type PoolListerExpansion interface{}

PoolListerExpansion allows custom methods to be added to PoolLister.

Jump to

Keyboard shortcuts

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