v1alpha1

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2021 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 NodePredictionLister

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

NodePredictionLister helps list NodePredictions. All objects returned here must be treated as read-only.

func NewNodePredictionLister

func NewNodePredictionLister(indexer cache.Indexer) NodePredictionLister

NewNodePredictionLister returns a new NodePredictionLister.

type NodePredictionListerExpansion

type NodePredictionListerExpansion interface{}

NodePredictionListerExpansion allows custom methods to be added to NodePredictionLister.

type PodGroupPredictionLister

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

PodGroupPredictionLister helps list PodGroupPredictions. All objects returned here must be treated as read-only.

func NewPodGroupPredictionLister

func NewPodGroupPredictionLister(indexer cache.Indexer) PodGroupPredictionLister

NewPodGroupPredictionLister returns a new PodGroupPredictionLister.

type PodGroupPredictionListerExpansion

type PodGroupPredictionListerExpansion interface{}

PodGroupPredictionListerExpansion allows custom methods to be added to PodGroupPredictionLister.

type PodGroupPredictionNamespaceLister

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

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

type PodGroupPredictionNamespaceListerExpansion

type PodGroupPredictionNamespaceListerExpansion interface{}

PodGroupPredictionNamespaceListerExpansion allows custom methods to be added to PodGroupPredictionNamespaceLister.

Jump to

Keyboard shortcuts

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