dataload

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataLoadInfo

type DataLoadInfo struct {
	BackoffLimit int32  `yaml:"backoffLimit,omitempty"`
	Threads      int32  `yaml:"threads,omitempty"`
	MountPath    string `yaml:"mountPath,omitempty"`
	Image        string `yaml:"image"`
	NumWorker    int32  `yaml:"numWorker,omitempty"`
}

type DataLoadValue

type DataLoadValue struct {
	DataLoadInfo DataLoadInfo `yaml:"dataloader,omitempty"`
}

DataLoadValue defines all configurations used in DataLoad prefetch batch job

type ReconcileRequestContext

type ReconcileRequestContext struct {
	context.Context
	Log logr.Logger
	types.NamespacedName
	Recorder record.EventRecorder
	DataLoad v1alpha1.AlluxioDataLoad
}

Context for processing requests of dataload reconciling

Jump to

Keyboard shortcuts

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