You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**image_pull_policy** | **str** | One of the three policies: `Always`, `IfNotPresent`, `Never` | [optional]
12
12
**image_tag** | **str** | Image tag (e.g. 2.3.0-SNAPSHOT) | [optional]
13
-
**node_selector** | **dict(str, str)** | NodeSelector defiens node selector for DataLoad pod | [optional]
13
+
**node_selector** | **dict(str, str)** | NodeSelector defiens node selector for DataMigrate pod | [optional]
14
14
**options** | **dict(str, str)** | options for migrate, different for each runtime | [optional]
15
+
**parallel_options** | **dict(str, str)** | ParallelOptions defines options like ssh port and ssh secret name when parallelism is greater than 1. | [optional]
16
+
**parallelism** | **int** | Parallelism defines the parallelism tasks numbers for DataMigrate. If the value is greater than 1, the job acts as a launcher, and users should define the WorkerSpec. | [optional]
**tolerations** | [**list[V1Toleration]**](V1Toleration.md) | Tolerations defines tolerations for DataLoad pod | [optional]
25
+
**tolerations** | [**list[V1Toleration]**](V1Toleration.md) | Tolerations defines tolerations for DataMigrate pod | [optional]
24
26
**ttl_seconds_after_finished** | **int** | TTLSecondsAfterFinished is the time second to clean up data operations after finished or failed | [optional]
25
27
26
28
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**mounts** | [**list[Mount]**](Mount.md) | Mount Points to be mounted on Alluxio. |
9
+
**mounts** | [**list[Mount]**](Mount.md) | Mount Points to be mounted on cache runtime. <br> This field can be empty because some runtimes don't need to mount external storage (e.g. <a href=\"https://v6d.io/\">Vineyard</a>). | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**encrypt_options** | [**list[EncryptOption]**](EncryptOption.md) | encrypt info for accessing the external etcd cluster | [optional]
8
-
**options** | **dict(str, str)** | Configurable options for External Etcd cluster. Support the following options. etcd.prefix: (String) the prefix of etcd key for vineyard objects Default value is as follows. etcd.prefix: \"/vineyard\" | [optional]
**uri** | **str** | URI specifies the endpoint of external Etcd cluster E,g. \"etcd-svc.etcd-namespace.svc.cluster.local:2379\" Default is not set and use http protocol to connect to external etcd cluster | [optional][default to '']
10
10
11
11
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/MasterSpec.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ Name | Type | Description | Notes
10
10
**image_pull_policy** | **str** | The image pull policy of Vineyard component. Default is `IfNotPresent`. | [optional]
11
11
**image_tag** | **str** | The image tag of Vineyard component. For Master, the default image tag is `3.5.10`. For Worker, the default image tag is `latest`. | [optional]
12
12
**node_selector** | **dict(str, str)** | NodeSelector is a selector to choose which nodes to launch the Vineyard component. E,g. {\"disktype\": \"ssd\"} | [optional]
13
-
**options** | **dict(str, str)** | Configurable options for Vineyard component. For Master, there is no configurable options. For Worker, support the following options. vineyardd.reserve.memory: (Bool) where to reserve memory for vineyardd If set to true, the memory quota will be counted to the vineyardd rather than the application. etcd.prefix: (String) the prefix of etcd key for vineyard objects Default value is as follows. vineyardd.reserve.memory: \"true\" etcd.prefix: \"/vineyard\" | [optional]
14
-
**ports** | **dict(str, int)** | Ports used by Vineyard component. For Master, the default client port is 2379 and peer port is 2380. For Worker, the default rpc port is 9600. | [optional]
13
+
**options** | **dict(str, str)** | Configurable options for Vineyard component. For Master, there is no configurable options. For Worker, support the following options. vineyardd.reserve.memory: (Bool) where to reserve memory for vineyardd If set to true, the memory quota will be counted to the vineyardd rather than the application. etcd.prefix: (String) the prefix of etcd key for vineyard objects wait.etcd.timeout: (String) the timeout period before waiting the etcd to be ready, in seconds Default value is as follows. vineyardd.reserve.memory: \"true\" etcd.prefix: \"/vineyard\" wait.etcd.timeout: \"120\" | [optional]
14
+
**ports** | **dict(str, int)** | Ports used by Vineyard component. For Master, the default client port is 2379 and peer port is 2380. For Worker, the default rpc port is 9600 and the default exporter port is 9144. | [optional]
15
15
**replicas** | **int** | The replicas of Vineyard component. If not specified, defaults to 1. For worker, the replicas should not be greater than the number of nodes in the cluster | [optional]
**volume_mounts** | [**list[V1VolumeMount]**](V1VolumeMount.md) | VolumeMounts specifies the volumes listed in \".spec.volumes\" to mount into the vineyard runtime component's filesystem. It is useful for specifying a persistent storage. Default is not set. | [optional]
**encrypt_options** | [**list[EncryptOption]**](EncryptOption.md) | The secret information | [optional]
8
-
**mount_point** | **str** | MountPoint is the mount point of source. | [optional]
8
+
**mount_point** | **str** | MountPoint is the mount point of source. | [default to '']
9
9
**name** | **str** | The name of mount | [optional]
10
10
**options** | **dict(str, str)** | The Mount Options. <br> Refer to <a href=\"https://docs.alluxio.io/os/user/stable/en/reference/Properties-List.html\">Mount Options</a>. <br> The option has Prefix 'fs.' And you can Learn more from <a href=\"https://docs.alluxio.io/os/user/stable/en/ufs/S3.html\">The Storage Integrations</a> | [optional]
11
11
**path** | **str** | The path of mount, if not set will be /{Name} | [optional]
**key** | **str** | The required key in the secret | [optional]
7
-
**name** | **str** | The name of required secret | [optional]
7
+
**name** | **str** | The name of required secret | [default to '']
8
8
9
9
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/VineyardCompTemplateSpec.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ Name | Type | Description | Notes
9
9
**image_pull_policy** | **str** | The image pull policy of Vineyard component. Default is `IfNotPresent`. | [optional]
10
10
**image_tag** | **str** | The image tag of Vineyard component. For Master, the default image tag is `3.5.10`. For Worker, the default image tag is `latest`. | [optional]
11
11
**node_selector** | **dict(str, str)** | NodeSelector is a selector to choose which nodes to launch the Vineyard component. E,g. {\"disktype\": \"ssd\"} | [optional]
12
-
**options** | **dict(str, str)** | Configurable options for Vineyard component. For Master, there is no configurable options. For Worker, support the following options. vineyardd.reserve.memory: (Bool) where to reserve memory for vineyardd If set to true, the memory quota will be counted to the vineyardd rather than the application. etcd.prefix: (String) the prefix of etcd key for vineyard objects Default value is as follows. vineyardd.reserve.memory: \"true\" etcd.prefix: \"/vineyard\" | [optional]
13
-
**ports** | **dict(str, int)** | Ports used by Vineyard component. For Master, the default client port is 2379 and peer port is 2380. For Worker, the default rpc port is 9600. | [optional]
12
+
**options** | **dict(str, str)** | Configurable options for Vineyard component. For Master, there is no configurable options. For Worker, support the following options. vineyardd.reserve.memory: (Bool) where to reserve memory for vineyardd If set to true, the memory quota will be counted to the vineyardd rather than the application. etcd.prefix: (String) the prefix of etcd key for vineyard objects wait.etcd.timeout: (String) the timeout period before waiting the etcd to be ready, in seconds Default value is as follows. vineyardd.reserve.memory: \"true\" etcd.prefix: \"/vineyard\" wait.etcd.timeout: \"120\" | [optional]
13
+
**ports** | **dict(str, int)** | Ports used by Vineyard component. For Master, the default client port is 2379 and peer port is 2380. For Worker, the default rpc port is 9600 and the default exporter port is 9144. | [optional]
14
14
**replicas** | **int** | The replicas of Vineyard component. If not specified, defaults to 1. For worker, the replicas should not be greater than the number of nodes in the cluster | [optional]
**volume_mounts** | [**list[V1VolumeMount]**](V1VolumeMount.md) | VolumeMounts specifies the volumes listed in \".spec.volumes\" to mount into the vineyard runtime component's filesystem. It is useful for specifying a persistent storage. Default is not set. | [optional]
**replicas** | **int** | The replicas of the worker, need to be specified If worker.replicas and the field are both specified, the field will be respected | [optional]
**volumes** | [**list[V1Volume]**](V1Volume.md) | Volumes is the list of Kubernetes volumes that can be mounted by the vineyard components (Master and Worker). Default is null. | [optional]
0 commit comments