v1

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2019 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 ManifestLister

type ManifestLister interface {
	// List lists all Manifests in the indexer.
	List(selector labels.Selector) (ret []*v1.Manifest, err error)
	// Manifests returns an object that can list and get Manifests.
	Manifests(namespace string) ManifestNamespaceLister
	ManifestListerExpansion
}

ManifestLister helps list Manifests.

func NewManifestLister

func NewManifestLister(indexer cache.Indexer) ManifestLister

NewManifestLister returns a new ManifestLister.

type ManifestListerExpansion

type ManifestListerExpansion interface{}

ManifestListerExpansion allows custom methods to be added to ManifestLister.

type ManifestNamespaceLister

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

ManifestNamespaceLister helps list and get Manifests.

type ManifestNamespaceListerExpansion

type ManifestNamespaceListerExpansion interface{}

ManifestNamespaceListerExpansion allows custom methods to be added to ManifestNamespaceLister.

Jump to

Keyboard shortcuts

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