v1

package
v3.8.0-alpha.0 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageInformer

type ImageInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ImageLister
}

ImageInformer provides access to a shared informer and lister for Images.

type ImageStreamInformer

type ImageStreamInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ImageStreamLister
}

ImageStreamInformer provides access to a shared informer and lister for ImageStreams.

type Interface

type Interface interface {
	// Images returns a ImageInformer.
	Images() ImageInformer
	// ImageStreams returns a ImageStreamInformer.
	ImageStreams() ImageStreamInformer
}

Interface provides access to all the informers in this group version.

func New

New returns a new Interface.

Jump to

Keyboard shortcuts

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