v1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 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 GpuNodeLister

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

GpuNodeLister helps list GpuNodes. All objects returned here must be treated as read-only.

func NewGpuNodeLister

func NewGpuNodeLister(indexer cache.Indexer) GpuNodeLister

NewGpuNodeLister returns a new GpuNodeLister.

type GpuNodeListerExpansion

type GpuNodeListerExpansion interface{}

GpuNodeListerExpansion allows custom methods to be added to GpuNodeLister.

type GpuNodeNamespaceLister

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

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

type GpuNodeNamespaceListerExpansion

type GpuNodeNamespaceListerExpansion interface{}

GpuNodeNamespaceListerExpansion allows custom methods to be added to GpuNodeNamespaceLister.

Jump to

Keyboard shortcuts

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