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. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WasmPlugin, err error) // Get retrieves the WasmPlugin from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.WasmPlugin, error) WasmPluginNamespaceListerExpansion }
WasmPluginNamespaceLister helps list and get WasmPlugins. All objects returned here must be treated as read-only.
type WasmPluginNamespaceListerExpansion ¶
type WasmPluginNamespaceListerExpansion interface{}
WasmPluginNamespaceListerExpansion allows custom methods to be added to WasmPluginNamespaceLister.
Click to show internal directories.
Click to hide internal directories.