v1

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 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 TFJobLister

type TFJobLister interface {
	// List lists all TFJobs in the indexer.
	List(selector labels.Selector) (ret []*v1.TFJob, err error)
	// TFJobs returns an object that can list and get TFJobs.
	TFJobs(namespace string) TFJobNamespaceLister
	TFJobListerExpansion
}

TFJobLister helps list TFJobs.

func NewTFJobLister

func NewTFJobLister(indexer cache.Indexer) TFJobLister

NewTFJobLister returns a new TFJobLister.

type TFJobListerExpansion

type TFJobListerExpansion interface{}

TFJobListerExpansion allows custom methods to be added to TFJobLister.

type TFJobNamespaceLister

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

TFJobNamespaceLister helps list and get TFJobs.

type TFJobNamespaceListerExpansion

type TFJobNamespaceListerExpansion interface{}

TFJobNamespaceListerExpansion allows custom methods to be added to TFJobNamespaceLister.

Jump to

Keyboard shortcuts

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