Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.69 KB

DataLoadSpec.md

File metadata and controls

24 lines (20 loc) · 1.69 KB

DataLoadSpec

DataLoadSpec defines the desired state of DataLoad

Properties

Name Type Description Notes
affinity V1Affinity [optional]
dataset TargetDataset [optional]
load_metadata bool LoadMetadata specifies if the dataload job should load metadata [optional]
node_selector dict(str, str) NodeSelector defiens node selector for DataLoad pod [optional]
options dict(str, str) Options specifies the extra dataload properties for runtime [optional]
pod_metadata PodMetadata [optional]
policy str including Once, Cron, OnEvent [optional]
resources V1ResourceRequirements [optional]
run_after OperationRef [optional]
schedule str The schedule in Cron format, only set when policy is cron, see https://en.wikipedia.org/wiki/Cron. [optional]
scheduler_name str 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]
ttl_seconds_after_finished int TTLSecondsAfterFinished is the time second to clean up data operations after finished or failed [optional]

[Back to Model list] [Back to API list] [Back to README]