v1beta2

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2019 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 PyTorchJobLister

type PyTorchJobLister interface {
	// List lists all PyTorchJobs in the indexer.
	List(selector labels.Selector) (ret []*v1beta2.PyTorchJob, err error)
	// PyTorchJobs returns an object that can list and get PyTorchJobs.
	PyTorchJobs(namespace string) PyTorchJobNamespaceLister
	PyTorchJobListerExpansion
}

PyTorchJobLister helps list PyTorchJobs.

func NewPyTorchJobLister

func NewPyTorchJobLister(indexer cache.Indexer) PyTorchJobLister

NewPyTorchJobLister returns a new PyTorchJobLister.

type PyTorchJobListerExpansion

type PyTorchJobListerExpansion interface{}

PyTorchJobListerExpansion allows custom methods to be added to PyTorchJobLister.

type PyTorchJobNamespaceLister

type PyTorchJobNamespaceLister interface {
	// List lists all PyTorchJobs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1beta2.PyTorchJob, err error)
	// Get retrieves the PyTorchJob from the indexer for a given namespace and name.
	Get(name string) (*v1beta2.PyTorchJob, error)
	PyTorchJobNamespaceListerExpansion
}

PyTorchJobNamespaceLister helps list and get PyTorchJobs.

type PyTorchJobNamespaceListerExpansion

type PyTorchJobNamespaceListerExpansion interface{}

PyTorchJobNamespaceListerExpansion allows custom methods to be added to PyTorchJobNamespaceLister.

Jump to

Keyboard shortcuts

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