v1beta1

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2021 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 MXJobLister

type MXJobLister interface {
	// List lists all MXJobs in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.MXJob, err error)
	// MXJobs returns an object that can list and get MXJobs.
	MXJobs(namespace string) MXJobNamespaceLister
	MXJobListerExpansion
}

MXJobLister helps list MXJobs.

func NewMXJobLister

func NewMXJobLister(indexer cache.Indexer) MXJobLister

NewMXJobLister returns a new MXJobLister.

type MXJobListerExpansion

type MXJobListerExpansion interface{}

MXJobListerExpansion allows custom methods to be added to MXJobLister.

type MXJobNamespaceLister

type MXJobNamespaceLister interface {
	// List lists all MXJobs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1beta1.MXJob, err error)
	// Get retrieves the MXJob from the indexer for a given namespace and name.
	Get(name string) (*v1beta1.MXJob, error)
	MXJobNamespaceListerExpansion
}

MXJobNamespaceLister helps list and get MXJobs.

type MXJobNamespaceListerExpansion

type MXJobNamespaceListerExpansion interface{}

MXJobNamespaceListerExpansion allows custom methods to be added to MXJobNamespaceLister.

Jump to

Keyboard shortcuts

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