v1alpha1

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2025 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 KmeshNodeInfoLister

type KmeshNodeInfoLister interface {
	// List lists all KmeshNodeInfos in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*kmeshnodeinfov1alpha1.KmeshNodeInfo, err error)
	// KmeshNodeInfos returns an object that can list and get KmeshNodeInfos.
	KmeshNodeInfos(namespace string) KmeshNodeInfoNamespaceLister
	KmeshNodeInfoListerExpansion
}

KmeshNodeInfoLister helps list KmeshNodeInfos. All objects returned here must be treated as read-only.

func NewKmeshNodeInfoLister

func NewKmeshNodeInfoLister(indexer cache.Indexer) KmeshNodeInfoLister

NewKmeshNodeInfoLister returns a new KmeshNodeInfoLister.

type KmeshNodeInfoListerExpansion

type KmeshNodeInfoListerExpansion interface{}

KmeshNodeInfoListerExpansion allows custom methods to be added to KmeshNodeInfoLister.

type KmeshNodeInfoNamespaceLister

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

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

type KmeshNodeInfoNamespaceListerExpansion

type KmeshNodeInfoNamespaceListerExpansion interface{}

KmeshNodeInfoNamespaceListerExpansion allows custom methods to be added to KmeshNodeInfoNamespaceLister.

Jump to

Keyboard shortcuts

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