v1

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 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 DatasetLister

type DatasetLister interface {
	// List lists all Datasets in the indexer.
	List(selector labels.Selector) (ret []*v1.Dataset, err error)
	// Datasets returns an object that can list and get Datasets.
	Datasets(namespace string) DatasetNamespaceLister
	DatasetListerExpansion
}

DatasetLister helps list Datasets.

func NewDatasetLister

func NewDatasetLister(indexer cache.Indexer) DatasetLister

NewDatasetLister returns a new DatasetLister.

type DatasetListerExpansion

type DatasetListerExpansion interface{}

DatasetListerExpansion allows custom methods to be added to DatasetLister.

type DatasetNamespaceLister

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

DatasetNamespaceLister helps list and get Datasets.

type DatasetNamespaceListerExpansion

type DatasetNamespaceListerExpansion interface{}

DatasetNamespaceListerExpansion allows custom methods to be added to DatasetNamespaceLister.

Jump to

Keyboard shortcuts

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