v1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 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 TrainingJobLister

type TrainingJobLister interface {
	// List lists all TrainingJobs in the indexer.
	List(selector labels.Selector) (ret []*v1.TrainingJob, err error)
	// TrainingJobs returns an object that can list and get TrainingJobs.
	TrainingJobs(namespace string) TrainingJobNamespaceLister
	TrainingJobListerExpansion
}

TrainingJobLister helps list TrainingJobs.

func NewTrainingJobLister

func NewTrainingJobLister(indexer cache.Indexer) TrainingJobLister

NewTrainingJobLister returns a new TrainingJobLister.

type TrainingJobListerExpansion

type TrainingJobListerExpansion interface{}

TrainingJobListerExpansion allows custom methods to be added to TrainingJobLister.

type TrainingJobNamespaceLister

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

TrainingJobNamespaceLister helps list and get TrainingJobs.

type TrainingJobNamespaceListerExpansion

type TrainingJobNamespaceListerExpansion interface{}

TrainingJobNamespaceListerExpansion allows custom methods to be added to TrainingJobNamespaceLister.

Jump to

Keyboard shortcuts

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