v1

package
v3.6.69-1+incompatible Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageLister

type ImageLister interface {
	// List lists all Images in the indexer.
	List(selector labels.Selector) (ret []*v1.Image, err error)
	// Get retrieves the Image from the index for a given name.
	Get(name string) (*v1.Image, error)
	ImageListerExpansion
}

ImageLister helps list Images.

func NewImageLister

func NewImageLister(indexer cache.Indexer) ImageLister

NewImageLister returns a new ImageLister.

type ImageListerExpansion

type ImageListerExpansion interface{}

ImageListerExpansion allows custom methods to be added to ImageLister.

Jump to

Keyboard shortcuts

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