DataLoadSpec defines the desired state of DataLoad
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] |