v1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerVersionLister

type ContainerVersionLister interface {
	// List lists all ContainerVersions in the indexer.
	List(selector labels.Selector) (ret []*v1.ContainerVersion, err error)
	// ContainerVersions returns an object that can list and get ContainerVersions.
	ContainerVersions(namespace string) ContainerVersionNamespaceLister
	ContainerVersionListerExpansion
}

ContainerVersionLister helps list ContainerVersions.

func NewContainerVersionLister

func NewContainerVersionLister(indexer cache.Indexer) ContainerVersionLister

NewContainerVersionLister returns a new ContainerVersionLister.

type ContainerVersionListerExpansion

type ContainerVersionListerExpansion interface{}

ContainerVersionListerExpansion allows custom methods to be added to ContainerVersionLister.

type ContainerVersionNamespaceLister

type ContainerVersionNamespaceLister interface {
	// List lists all ContainerVersions in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.ContainerVersion, err error)
	// Get retrieves the ContainerVersion from the indexer for a given namespace and name.
	Get(name string) (*v1.ContainerVersion, error)
	ContainerVersionNamespaceListerExpansion
}

ContainerVersionNamespaceLister helps list and get ContainerVersions.

type ContainerVersionNamespaceListerExpansion

type ContainerVersionNamespaceListerExpansion interface{}

ContainerVersionNamespaceListerExpansion allows custom methods to be added to ContainerVersionNamespaceLister.

Jump to

Keyboard shortcuts

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