v1

package
v0.18.3-beta.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2020 License: Apache-2.0 Imports: 4 Imported by: 93

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PriorityClassLister

type PriorityClassLister interface {
	// List lists all PriorityClasses in the indexer.
	List(selector labels.Selector) (ret []*v1.PriorityClass, err error)
	// Get retrieves the PriorityClass from the index for a given name.
	Get(name string) (*v1.PriorityClass, error)
	PriorityClassListerExpansion
}

PriorityClassLister helps list PriorityClasses.

func NewPriorityClassLister

func NewPriorityClassLister(indexer cache.Indexer) PriorityClassLister

NewPriorityClassLister returns a new PriorityClassLister.

type PriorityClassListerExpansion

type PriorityClassListerExpansion interface{}

PriorityClassListerExpansion allows custom methods to be added to PriorityClassLister.

Jump to

Keyboard shortcuts

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