v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2022 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 ElasticDLJobLister

type ElasticDLJobLister interface {
	// List lists all ElasticDLJobs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ElasticDLJob, err error)
	// ElasticDLJobs returns an object that can list and get ElasticDLJobs.
	ElasticDLJobs(namespace string) ElasticDLJobNamespaceLister
	ElasticDLJobListerExpansion
}

ElasticDLJobLister helps list ElasticDLJobs.

func NewElasticDLJobLister

func NewElasticDLJobLister(indexer cache.Indexer) ElasticDLJobLister

NewElasticDLJobLister returns a new ElasticDLJobLister.

type ElasticDLJobListerExpansion

type ElasticDLJobListerExpansion interface{}

ElasticDLJobListerExpansion allows custom methods to be added to ElasticDLJobLister.

type ElasticDLJobNamespaceLister

type ElasticDLJobNamespaceLister interface {
	// List lists all ElasticDLJobs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.ElasticDLJob, err error)
	// Get retrieves the ElasticDLJob from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.ElasticDLJob, error)
	ElasticDLJobNamespaceListerExpansion
}

ElasticDLJobNamespaceLister helps list and get ElasticDLJobs.

type ElasticDLJobNamespaceListerExpansion

type ElasticDLJobNamespaceListerExpansion interface{}

ElasticDLJobNamespaceListerExpansion allows custom methods to be added to ElasticDLJobNamespaceLister.

type MPIJobLister

type MPIJobLister interface {
	// List lists all MPIJobs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MPIJob, err error)
	// MPIJobs returns an object that can list and get MPIJobs.
	MPIJobs(namespace string) MPIJobNamespaceLister
	MPIJobListerExpansion
}

MPIJobLister helps list MPIJobs.

func NewMPIJobLister

func NewMPIJobLister(indexer cache.Indexer) MPIJobLister

NewMPIJobLister returns a new MPIJobLister.

type MPIJobListerExpansion

type MPIJobListerExpansion interface{}

MPIJobListerExpansion allows custom methods to be added to MPIJobLister.

type MPIJobNamespaceLister

type MPIJobNamespaceLister interface {
	// List lists all MPIJobs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.MPIJob, err error)
	// Get retrieves the MPIJob from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.MPIJob, error)
	MPIJobNamespaceListerExpansion
}

MPIJobNamespaceLister helps list and get MPIJobs.

type MPIJobNamespaceListerExpansion

type MPIJobNamespaceListerExpansion interface{}

MPIJobNamespaceListerExpansion allows custom methods to be added to MPIJobNamespaceLister.

type MarsJobLister

type MarsJobLister interface {
	// List lists all MarsJobs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MarsJob, err error)
	// MarsJobs returns an object that can list and get MarsJobs.
	MarsJobs(namespace string) MarsJobNamespaceLister
	MarsJobListerExpansion
}

MarsJobLister helps list MarsJobs.

func NewMarsJobLister

func NewMarsJobLister(indexer cache.Indexer) MarsJobLister

NewMarsJobLister returns a new MarsJobLister.

type MarsJobListerExpansion

type MarsJobListerExpansion interface{}

MarsJobListerExpansion allows custom methods to be added to MarsJobLister.

type MarsJobNamespaceLister

type MarsJobNamespaceLister interface {
	// List lists all MarsJobs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.MarsJob, err error)
	// Get retrieves the MarsJob from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.MarsJob, error)
	MarsJobNamespaceListerExpansion
}

MarsJobNamespaceLister helps list and get MarsJobs.

type MarsJobNamespaceListerExpansion

type MarsJobNamespaceListerExpansion interface{}

MarsJobNamespaceListerExpansion allows custom methods to be added to MarsJobNamespaceLister.

type PyTorchJobLister

type PyTorchJobLister interface {
	// List lists all PyTorchJobs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.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 []*v1alpha1.PyTorchJob, err error)
	// Get retrieves the PyTorchJob from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.PyTorchJob, error)
	PyTorchJobNamespaceListerExpansion
}

PyTorchJobNamespaceLister helps list and get PyTorchJobs.

type PyTorchJobNamespaceListerExpansion

type PyTorchJobNamespaceListerExpansion interface{}

PyTorchJobNamespaceListerExpansion allows custom methods to be added to PyTorchJobNamespaceLister.

type TFJobLister

type TFJobLister interface {
	// List lists all TFJobs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.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 []*v1alpha1.TFJob, err error)
	// Get retrieves the TFJob from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.TFJob, error)
	TFJobNamespaceListerExpansion
}

TFJobNamespaceLister helps list and get TFJobs.

type TFJobNamespaceListerExpansion

type TFJobNamespaceListerExpansion interface{}

TFJobNamespaceListerExpansion allows custom methods to be added to TFJobNamespaceLister.

type XDLJobLister

type XDLJobLister interface {
	// List lists all XDLJobs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.XDLJob, err error)
	// XDLJobs returns an object that can list and get XDLJobs.
	XDLJobs(namespace string) XDLJobNamespaceLister
	XDLJobListerExpansion
}

XDLJobLister helps list XDLJobs.

func NewXDLJobLister

func NewXDLJobLister(indexer cache.Indexer) XDLJobLister

NewXDLJobLister returns a new XDLJobLister.

type XDLJobListerExpansion

type XDLJobListerExpansion interface{}

XDLJobListerExpansion allows custom methods to be added to XDLJobLister.

type XDLJobNamespaceLister

type XDLJobNamespaceLister interface {
	// List lists all XDLJobs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.XDLJob, err error)
	// Get retrieves the XDLJob from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.XDLJob, error)
	XDLJobNamespaceListerExpansion
}

XDLJobNamespaceLister helps list and get XDLJobs.

type XDLJobNamespaceListerExpansion

type XDLJobNamespaceListerExpansion interface{}

XDLJobNamespaceListerExpansion allows custom methods to be added to XDLJobNamespaceLister.

type XGBoostJobLister

type XGBoostJobLister interface {
	// List lists all XGBoostJobs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.XGBoostJob, err error)
	// XGBoostJobs returns an object that can list and get XGBoostJobs.
	XGBoostJobs(namespace string) XGBoostJobNamespaceLister
	XGBoostJobListerExpansion
}

XGBoostJobLister helps list XGBoostJobs.

func NewXGBoostJobLister

func NewXGBoostJobLister(indexer cache.Indexer) XGBoostJobLister

NewXGBoostJobLister returns a new XGBoostJobLister.

type XGBoostJobListerExpansion

type XGBoostJobListerExpansion interface{}

XGBoostJobListerExpansion allows custom methods to be added to XGBoostJobLister.

type XGBoostJobNamespaceLister

type XGBoostJobNamespaceLister interface {
	// List lists all XGBoostJobs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.XGBoostJob, err error)
	// Get retrieves the XGBoostJob from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.XGBoostJob, error)
	XGBoostJobNamespaceListerExpansion
}

XGBoostJobNamespaceLister helps list and get XGBoostJobs.

type XGBoostJobNamespaceListerExpansion

type XGBoostJobNamespaceListerExpansion interface{}

XGBoostJobNamespaceListerExpansion allows custom methods to be added to XGBoostJobNamespaceLister.

Jump to

Keyboard shortcuts

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