v1

package
v0.0.0-...-287aef4 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2023 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 InterfaceMapLister

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

InterfaceMapLister helps list InterfaceMaps. All objects returned here must be treated as read-only.

func NewInterfaceMapLister

func NewInterfaceMapLister(indexer cache.Indexer) InterfaceMapLister

NewInterfaceMapLister returns a new InterfaceMapLister.

type InterfaceMapListerExpansion

type InterfaceMapListerExpansion interface{}

InterfaceMapListerExpansion allows custom methods to be added to InterfaceMapLister.

type InterfaceMapNamespaceLister

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

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

type InterfaceMapNamespaceListerExpansion

type InterfaceMapNamespaceListerExpansion interface{}

InterfaceMapNamespaceListerExpansion allows custom methods to be added to InterfaceMapNamespaceLister.

Jump to

Keyboard shortcuts

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