v1alpha1

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 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 ServiceExportLister

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

ServiceExportLister helps list ServiceExports. All objects returned here must be treated as read-only.

func NewServiceExportLister

func NewServiceExportLister(indexer cache.Indexer) ServiceExportLister

NewServiceExportLister returns a new ServiceExportLister.

type ServiceExportListerExpansion

type ServiceExportListerExpansion interface{}

ServiceExportListerExpansion allows custom methods to be added to ServiceExportLister.

type ServiceExportNamespaceLister

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

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

type ServiceExportNamespaceListerExpansion

type ServiceExportNamespaceListerExpansion interface{}

ServiceExportNamespaceListerExpansion allows custom methods to be added to ServiceExportNamespaceLister.

Jump to

Keyboard shortcuts

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