Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.58 KB

DataLoadSpec.md

File metadata and controls

26 lines (19 loc) · 1.58 KB

DataLoadSpec

DataLoadSpec defines the desired state of DataLoad

Properties

Name Type Description Notes
affinity V1Affinity [optional]
dataset TargetDataset [optional]
loadMetadata Boolean LoadMetadata specifies if the dataload job should load metadata [optional]
nodeSelector Map<String, String> NodeSelector defiens node selector for DataLoad pod [optional]
options Map<String, String> Options specifies the extra dataload properties for runtime [optional]
podMetadata PodMetadata [optional]
policy String including Once, Cron, OnEvent [optional]
resources V1ResourceRequirements [optional]
runAfter OperationRef [optional]
schedule String The schedule in Cron format, only set when policy is cron, see https://en.wikipedia.org/wiki/Cron. [optional]
schedulerName String SchedulerName sets the scheduler to be used for DataLoad pod [optional]
target List<TargetPath> Target defines target paths that needs to be loaded [optional]
tolerations List<V1Toleration> Tolerations defines tolerations for DataLoad pod [optional]
ttlSecondsAfterFinished Integer TTLSecondsAfterFinished is the time second to clean up data operations after finished or failed [optional]