job

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2020 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PersistController

type PersistController interface {
	SetupWithManager(mgr ctrl.Manager) error
}

PersistController implementations

func NewJobPersistControllers

func NewJobPersistControllers(mgr ctrl.Manager, objStorage string, region string) (PersistController, error)

func NewPytorchJobPersistController

func NewPytorchJobPersistController(mgr ctrl.Manager, handler *jobPersistHandler) PersistController

func NewTFJobPersistController

func NewTFJobPersistController(mgr ctrl.Manager, handler *jobPersistHandler) PersistController

func NewXDLJobPersistController

func NewXDLJobPersistController(mgr ctrl.Manager, handler *jobPersistHandler) PersistController

func NewXGBoostJobPersistController

func NewXGBoostJobPersistController(mgr ctrl.Manager, handler *jobPersistHandler) PersistController

type PytorchJobPersistController

type PytorchJobPersistController struct {
	// contains filtered or unexported fields
}

func (*PytorchJobPersistController) Reconcile

func (pc *PytorchJobPersistController) Reconcile(req ctrl.Request) (ctrl.Result, error)

func (*PytorchJobPersistController) SetupWithManager

func (pc *PytorchJobPersistController) SetupWithManager(mgr ctrl.Manager) error

type TFJobPersistController

type TFJobPersistController struct {
	// contains filtered or unexported fields
}

func (*TFJobPersistController) Reconcile

func (pc *TFJobPersistController) Reconcile(req ctrl.Request) (ctrl.Result, error)

func (*TFJobPersistController) SetupWithManager

func (pc *TFJobPersistController) SetupWithManager(mgr ctrl.Manager) error

type XDLJobPersistController

type XDLJobPersistController struct {
	// contains filtered or unexported fields
}

func (*XDLJobPersistController) Reconcile

func (pc *XDLJobPersistController) Reconcile(req ctrl.Request) (ctrl.Result, error)

func (*XDLJobPersistController) SetupWithManager

func (pc *XDLJobPersistController) SetupWithManager(mgr ctrl.Manager) error

type XGBoostJobPersistController

type XGBoostJobPersistController struct {
	// contains filtered or unexported fields
}

func (*XGBoostJobPersistController) Reconcile

func (pc *XGBoostJobPersistController) Reconcile(req ctrl.Request) (ctrl.Result, error)

func (*XGBoostJobPersistController) SetupWithManager

func (pc *XGBoostJobPersistController) SetupWithManager(mgr ctrl.Manager) error

Jump to

Keyboard shortcuts

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