v1

package
v0.1.0-alpha Latest Latest
Warning

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

Go to latest
Published: Apr 27, 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 IPPoolLister

type IPPoolLister interface {
	// List lists all IPPools in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.IPPool, err error)
	// Get retrieves the IPPool from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.IPPool, error)
	IPPoolListerExpansion
}

IPPoolLister helps list IPPools. All objects returned here must be treated as read-only.

func NewIPPoolLister

func NewIPPoolLister(indexer cache.Indexer) IPPoolLister

NewIPPoolLister returns a new IPPoolLister.

type IPPoolListerExpansion

type IPPoolListerExpansion interface{}

IPPoolListerExpansion allows custom methods to be added to IPPoolLister.

Jump to

Keyboard shortcuts

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