Skip to content

Commit 8e94258

Browse files
committed
Upgrade fluidsdk to v1.0.2
- SDK is auto-generated with Fluid repo commit `b96f0ddc` Signed-off-by: trafalgarzzz <[email protected]>
1 parent 8799993 commit 8e94258

37 files changed

+1417
-145
lines changed

docs/AffinityStrategy.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AffinityStrategy
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**policy** | **str** | Policy one of: \&quot;\&quot;, \&quot;Require\&quot;, \&quot;Prefer\&quot; | [optional]
7+
**prefers** | [**list[Prefer]**](Prefer.md) | | [optional]
8+
**requires** | [**list[Require]**](Require.md) | | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+

docs/AlluxioCompTemplateSpec.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**enabled** | **bool** | Enabled or Disabled for the components. For now, only API Gateway is enabled or disabled. | [optional]
88
**env** | **dict(str, str)** | Environment variables that will be used by Alluxio component. &lt;br&gt; | [optional]
9+
**image_pull_secrets** | [**list[V1LocalObjectReference]**](V1LocalObjectReference.md) | ImagePullSecrets that will be used to pull images | [optional]
910
**jvm_options** | **list[str]** | Options for JVM | [optional]
1011
**network_mode** | **str** | Whether to use hostnetwork or not | [optional]
1112
**node_selector** | **dict(str, str)** | NodeSelector is a selector which must be true for the master to fit on a node | [optional]

docs/AlluxioFuseSpec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Name | Type | Description | Notes
77
**args** | **list[str]** | Arguments that will be passed to Alluxio Fuse | [optional]
88
**clean_policy** | **str** | CleanPolicy decides when to clean Alluxio Fuse pods. Currently Fluid supports two policies: OnDemand and OnRuntimeDeleted OnDemand cleans fuse pod once the fuse pod on some node is not needed OnRuntimeDeleted cleans fuse pod only when the cache runtime is deleted Defaults to OnRuntimeDeleted | [optional]
99
**env** | **dict(str, str)** | Environment variables that will be used by Alluxio Fuse | [optional]
10-
**_global** | **bool** | If the fuse client should be deployed in global mode, otherwise the affinity should be considered | [optional]
1110
**image** | **str** | Image for Alluxio Fuse(e.g. alluxio/alluxio-fuse) | [optional]
1211
**image_pull_policy** | **str** | One of the three policies: &#x60;Always&#x60;, &#x60;IfNotPresent&#x60;, &#x60;Never&#x60; | [optional]
12+
**image_pull_secrets** | [**list[V1LocalObjectReference]**](V1LocalObjectReference.md) | ImagePullSecrets that will be used to pull images | [optional]
1313
**image_tag** | **str** | Image Tag for Alluxio Fuse(e.g. 2.3.0-SNAPSHOT) | [optional]
1414
**jvm_options** | **list[str]** | Options for JVM | [optional]
1515
**network_mode** | **str** | Whether to use hostnetwork or not | [optional]

docs/AlluxioRuntimeSpec.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**disable_prometheus** | **bool** | Disable monitoring for Alluxio Runtime Prometheus is enabled by default | [optional]
1111
**fuse** | [**AlluxioFuseSpec**](AlluxioFuseSpec.md) | | [optional]
1212
**hadoop_config** | **str** | Name of the configMap used to support HDFS configurations when using HDFS as Alluxio&#39;s UFS. The configMap must be in the same namespace with the AlluxioRuntime. The configMap should contain user-specific HDFS conf files in it. For now, only \&quot;hdfs-site.xml\&quot; and \&quot;core-site.xml\&quot; are supported. It must take the filename of the conf file as the key and content of the file as the value. | [optional]
13+
**image_pull_secrets** | [**list[V1LocalObjectReference]**](V1LocalObjectReference.md) | ImagePullSecrets that will be used to pull images | [optional]
1314
**init_users** | [**InitUsersSpec**](InitUsersSpec.md) | | [optional]
1415
**job_master** | [**AlluxioCompTemplateSpec**](AlluxioCompTemplateSpec.md) | | [optional]
1516
**job_worker** | [**AlluxioCompTemplateSpec**](AlluxioCompTemplateSpec.md) | | [optional]

docs/GooseFSFuseSpec.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Name | Type | Description | Notes
88
**args** | **list[str]** | Arguments that will be passed to GooseFS Fuse | [optional]
99
**clean_policy** | **str** | CleanPolicy decides when to clean GooseFS Fuse pods. Currently Fluid supports two policies: OnDemand and OnRuntimeDeleted OnDemand cleans fuse pod once th fuse pod on some node is not needed OnRuntimeDeleted cleans fuse pod only when the cache runtime is deleted Defaults to OnRuntimeDeleted | [optional]
1010
**env** | **dict(str, str)** | Environment variables that will be used by GooseFS Fuse | [optional]
11-
**_global** | **bool** | If the fuse client should be deployed in global mode, otherwise the affinity should be considered | [optional]
1211
**image** | **str** | Image for GooseFS Fuse(e.g. goosefs/goosefs-fuse) | [optional]
1312
**image_pull_policy** | **str** | One of the three policies: &#x60;Always&#x60;, &#x60;IfNotPresent&#x60;, &#x60;Never&#x60; | [optional]
1413
**image_tag** | **str** | Image Tag for GooseFS Fuse(e.g. v1.0.1) | [optional]

docs/JindoFuseSpec.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Name | Type | Description | Notes
88
**clean_policy** | **str** | CleanPolicy decides when to clean JindoFS Fuse pods. Currently Fluid supports two policies: OnDemand and OnRuntimeDeleted OnDemand cleans fuse pod once th fuse pod on some node is not needed OnRuntimeDeleted cleans fuse pod only when the cache runtime is deleted Defaults to OnRuntimeDeleted | [optional]
99
**disabled** | **bool** | If disable JindoFS fuse | [optional]
1010
**env** | **dict(str, str)** | Environment variables that will be used by Jindo Fuse | [optional]
11-
**_global** | **bool** | If the fuse client should be deployed in global mode, otherwise the affinity should be considered | [optional]
1211
**image** | **str** | Image for Jindo Fuse(e.g. jindo/jindo-fuse) | [optional]
1312
**image_pull_policy** | **str** | One of the three policies: &#x60;Always&#x60;, &#x60;IfNotPresent&#x60;, &#x60;Never&#x60; | [optional]
1413
**image_tag** | **str** | Image Tag for Jindo Fuse(e.g. 2.3.0-SNAPSHOT) | [optional]

docs/JuiceFSFuseSpec.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**clean_policy** | **str** | CleanPolicy decides when to clean Juicefs Fuse pods. Currently Fluid supports two policies: OnDemand and OnRuntimeDeleted OnDemand cleans fuse pod once th fuse pod on some node is not needed OnRuntimeDeleted cleans fuse pod only when the cache runtime is deleted Defaults to OnDemand | [optional]
77
**env** | [**list[V1EnvVar]**](V1EnvVar.md) | Environment variables that will be used by JuiceFS Fuse | [optional]
8-
**_global** | **bool** | If the fuse client should be deployed in global mode, otherwise the affinity should be considered | [optional]
98
**image** | **str** | Image for JuiceFS fuse | [optional]
109
**image_pull_policy** | **str** | One of the three policies: &#x60;Always&#x60;, &#x60;IfNotPresent&#x60;, &#x60;Never&#x60; | [optional]
1110
**image_tag** | **str** | Image for JuiceFS fuse | [optional]

docs/MasterSpec.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**endpoint** | [**ExternalEndpointSpec**](ExternalEndpointSpec.md) | | [optional]
88
**env** | **dict(str, str)** | Environment variables that will be used by Vineyard component. For Master, refer to &lt;a href&#x3D;\&quot;https://etcd.io/docs/v3.5/op-guide/configuration/\&quot;&gt;Etcd Configuration&lt;/a&gt; for more info Default is not set. | [optional]
9-
**image** | **str** | The image of Vineyard component. For Master, the default image is &#x60;bitnami/etcd&#x60; For Worker, the default image is &#x60;vineyardcloudnative/vineyardd&#x60; The default container registry is &#x60;docker.io&#x60;, you can change it by setting the image field | [optional]
9+
**image** | **str** | The image of Vineyard component. For Master, the default image is &#x60;registry.aliyuncs.com/vineyard/vineyardd&#x60; For Worker, the default image is &#x60;registry.aliyuncs.com/vineyard/vineyardd&#x60; The default container registry is &#x60;docker.io&#x60;, you can change it by setting the image field | [optional]
1010
**image_pull_policy** | **str** | The image pull policy of Vineyard component. Default is &#x60;IfNotPresent&#x60;. | [optional]
11-
**image_tag** | **str** | The image tag of Vineyard component. For Master, the default image tag is &#x60;3.5.10&#x60;. For Worker, the default image tag is &#x60;latest&#x60;. | [optional]
11+
**image_tag** | **str** | The image tag of Vineyard component. For Master, the default image tag is &#x60;v0.22.2&#x60;. For Worker, the default image tag is &#x60;v0.22.2&#x60;. | [optional]
12+
**network_mode** | **str** | Whether to use hostnetwork or not Default is HostNetwork | [optional]
1213
**node_selector** | **dict(str, str)** | NodeSelector is a selector to choose which nodes to launch the Vineyard component. E,g. {\&quot;disktype\&quot;: \&quot;ssd\&quot;} | [optional]
1314
**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: \&quot;true\&quot; etcd.prefix: \&quot;/vineyard\&quot; wait.etcd.timeout: \&quot;120\&quot; | [optional]
15+
**pod_metadata** | [**PodMetadata**](PodMetadata.md) | | [optional]
1416
**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]
1517
**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]
1618
**resources** | [**V1ResourceRequirements**](V1ResourceRequirements.md) | | [optional]

docs/OperationRef.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6+
**affinity_strategy** | [**AffinityStrategy**](AffinityStrategy.md) | | [optional]
67
**api_version** | **str** | API version of the referent operation | [optional]
78
**kind** | **str** | Kind specifies the type of the referent operation | [default to '']
89
**name** | **str** | Name specifies the name of the referent operation | [default to '']

docs/OperationStatus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
**infos** | **dict(str, str)** | Infos operation customized name-value | [optional]
1010
**last_schedule_time** | [**datetime**](V1Time.md) | | [optional]
1111
**last_successful_time** | [**datetime**](V1Time.md) | | [optional]
12+
**node_affinity** | [**V1NodeAffinity**](V1NodeAffinity.md) | | [optional]
1213
**phase** | **str** | Phase describes current phase of operation | [default to '']
1314
**waiting_for** | [**WaitingStatus**](WaitingStatus.md) | | [optional]
1415

0 commit comments

Comments
 (0)