v1alpha1

package
v0.0.0-...-ff5e111 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2022 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 HyperNodeLister

type HyperNodeLister interface {
	// List lists all HyperNodes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.HyperNode, err error)
	// HyperNodes returns an object that can list and get HyperNodes.
	HyperNodes(namespace string) HyperNodeNamespaceLister
	HyperNodeListerExpansion
}

HyperNodeLister helps list HyperNodes. All objects returned here must be treated as read-only.

func NewHyperNodeLister

func NewHyperNodeLister(indexer cache.Indexer) HyperNodeLister

NewHyperNodeLister returns a new HyperNodeLister.

type HyperNodeListerExpansion

type HyperNodeListerExpansion interface{}

HyperNodeListerExpansion allows custom methods to be added to HyperNodeLister.

type HyperNodeNamespaceLister

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

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

type HyperNodeNamespaceListerExpansion

type HyperNodeNamespaceListerExpansion interface{}

HyperNodeNamespaceListerExpansion allows custom methods to be added to HyperNodeNamespaceLister.

Jump to

Keyboard shortcuts

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