v1

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 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 IPAMLister added in v0.1.5

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

IPAMLister helps list IPAMs. All objects returned here must be treated as read-only.

func NewIPAMLister added in v0.1.5

func NewIPAMLister(indexer cache.Indexer) IPAMLister

NewIPAMLister returns a new IPAMLister.

type IPAMListerExpansion added in v0.1.5

type IPAMListerExpansion interface{}

IPAMListerExpansion allows custom methods to be added to IPAMLister.

type IPAMNamespaceLister added in v0.1.5

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

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

type IPAMNamespaceListerExpansion added in v0.1.5

type IPAMNamespaceListerExpansion interface{}

IPAMNamespaceListerExpansion allows custom methods to be added to IPAMNamespaceLister.

Jump to

Keyboard shortcuts

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