v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 LoadbalancerLister

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

LoadbalancerLister helps list Loadbalancers. All objects returned here must be treated as read-only.

func NewLoadbalancerLister

func NewLoadbalancerLister(indexer cache.Indexer) LoadbalancerLister

NewLoadbalancerLister returns a new LoadbalancerLister.

type LoadbalancerListerExpansion

type LoadbalancerListerExpansion interface{}

LoadbalancerListerExpansion allows custom methods to be added to LoadbalancerLister.

type LoadbalancerNamespaceLister

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

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

type LoadbalancerNamespaceListerExpansion

type LoadbalancerNamespaceListerExpansion interface{}

LoadbalancerNamespaceListerExpansion allows custom methods to be added to LoadbalancerNamespaceLister.

Jump to

Keyboard shortcuts

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