v1alpha1

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 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 PluginChainLister

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

PluginChainLister helps list PluginChains. All objects returned here must be treated as read-only.

func NewPluginChainLister

func NewPluginChainLister(indexer cache.Indexer) PluginChainLister

NewPluginChainLister returns a new PluginChainLister.

type PluginChainListerExpansion

type PluginChainListerExpansion interface{}

PluginChainListerExpansion allows custom methods to be added to PluginChainLister.

type PluginChainNamespaceLister

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

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

type PluginChainNamespaceListerExpansion

type PluginChainNamespaceListerExpansion interface{}

PluginChainNamespaceListerExpansion allows custom methods to be added to PluginChainNamespaceLister.

type PluginConfigLister

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

PluginConfigLister helps list PluginConfigs. All objects returned here must be treated as read-only.

func NewPluginConfigLister

func NewPluginConfigLister(indexer cache.Indexer) PluginConfigLister

NewPluginConfigLister returns a new PluginConfigLister.

type PluginConfigListerExpansion

type PluginConfigListerExpansion interface{}

PluginConfigListerExpansion allows custom methods to be added to PluginConfigLister.

type PluginConfigNamespaceLister

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

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

type PluginConfigNamespaceListerExpansion

type PluginConfigNamespaceListerExpansion interface{}

PluginConfigNamespaceListerExpansion allows custom methods to be added to PluginConfigNamespaceLister.

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)
	// Get retrieves the Plugin from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Plugin, error)
	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.

Jump to

Keyboard shortcuts

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