v1alpha1

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 ServiceMeshExtensionLister

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

ServiceMeshExtensionLister helps list ServiceMeshExtensions. All objects returned here must be treated as read-only.

func NewServiceMeshExtensionLister

func NewServiceMeshExtensionLister(indexer cache.Indexer) ServiceMeshExtensionLister

NewServiceMeshExtensionLister returns a new ServiceMeshExtensionLister.

type ServiceMeshExtensionListerExpansion

type ServiceMeshExtensionListerExpansion interface{}

ServiceMeshExtensionListerExpansion allows custom methods to be added to ServiceMeshExtensionLister.

type ServiceMeshExtensionNamespaceLister

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

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

type ServiceMeshExtensionNamespaceListerExpansion

type ServiceMeshExtensionNamespaceListerExpansion interface{}

ServiceMeshExtensionNamespaceListerExpansion allows custom methods to be added to ServiceMeshExtensionNamespaceLister.

Jump to

Keyboard shortcuts

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