v1beta1

package
v1.3.4 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 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 IpamdLister

type IpamdLister interface {
	// List lists all Ipamds in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.Ipamd, err error)
	// Ipamds returns an object that can list and get Ipamds.
	Ipamds(namespace string) IpamdNamespaceLister
	IpamdListerExpansion
}

IpamdLister helps list Ipamds. All objects returned here must be treated as read-only.

func NewIpamdLister

func NewIpamdLister(indexer cache.Indexer) IpamdLister

NewIpamdLister returns a new IpamdLister.

type IpamdListerExpansion

type IpamdListerExpansion interface{}

IpamdListerExpansion allows custom methods to be added to IpamdLister.

type IpamdNamespaceLister

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

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

type IpamdNamespaceListerExpansion

type IpamdNamespaceListerExpansion interface{}

IpamdNamespaceListerExpansion allows custom methods to be added to IpamdNamespaceLister.

Jump to

Keyboard shortcuts

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