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 GpuPodLister

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

GpuPodLister helps list GpuPods. All objects returned here must be treated as read-only.

func NewGpuPodLister

func NewGpuPodLister(indexer cache.Indexer) GpuPodLister

NewGpuPodLister returns a new GpuPodLister.

type GpuPodListerExpansion

type GpuPodListerExpansion interface{}

GpuPodListerExpansion allows custom methods to be added to GpuPodLister.

type GpuPodNamespaceLister

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

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

type GpuPodNamespaceListerExpansion

type GpuPodNamespaceListerExpansion interface{}

GpuPodNamespaceListerExpansion allows custom methods to be added to GpuPodNamespaceLister.

Jump to

Keyboard shortcuts

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