v1

package
v0.0.0-...-dfc9681 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 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 ExportedServiceSetLister

type ExportedServiceSetLister interface {
	// List lists all ExportedServiceSets in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ExportedServiceSet, err error)
	// ExportedServiceSets returns an object that can list and get ExportedServiceSets.
	ExportedServiceSets(namespace string) ExportedServiceSetNamespaceLister
	ExportedServiceSetListerExpansion
}

ExportedServiceSetLister helps list ExportedServiceSets. All objects returned here must be treated as read-only.

func NewExportedServiceSetLister

func NewExportedServiceSetLister(indexer cache.Indexer) ExportedServiceSetLister

NewExportedServiceSetLister returns a new ExportedServiceSetLister.

type ExportedServiceSetListerExpansion

type ExportedServiceSetListerExpansion interface{}

ExportedServiceSetListerExpansion allows custom methods to be added to ExportedServiceSetLister.

type ExportedServiceSetNamespaceLister

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

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

type ExportedServiceSetNamespaceListerExpansion

type ExportedServiceSetNamespaceListerExpansion interface{}

ExportedServiceSetNamespaceListerExpansion allows custom methods to be added to ExportedServiceSetNamespaceLister.

type ImportedServiceSetLister

type ImportedServiceSetLister interface {
	// List lists all ImportedServiceSets in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ImportedServiceSet, err error)
	// ImportedServiceSets returns an object that can list and get ImportedServiceSets.
	ImportedServiceSets(namespace string) ImportedServiceSetNamespaceLister
	ImportedServiceSetListerExpansion
}

ImportedServiceSetLister helps list ImportedServiceSets. All objects returned here must be treated as read-only.

func NewImportedServiceSetLister

func NewImportedServiceSetLister(indexer cache.Indexer) ImportedServiceSetLister

NewImportedServiceSetLister returns a new ImportedServiceSetLister.

type ImportedServiceSetListerExpansion

type ImportedServiceSetListerExpansion interface{}

ImportedServiceSetListerExpansion allows custom methods to be added to ImportedServiceSetLister.

type ImportedServiceSetNamespaceLister

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

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

type ImportedServiceSetNamespaceListerExpansion

type ImportedServiceSetNamespaceListerExpansion interface{}

ImportedServiceSetNamespaceListerExpansion allows custom methods to be added to ImportedServiceSetNamespaceLister.

type ServiceMeshPeerLister

type ServiceMeshPeerLister interface {
	// List lists all ServiceMeshPeers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ServiceMeshPeer, err error)
	// ServiceMeshPeers returns an object that can list and get ServiceMeshPeers.
	ServiceMeshPeers(namespace string) ServiceMeshPeerNamespaceLister
	ServiceMeshPeerListerExpansion
}

ServiceMeshPeerLister helps list ServiceMeshPeers. All objects returned here must be treated as read-only.

func NewServiceMeshPeerLister

func NewServiceMeshPeerLister(indexer cache.Indexer) ServiceMeshPeerLister

NewServiceMeshPeerLister returns a new ServiceMeshPeerLister.

type ServiceMeshPeerListerExpansion

type ServiceMeshPeerListerExpansion interface{}

ServiceMeshPeerListerExpansion allows custom methods to be added to ServiceMeshPeerLister.

type ServiceMeshPeerNamespaceLister

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

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

type ServiceMeshPeerNamespaceListerExpansion

type ServiceMeshPeerNamespaceListerExpansion interface{}

ServiceMeshPeerNamespaceListerExpansion allows custom methods to be added to ServiceMeshPeerNamespaceLister.

Jump to

Keyboard shortcuts

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