v1alpha1

package
v0.0.0-...-45ed318 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2023 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 AmeshPluginConfigLister

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

AmeshPluginConfigLister helps list AmeshPluginConfigs. All objects returned here must be treated as read-only.

func NewAmeshPluginConfigLister

func NewAmeshPluginConfigLister(indexer cache.Indexer) AmeshPluginConfigLister

NewAmeshPluginConfigLister returns a new AmeshPluginConfigLister.

type AmeshPluginConfigListerExpansion

type AmeshPluginConfigListerExpansion interface{}

AmeshPluginConfigListerExpansion allows custom methods to be added to AmeshPluginConfigLister.

type AmeshPluginConfigNamespaceLister

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

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

type AmeshPluginConfigNamespaceListerExpansion

type AmeshPluginConfigNamespaceListerExpansion interface{}

AmeshPluginConfigNamespaceListerExpansion allows custom methods to be added to AmeshPluginConfigNamespaceLister.

Jump to

Keyboard shortcuts

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