v1

package
v1.37.0 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 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 HTTPProxyLister

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

HTTPProxyLister helps list HTTPProxies. All objects returned here must be treated as read-only.

func NewHTTPProxyLister

func NewHTTPProxyLister(indexer cache.Indexer) HTTPProxyLister

NewHTTPProxyLister returns a new HTTPProxyLister.

type HTTPProxyListerExpansion

type HTTPProxyListerExpansion interface{}

HTTPProxyListerExpansion allows custom methods to be added to HTTPProxyLister.

type HTTPProxyNamespaceLister

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

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

type HTTPProxyNamespaceListerExpansion

type HTTPProxyNamespaceListerExpansion interface{}

HTTPProxyNamespaceListerExpansion allows custom methods to be added to HTTPProxyNamespaceLister.

Jump to

Keyboard shortcuts

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