sys

package
v0.0.0-...-798ae07 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2023 License: GPL-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 NodeLister

type NodeLister interface {
	// List lists all Nodes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*sys.Node, err error)
	// Get retrieves the Node from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*sys.Node, error)
	NodeListerExpansion
}

NodeLister helps list Nodes. All objects returned here must be treated as read-only.

func NewNodeLister

func NewNodeLister(indexer cache.Indexer) NodeLister

NewNodeLister returns a new NodeLister.

type NodeListerExpansion

type NodeListerExpansion interface{}

NodeListerExpansion allows custom methods to be added to NodeLister.

Jump to

Keyboard shortcuts

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