v1alpha1

package
v1.2.7 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2020 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 ObjectStoreLister

type ObjectStoreLister interface {
	// List lists all ObjectStores in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ObjectStore, err error)
	// ObjectStores returns an object that can list and get ObjectStores.
	ObjectStores(namespace string) ObjectStoreNamespaceLister
	ObjectStoreListerExpansion
}

ObjectStoreLister helps list ObjectStores.

func NewObjectStoreLister

func NewObjectStoreLister(indexer cache.Indexer) ObjectStoreLister

NewObjectStoreLister returns a new ObjectStoreLister.

type ObjectStoreListerExpansion

type ObjectStoreListerExpansion interface{}

ObjectStoreListerExpansion allows custom methods to be added to ObjectStoreLister.

type ObjectStoreNamespaceLister

type ObjectStoreNamespaceLister interface {
	// List lists all ObjectStores in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.ObjectStore, err error)
	// Get retrieves the ObjectStore from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.ObjectStore, error)
	ObjectStoreNamespaceListerExpansion
}

ObjectStoreNamespaceLister helps list and get ObjectStores.

type ObjectStoreNamespaceListerExpansion

type ObjectStoreNamespaceListerExpansion interface{}

ObjectStoreNamespaceListerExpansion allows custom methods to be added to ObjectStoreNamespaceLister.

Jump to

Keyboard shortcuts

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