v1alpha1

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 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 EGPULister

type EGPULister interface {
	// List lists all EGPUs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.EGPU, err error)
	// EGPUs returns an object that can list and get EGPUs.
	EGPUs(namespace string) EGPUNamespaceLister
	EGPUListerExpansion
}

EGPULister helps list EGPUs.

func NewEGPULister

func NewEGPULister(indexer cache.Indexer) EGPULister

NewEGPULister returns a new EGPULister.

type EGPUListerExpansion

type EGPUListerExpansion interface{}

EGPUListerExpansion allows custom methods to be added to EGPULister.

type EGPUNamespaceLister

type EGPUNamespaceLister interface {
	// List lists all EGPUs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.EGPU, err error)
	// Get retrieves the EGPU from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.EGPU, error)
	EGPUNamespaceListerExpansion
}

EGPUNamespaceLister helps list and get EGPUs.

type EGPUNamespaceListerExpansion

type EGPUNamespaceListerExpansion interface{}

EGPUNamespaceListerExpansion allows custom methods to be added to EGPUNamespaceLister.

Jump to

Keyboard shortcuts

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