v1

package
v0.0.0-...-148db3b Latest Latest
Warning

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

Go to latest
Published: Sep 4, 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 AITrainingJobLister

type AITrainingJobLister interface {
	// List lists all AITrainingJobs in the indexer.
	List(selector labels.Selector) (ret []*v1.AITrainingJob, err error)
	// AITrainingJobs returns an object that can list and get AITrainingJobs.
	AITrainingJobs(namespace string) AITrainingJobNamespaceLister
	AITrainingJobListerExpansion
}

AITrainingJobLister helps list AITrainingJobs.

func NewAITrainingJobLister

func NewAITrainingJobLister(indexer cache.Indexer) AITrainingJobLister

NewAITrainingJobLister returns a new AITrainingJobLister.

type AITrainingJobListerExpansion

type AITrainingJobListerExpansion interface{}

AITrainingJobListerExpansion allows custom methods to be added to AITrainingJobLister.

type AITrainingJobNamespaceLister

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

AITrainingJobNamespaceLister helps list and get AITrainingJobs.

type AITrainingJobNamespaceListerExpansion

type AITrainingJobNamespaceListerExpansion interface{}

AITrainingJobNamespaceListerExpansion allows custom methods to be added to AITrainingJobNamespaceLister.

Jump to

Keyboard shortcuts

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