Skip to content

Commit 85f2794

Browse files
committed
Minor fix for fluid java sdk
Signed-off-by: dongyun.xzh <[email protected]>
1 parent 75fdc1e commit 85f2794

File tree

108 files changed

+153
-153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+153
-153
lines changed

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ components:
17811781
Multiple paths should be separated with comma. For example: "/mnt/cache1,/mnt/cache2".'
17821782
type: string
17831783
quota:
1784-
$ref: '#/components/schemas/k8s.io.apimachinery.pkg.api.resource.Quantity'
1784+
$ref: '#/components/schemas/.Quantity'
17851785
quotaList:
17861786
description: QuotaList are quotas used to set quota on multiple paths. Quotas
17871787
should be separated with comma. Quotas in this list will be set to paths

docs/Condition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Condition explains the transitions on phase
77

88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
10-
**lastProbeTime** | [**V1Time**](V1Time.md) | | [optional]
11-
**lastTransitionTime** | [**V1Time**](V1Time.md) | | [optional]
10+
**lastProbeTime** | [**datetime**](V1Time.md) | | [optional]
11+
**lastTransitionTime** | [**datetime**](V1Time.md) | | [optional]
1212
**message** | **String** | Message is a human-readable message indicating details about the transition | [optional]
1313
**reason** | **String** | Reason for the condition&#39;s last transition | [optional]
1414
**status** | **String** | Status of the condition, one of &#x60;True&#x60;, &#x60;False&#x60; or &#x60;Unknown&#x60; |

docs/DatasetCondition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Condition describes the state of the cache at a certain point.
77

88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
10-
**lastTransitionTime** | [**V1Time**](V1Time.md) | | [optional]
11-
**lastUpdateTime** | [**V1Time**](V1Time.md) | | [optional]
10+
**lastTransitionTime** | [**datetime**](V1Time.md) | | [optional]
11+
**lastUpdateTime** | [**datetime**](V1Time.md) | | [optional]
1212
**message** | **String** | A human readable message indicating details about the transition. | [optional]
1313
**reason** | **String** | The reason for the condition&#39;s last transition. | [optional]
1414
**status** | **String** | Status of the condition, one of True, False, Unknown. |

docs/Level.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**low** | **String** | Ratio of low watermark of the tier (e.g. 0.7) | [optional]
1212
**mediumtype** | **String** | Medium Type of the tier. One of the three types: &#x60;MEM&#x60;, &#x60;SSD&#x60;, &#x60;HDD&#x60; |
1313
**path** | **String** | File paths to be used for the tier. Multiple paths are supported. Multiple paths should be separated with comma. For example: \&quot;/mnt/cache1,/mnt/cache2\&quot;. | [optional]
14-
**quota** | [**K8sIoApimachineryPkgApiResourceQuantity**](K8sIoApimachineryPkgApiResourceQuantity.md) | | [optional]
14+
**quota** | [**str**](Quantity.md) | | [optional]
1515
**quotaList** | **String** | QuotaList are quotas used to set quota on multiple paths. Quotas should be separated with comma. Quotas in this list will be set to paths with the same order in Path. For example, with Path defined with \&quot;/mnt/cache1,/mnt/cache2\&quot; and QuotaList set to \&quot;100Gi, 50Gi\&quot;, then we get 100GiB cache storage under \&quot;/mnt/cache1\&quot; and 50GiB under \&quot;/mnt/cache2\&quot;. Also note that num of quotas must be consistent with the num of paths defined in Path. | [optional]
1616
**volumeSource** | [**VolumeSource**](VolumeSource.md) | | [optional]
1717
**volumeType** | **String** | VolumeType is the volume type of the tier. Should be one of the three types: &#x60;hostPath&#x60;, &#x60;emptyDir&#x60; and &#x60;volumeTemplate&#x60;. If not set, defaults to hostPath. | [optional]

docs/OperationStatus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Name | Type | Description | Notes
1010
**conditions** | [**List&lt;Condition&gt;**](Condition.md) | Conditions consists of transition information on operation&#39;s Phase |
1111
**duration** | **String** | Duration tell user how much time was spent to operation |
1212
**infos** | **Map&lt;String, String&gt;** | Infos operation customized name-value | [optional]
13-
**lastScheduleTime** | [**V1Time**](V1Time.md) | | [optional]
14-
**lastSuccessfulTime** | [**V1Time**](V1Time.md) | | [optional]
13+
**lastScheduleTime** | [**datetime**](V1Time.md) | | [optional]
14+
**lastSuccessfulTime** | [**datetime**](V1Time.md) | | [optional]
1515
**phase** | **String** | Phase describes current phase of operation |
1616
**waitingFor** | [**WaitingStatus**](WaitingStatus.md) | | [optional]
1717

docs/RuntimeCondition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Condition describes the state of the cache at a certain point.
77

88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
10-
**lastProbeTime** | [**V1Time**](V1Time.md) | | [optional]
11-
**lastTransitionTime** | [**V1Time**](V1Time.md) | | [optional]
10+
**lastProbeTime** | [**datetime**](V1Time.md) | | [optional]
11+
**lastTransitionTime** | [**datetime**](V1Time.md) | | [optional]
1212
**message** | **String** | A human readable message indicating details about the transition. | [optional]
1313
**reason** | **String** | The reason for the condition&#39;s last transition. | [optional]
1414
**status** | **String** | Status of the condition, one of True, False, Unknown. |

docs/RuntimeStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Name | Type | Description | Notes
2525
**masterNumberReady** | **Integer** | The number of nodes that should be running the runtime worker pod and have zero or more of the runtime master pod running and ready. |
2626
**masterPhase** | **String** | MasterPhase is the master running phase |
2727
**masterReason** | **String** | Reason for Master&#39;s condition transition | [optional]
28-
**mountTime** | [**V1Time**](V1Time.md) | | [optional]
28+
**mountTime** | [**datetime**](V1Time.md) | | [optional]
2929
**mounts** | [**List&lt;Mount&gt;**](Mount.md) | MountPoints represents the mount points specified in the bounded dataset | [optional]
3030
**selector** | **String** | Selector is used for auto-scaling | [optional]
3131
**setupDuration** | **String** | Duration tell user how much time was spent to setup the runtime | [optional]

src/main/java/invalidPackageName/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.Map;
1717
import java.util.List;
1818

19-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
19+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
2020
public class ApiException extends Exception {
2121
private int code = 0;
2222
private Map<String, List<String>> responseHeaders = null;

src/main/java/invalidPackageName/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package invalidPackageName;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
1717
public class Configuration {
1818
private static ApiClient defaultApiClient = new ApiClient();
1919

src/main/java/invalidPackageName/Pair.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package invalidPackageName;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
1717
public class Pair {
1818
private String name = "";
1919
private String value = "";

0 commit comments

Comments
 (0)