Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WasmPluginLister ¶
type WasmPluginLister interface { // List lists all WasmPlugins in the indexer. List(selector labels.Selector) (ret []*v1alpha1.WasmPlugin, err error) // WasmPlugins returns an object that can list and get WasmPlugins. WasmPlugins(namespace string) WasmPluginNamespaceLister WasmPluginListerExpansion }
WasmPluginLister helps list WasmPlugins.
func NewWasmPluginLister ¶
func NewWasmPluginLister(indexer cache.Indexer) WasmPluginLister
NewWasmPluginLister returns a new WasmPluginLister.
type WasmPluginListerExpansion ¶
type WasmPluginListerExpansion interface{}
WasmPluginListerExpansion allows custom methods to be added to WasmPluginLister.
type WasmPluginNamespaceLister ¶
type WasmPluginNamespaceLister interface { // List lists all WasmPlugins in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.WasmPlugin, err error) // Get retrieves the WasmPlugin from the indexer for a given namespace and name. Get(name string) (*v1alpha1.WasmPlugin, error) WasmPluginNamespaceListerExpansion }
WasmPluginNamespaceLister helps list and get WasmPlugins.
type WasmPluginNamespaceListerExpansion ¶
type WasmPluginNamespaceListerExpansion interface{}
WasmPluginNamespaceListerExpansion allows custom methods to be added to WasmPluginNamespaceLister.
Click to show internal directories.
Click to hide internal directories.