Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceNameMappingLister ¶
type ServiceNameMappingLister interface { // List lists all ServiceNameMappings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServiceNameMapping, err error) // ServiceNameMappings returns an object that can list and get ServiceNameMappings. ServiceNameMappings(namespace string) ServiceNameMappingNamespaceLister ServiceNameMappingListerExpansion }
ServiceNameMappingLister helps list ServiceNameMappings. All objects returned here must be treated as read-only.
func NewServiceNameMappingLister ¶
func NewServiceNameMappingLister(indexer cache.Indexer) ServiceNameMappingLister
NewServiceNameMappingLister returns a new ServiceNameMappingLister.
type ServiceNameMappingListerExpansion ¶
type ServiceNameMappingListerExpansion interface{}
ServiceNameMappingListerExpansion allows custom methods to be added to ServiceNameMappingLister.
type ServiceNameMappingNamespaceLister ¶
type ServiceNameMappingNamespaceLister interface { // List lists all ServiceNameMappings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServiceNameMapping, err error) // Get retrieves the ServiceNameMapping from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ServiceNameMapping, error) ServiceNameMappingNamespaceListerExpansion }
ServiceNameMappingNamespaceLister helps list and get ServiceNameMappings. All objects returned here must be treated as read-only.
type ServiceNameMappingNamespaceListerExpansion ¶
type ServiceNameMappingNamespaceListerExpansion interface{}
ServiceNameMappingNamespaceListerExpansion allows custom methods to be added to ServiceNameMappingNamespaceLister.
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.