v1alpha1

package
v0.0.0-...-259d903 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: Apache-2.0 Imports: 4 Imported by: 15

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PodGroupLister

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

PodGroupLister helps list PodGroups. All objects returned here must be treated as read-only.

func NewPodGroupLister

func NewPodGroupLister(indexer cache.Indexer) PodGroupLister

NewPodGroupLister returns a new PodGroupLister.

type PodGroupListerExpansion

type PodGroupListerExpansion interface{}

PodGroupListerExpansion allows custom methods to be added to PodGroupLister.

type PodGroupNamespaceLister

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

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

type PodGroupNamespaceListerExpansion

type PodGroupNamespaceListerExpansion interface{}

PodGroupNamespaceListerExpansion allows custom methods to be added to PodGroupNamespaceLister.

type SchedulerLister

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

SchedulerLister helps list Schedulers. All objects returned here must be treated as read-only.

func NewSchedulerLister

func NewSchedulerLister(indexer cache.Indexer) SchedulerLister

NewSchedulerLister returns a new SchedulerLister.

type SchedulerListerExpansion

type SchedulerListerExpansion interface{}

SchedulerListerExpansion allows custom methods to be added to SchedulerLister.

Jump to

Keyboard shortcuts

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