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 ServiceImportLister

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

ServiceImportLister helps list ServiceImports. All objects returned here must be treated as read-only.

func NewServiceImportLister

func NewServiceImportLister(indexer cache.Indexer) ServiceImportLister

NewServiceImportLister returns a new ServiceImportLister.

type ServiceImportListerExpansion

type ServiceImportListerExpansion interface{}

ServiceImportListerExpansion allows custom methods to be added to ServiceImportLister.

type ServiceImportNamespaceLister

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

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

type ServiceImportNamespaceListerExpansion

type ServiceImportNamespaceListerExpansion interface{}

ServiceImportNamespaceListerExpansion allows custom methods to be added to ServiceImportNamespaceLister.

Jump to

Keyboard shortcuts

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