v1

package
v1.20.9 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudListenerLister

type CloudListenerLister interface {
	// List lists all CloudListeners in the indexer.
	List(selector labels.Selector) (ret []*v1.CloudListener, err error)
	// CloudListeners returns an object that can list and get CloudListeners.
	CloudListeners(namespace string) CloudListenerNamespaceLister
	CloudListenerListerExpansion
}

CloudListenerLister helps list CloudListeners.

func NewCloudListenerLister

func NewCloudListenerLister(indexer cache.Indexer) CloudListenerLister

NewCloudListenerLister returns a new CloudListenerLister.

type CloudListenerListerExpansion

type CloudListenerListerExpansion interface{}

CloudListenerListerExpansion allows custom methods to be added to CloudListenerLister.

type CloudListenerNamespaceLister

type CloudListenerNamespaceLister interface {
	// List lists all CloudListeners in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.CloudListener, err error)
	// Get retrieves the CloudListener from the indexer for a given namespace and name.
	Get(name string) (*v1.CloudListener, error)
	CloudListenerNamespaceListerExpansion
}

CloudListenerNamespaceLister helps list and get CloudListeners.

type CloudListenerNamespaceListerExpansion

type CloudListenerNamespaceListerExpansion interface{}

CloudListenerNamespaceListerExpansion allows custom methods to be added to CloudListenerNamespaceLister.

Jump to

Keyboard shortcuts

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