v1alpha1

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2021 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 MeshConfigLister

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

MeshConfigLister helps list MeshConfigs. All objects returned here must be treated as read-only.

func NewMeshConfigLister

func NewMeshConfigLister(indexer cache.Indexer) MeshConfigLister

NewMeshConfigLister returns a new MeshConfigLister.

type MeshConfigListerExpansion

type MeshConfigListerExpansion interface{}

MeshConfigListerExpansion allows custom methods to be added to MeshConfigLister.

type MeshConfigNamespaceLister

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

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

type MeshConfigNamespaceListerExpansion

type MeshConfigNamespaceListerExpansion interface{}

MeshConfigNamespaceListerExpansion allows custom methods to be added to MeshConfigNamespaceLister.

type MultiClusterServiceLister added in v0.10.0

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

MultiClusterServiceLister helps list MultiClusterServices. All objects returned here must be treated as read-only.

func NewMultiClusterServiceLister added in v0.10.0

func NewMultiClusterServiceLister(indexer cache.Indexer) MultiClusterServiceLister

NewMultiClusterServiceLister returns a new MultiClusterServiceLister.

type MultiClusterServiceListerExpansion added in v0.10.0

type MultiClusterServiceListerExpansion interface{}

MultiClusterServiceListerExpansion allows custom methods to be added to MultiClusterServiceLister.

type MultiClusterServiceNamespaceLister added in v0.10.0

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

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

type MultiClusterServiceNamespaceListerExpansion added in v0.10.0

type MultiClusterServiceNamespaceListerExpansion interface{}

MultiClusterServiceNamespaceListerExpansion allows custom methods to be added to MultiClusterServiceNamespaceLister.

Jump to

Keyboard shortcuts

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