v1alpha1

package
v1.7.0-alpha.3 Latest Latest
Warning

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

Go to latest
Published: May 5, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomResourceLister

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

CustomResourceLister helps list CustomResources.

func NewCustomResourceLister

func NewCustomResourceLister(indexer cache.Indexer) CustomResourceLister

NewCustomResourceLister returns a new CustomResourceLister.

type CustomResourceListerExpansion

type CustomResourceListerExpansion interface{}

CustomResourceListerExpansion allows custom methods to be added to CustomResourceLister.

Jump to

Keyboard shortcuts

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