v1

package
v0.0.0-...-add1e29 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2021 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 F5IPAMLister

type F5IPAMLister interface {
	// List lists all F5IPAMs in the indexer.
	List(selector labels.Selector) (ret []*v1.F5IPAM, err error)
	// F5IPAMs returns an object that can list and get F5IPAMs.
	F5IPAMs(namespace string) F5IPAMNamespaceLister
	F5IPAMListerExpansion
}

F5IPAMLister helps list F5IPAMs.

func NewF5IPAMLister

func NewF5IPAMLister(indexer cache.Indexer) F5IPAMLister

NewF5IPAMLister returns a new F5IPAMLister.

type F5IPAMListerExpansion

type F5IPAMListerExpansion interface{}

F5IPAMListerExpansion allows custom methods to be added to F5IPAMLister.

type F5IPAMNamespaceLister

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

F5IPAMNamespaceLister helps list and get F5IPAMs.

type F5IPAMNamespaceListerExpansion

type F5IPAMNamespaceListerExpansion interface{}

F5IPAMNamespaceListerExpansion allows custom methods to be added to F5IPAMNamespaceLister.

Jump to

Keyboard shortcuts

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