v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 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.

type TableLister

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

TableLister helps list Tables. All objects returned here must be treated as read-only.

func NewTableLister

func NewTableLister(indexer cache.Indexer) TableLister

NewTableLister returns a new TableLister.

type TableListerExpansion

type TableListerExpansion interface{}

TableListerExpansion allows custom methods to be added to TableLister.

type TableNamespaceLister

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

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

type TableNamespaceListerExpansion

type TableNamespaceListerExpansion interface{}

TableNamespaceListerExpansion allows custom methods to be added to TableNamespaceLister.

Jump to

Keyboard shortcuts

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