v1alpha1

package
v0.0.0-...-9094c1a Latest Latest
Warning

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

Go to latest
Published: Nov 13, 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 CatLister

type CatLister interface {
	// List lists all Cats in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Cat, err error)
	// Cats returns an object that can list and get Cats.
	Cats(namespace string) CatNamespaceLister
	CatListerExpansion
}

CatLister helps list Cats.

func NewCatLister

func NewCatLister(indexer cache.Indexer) CatLister

NewCatLister returns a new CatLister.

type CatListerExpansion

type CatListerExpansion interface{}

CatListerExpansion allows custom methods to be added to CatLister.

type CatNamespaceLister

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

CatNamespaceLister helps list and get Cats.

type CatNamespaceListerExpansion

type CatNamespaceListerExpansion interface{}

CatNamespaceListerExpansion allows custom methods to be added to CatNamespaceLister.

Jump to

Keyboard shortcuts

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