v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 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 DocumentLister

type DocumentLister interface {
	// List lists all Documents in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Document, err error)
	// Documents returns an object that can list and get Documents.
	Documents(namespace string) DocumentNamespaceLister
	DocumentListerExpansion
}

DocumentLister helps list Documents. All objects returned here must be treated as read-only.

func NewDocumentLister

func NewDocumentLister(indexer cache.Indexer) DocumentLister

NewDocumentLister returns a new DocumentLister.

type DocumentListerExpansion

type DocumentListerExpansion interface{}

DocumentListerExpansion allows custom methods to be added to DocumentLister.

type DocumentNamespaceLister

type DocumentNamespaceLister interface {
	// List lists all Documents in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Document, err error)
	// Get retrieves the Document from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Document, error)
	DocumentNamespaceListerExpansion
}

DocumentNamespaceLister helps list and get Documents. All objects returned here must be treated as read-only.

type DocumentNamespaceListerExpansion

type DocumentNamespaceListerExpansion interface{}

DocumentNamespaceListerExpansion allows custom methods to be added to DocumentNamespaceLister.

type IndexLister

type IndexLister interface {
	// List lists all Indexes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Index, err error)
	// Indexes returns an object that can list and get Indexes.
	Indexes(namespace string) IndexNamespaceLister
	IndexListerExpansion
}

IndexLister helps list Indexes. All objects returned here must be treated as read-only.

func NewIndexLister

func NewIndexLister(indexer cache.Indexer) IndexLister

NewIndexLister returns a new IndexLister.

type IndexListerExpansion

type IndexListerExpansion interface{}

IndexListerExpansion allows custom methods to be added to IndexLister.

type IndexNamespaceLister

type IndexNamespaceLister interface {
	// List lists all Indexes in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Index, err error)
	// Get retrieves the Index from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Index, error)
	IndexNamespaceListerExpansion
}

IndexNamespaceLister helps list and get Indexes. All objects returned here must be treated as read-only.

type IndexNamespaceListerExpansion

type IndexNamespaceListerExpansion interface{}

IndexNamespaceListerExpansion allows custom methods to be added to IndexNamespaceLister.

Jump to

Keyboard shortcuts

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