v1

package
v0.0.0-...-58e94d5 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2020 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 RayLister

type RayLister interface {
	// List lists all Rays in the indexer.
	List(selector labels.Selector) (ret []*v1.Ray, err error)
	// Rays returns an object that can list and get Rays.
	Rays(namespace string) RayNamespaceLister
	RayListerExpansion
}

RayLister helps list Rays.

func NewRayLister

func NewRayLister(indexer cache.Indexer) RayLister

NewRayLister returns a new RayLister.

type RayListerExpansion

type RayListerExpansion interface{}

RayListerExpansion allows custom methods to be added to RayLister.

type RayNamespaceLister

type RayNamespaceLister interface {
	// List lists all Rays in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.Ray, err error)
	// Get retrieves the Ray from the indexer for a given namespace and name.
	Get(name string) (*v1.Ray, error)
	RayNamespaceListerExpansion
}

RayNamespaceLister helps list and get Rays.

type RayNamespaceListerExpansion

type RayNamespaceListerExpansion interface{}

RayNamespaceListerExpansion allows custom methods to be added to RayNamespaceLister.

Jump to

Keyboard shortcuts

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