v1

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2018 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 KlusterLister

type KlusterLister interface {
	// List lists all Klusters in the indexer.
	List(selector labels.Selector) (ret []*v1.Kluster, err error)
	// Klusters returns an object that can list and get Klusters.
	Klusters(namespace string) KlusterNamespaceLister
	KlusterListerExpansion
}

KlusterLister helps list Klusters.

func NewKlusterLister

func NewKlusterLister(indexer cache.Indexer) KlusterLister

NewKlusterLister returns a new KlusterLister.

type KlusterListerExpansion

type KlusterListerExpansion interface{}

KlusterListerExpansion allows custom methods to be added to KlusterLister.

type KlusterNamespaceLister

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

KlusterNamespaceLister helps list and get Klusters.

type KlusterNamespaceListerExpansion

type KlusterNamespaceListerExpansion interface{}

KlusterNamespaceListerExpansion allows custom methods to be added to KlusterNamespaceLister.

Jump to

Keyboard shortcuts

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