v1alpha1

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2021 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 CephSourceLister

type CephSourceLister interface {
	// List lists all CephSources in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.CephSource, err error)
	// CephSources returns an object that can list and get CephSources.
	CephSources(namespace string) CephSourceNamespaceLister
	CephSourceListerExpansion
}

CephSourceLister helps list CephSources.

func NewCephSourceLister

func NewCephSourceLister(indexer cache.Indexer) CephSourceLister

NewCephSourceLister returns a new CephSourceLister.

type CephSourceListerExpansion

type CephSourceListerExpansion interface{}

CephSourceListerExpansion allows custom methods to be added to CephSourceLister.

type CephSourceNamespaceLister

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

CephSourceNamespaceLister helps list and get CephSources.

type CephSourceNamespaceListerExpansion

type CephSourceNamespaceListerExpansion interface{}

CephSourceNamespaceListerExpansion allows custom methods to be added to CephSourceNamespaceLister.

Jump to

Keyboard shortcuts

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