v1alpha1

package
v2.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 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 PluginLister

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

PluginLister helps list Plugins. All objects returned here must be treated as read-only.

func NewPluginLister

func NewPluginLister(indexer cache.Indexer) PluginLister

NewPluginLister returns a new PluginLister.

type PluginListerExpansion

type PluginListerExpansion interface{}

PluginListerExpansion allows custom methods to be added to PluginLister.

type PluginNamespaceLister

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

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

type PluginNamespaceListerExpansion

type PluginNamespaceListerExpansion interface{}

PluginNamespaceListerExpansion allows custom methods to be added to PluginNamespaceLister.

Jump to

Keyboard shortcuts

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