Skip to content

Commit f132a70

Browse files
committed
Minor fix for fluid java sdk
Signed-off-by: dongyun.xzh <dongyun.xzh@alibaba-inc.com>
1 parent 33c4caf commit f132a70

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

+1-1
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

+2-2
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

+2-2
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

+1-1
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

+2-2
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

+2-2
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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 = "";

src/main/java/invalidPackageName/StringUtil.java

+1-1
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 StringUtil {
1818
/**
1919
* Check if the given array contains the given value (with case-insensitive comparison).

src/main/java/invalidPackageName/auth/ApiKeyAuth.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.util.Map;
1919
import java.util.List;
2020

21-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
21+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
2222
public class ApiKeyAuth implements Authentication {
2323
private final String location;
2424
private final String paramName;

src/main/java/invalidPackageName/auth/HttpBearerAuth.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.util.Map;
1919
import java.util.List;
2020

21-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
21+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
2222
public class HttpBearerAuth implements Authentication {
2323
private final String scheme;
2424
private String bearerToken;

src/main/java/models/APIGatewayStatus.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* API Gateway
2929
*/
3030
@ApiModel(description = "API Gateway")
31-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
31+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
3232
public class APIGatewayStatus {
3333
public static final String SERIALIZED_NAME_ENDPOINT = "endpoint";
3434
@SerializedName(SERIALIZED_NAME_ENDPOINT)

src/main/java/models/AlluxioCompTemplateSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* AlluxioCompTemplateSpec is a description of the Alluxio commponents
3636
*/
3737
@ApiModel(description = "AlluxioCompTemplateSpec is a description of the Alluxio commponents")
38-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
38+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
3939
public class AlluxioCompTemplateSpec {
4040
public static final String SERIALIZED_NAME_ENABLED = "enabled";
4141
@SerializedName(SERIALIZED_NAME_ENABLED)

src/main/java/models/AlluxioFuseSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* AlluxioFuseSpec is a description of the Alluxio Fuse
3636
*/
3737
@ApiModel(description = "AlluxioFuseSpec is a description of the Alluxio Fuse")
38-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
38+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
3939
public class AlluxioFuseSpec {
4040
public static final String SERIALIZED_NAME_ARGS = "args";
4141
@SerializedName(SERIALIZED_NAME_ARGS)

src/main/java/models/AlluxioRuntime.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* AlluxioRuntime is the Schema for the alluxioruntimes API
3232
*/
3333
@ApiModel(description = "AlluxioRuntime is the Schema for the alluxioruntimes API")
34-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
34+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
3535
public class AlluxioRuntime {
3636
public static final String SERIALIZED_NAME_API_VERSION = "apiVersion";
3737
@SerializedName(SERIALIZED_NAME_API_VERSION)

src/main/java/models/AlluxioRuntimeList.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* AlluxioRuntimeList contains a list of AlluxioRuntime
3333
*/
3434
@ApiModel(description = "AlluxioRuntimeList contains a list of AlluxioRuntime")
35-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
35+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
3636
public class AlluxioRuntimeList {
3737
public static final String SERIALIZED_NAME_API_VERSION = "apiVersion";
3838
@SerializedName(SERIALIZED_NAME_API_VERSION)

src/main/java/models/AlluxioRuntimeSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* AlluxioRuntimeSpec defines the desired state of AlluxioRuntime
4343
*/
4444
@ApiModel(description = "AlluxioRuntimeSpec defines the desired state of AlluxioRuntime")
45-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
45+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
4646
public class AlluxioRuntimeSpec {
4747
public static final String SERIALIZED_NAME_ALLUXIO_VERSION = "alluxioVersion";
4848
@SerializedName(SERIALIZED_NAME_ALLUXIO_VERSION)

src/main/java/models/CacheableNodeAffinity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* CacheableNodeAffinity defines constraints that limit what nodes this dataset can be cached to.
3030
*/
3131
@ApiModel(description = "CacheableNodeAffinity defines constraints that limit what nodes this dataset can be cached to.")
32-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
32+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
3333
public class CacheableNodeAffinity {
3434
public static final String SERIALIZED_NAME_REQUIRED = "required";
3535
@SerializedName(SERIALIZED_NAME_REQUIRED)

src/main/java/models/CleanCachePolicy.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* CleanCachePolicy defines policies when cleaning cache
2929
*/
3030
@ApiModel(description = "CleanCachePolicy defines policies when cleaning cache")
31-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
31+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
3232
public class CleanCachePolicy {
3333
public static final String SERIALIZED_NAME_GRACE_PERIOD_SECONDS = "gracePeriodSeconds";
3434
@SerializedName(SERIALIZED_NAME_GRACE_PERIOD_SECONDS)

src/main/java/models/Condition.java

+9-9
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
* Condition explains the transitions on phase
3030
*/
3131
@ApiModel(description = "Condition explains the transitions on phase")
32-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
32+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
3333
public class Condition {
3434
public static final String SERIALIZED_NAME_LAST_PROBE_TIME = "lastProbeTime";
3535
@SerializedName(SERIALIZED_NAME_LAST_PROBE_TIME)
36-
private V1Time lastProbeTime = null;
36+
private datetime lastProbeTime = null;
3737

3838
public static final String SERIALIZED_NAME_LAST_TRANSITION_TIME = "lastTransitionTime";
3939
@SerializedName(SERIALIZED_NAME_LAST_TRANSITION_TIME)
40-
private V1Time lastTransitionTime = null;
40+
private datetime lastTransitionTime = null;
4141

4242
public static final String SERIALIZED_NAME_MESSAGE = "message";
4343
@SerializedName(SERIALIZED_NAME_MESSAGE)
@@ -56,7 +56,7 @@ public class Condition {
5656
private String type = "";
5757

5858

59-
public Condition lastProbeTime(V1Time lastProbeTime) {
59+
public Condition lastProbeTime(datetime lastProbeTime) {
6060

6161
this.lastProbeTime = lastProbeTime;
6262
return this;
@@ -69,17 +69,17 @@ public Condition lastProbeTime(V1Time lastProbeTime) {
6969
@javax.annotation.Nullable
7070
@ApiModelProperty(value = "")
7171

72-
public V1Time getLastProbeTime() {
72+
public datetime getLastProbeTime() {
7373
return lastProbeTime;
7474
}
7575

7676

77-
public void setLastProbeTime(V1Time lastProbeTime) {
77+
public void setLastProbeTime(datetime lastProbeTime) {
7878
this.lastProbeTime = lastProbeTime;
7979
}
8080

8181

82-
public Condition lastTransitionTime(V1Time lastTransitionTime) {
82+
public Condition lastTransitionTime(datetime lastTransitionTime) {
8383

8484
this.lastTransitionTime = lastTransitionTime;
8585
return this;
@@ -92,12 +92,12 @@ public Condition lastTransitionTime(V1Time lastTransitionTime) {
9292
@javax.annotation.Nullable
9393
@ApiModelProperty(value = "")
9494

95-
public V1Time getLastTransitionTime() {
95+
public datetime getLastTransitionTime() {
9696
return lastTransitionTime;
9797
}
9898

9999

100-
public void setLastTransitionTime(V1Time lastTransitionTime) {
100+
public void setLastTransitionTime(datetime lastTransitionTime) {
101101
this.lastTransitionTime = lastTransitionTime;
102102
}
103103

src/main/java/models/Data.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* Data management strategies
2929
*/
3030
@ApiModel(description = "Data management strategies")
31-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
31+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
3232
public class Data {
3333
public static final String SERIALIZED_NAME_PIN = "pin";
3434
@SerializedName(SERIALIZED_NAME_PIN)

src/main/java/models/DataBackup.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* DataBackup is the Schema for the backup API
3232
*/
3333
@ApiModel(description = "DataBackup is the Schema for the backup API")
34-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
34+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
3535
public class DataBackup {
3636
public static final String SERIALIZED_NAME_API_VERSION = "apiVersion";
3737
@SerializedName(SERIALIZED_NAME_API_VERSION)

src/main/java/models/DataBackupList.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* DataBackupList contains a list of DataBackup
3333
*/
3434
@ApiModel(description = "DataBackupList contains a list of DataBackup")
35-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
35+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
3636
public class DataBackupList {
3737
public static final String SERIALIZED_NAME_API_VERSION = "apiVersion";
3838
@SerializedName(SERIALIZED_NAME_API_VERSION)

src/main/java/models/DataBackupSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* DataBackupSpec defines the desired state of DataBackup
3131
*/
3232
@ApiModel(description = "DataBackupSpec defines the desired state of DataBackup")
33-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
33+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
3434
public class DataBackupSpec {
3535
public static final String SERIALIZED_NAME_BACKUP_PATH = "backupPath";
3636
@SerializedName(SERIALIZED_NAME_BACKUP_PATH)

src/main/java/models/DataLoad.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* DataLoad is the Schema for the dataloads API
3232
*/
3333
@ApiModel(description = "DataLoad is the Schema for the dataloads API")
34-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
34+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
3535
public class DataLoad {
3636
public static final String SERIALIZED_NAME_API_VERSION = "apiVersion";
3737
@SerializedName(SERIALIZED_NAME_API_VERSION)

src/main/java/models/DataLoadList.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* DataLoadList contains a list of DataLoad
3333
*/
3434
@ApiModel(description = "DataLoadList contains a list of DataLoad")
35-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
35+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
3636
public class DataLoadList {
3737
public static final String SERIALIZED_NAME_API_VERSION = "apiVersion";
3838
@SerializedName(SERIALIZED_NAME_API_VERSION)

src/main/java/models/DataLoadSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* DataLoadSpec defines the desired state of DataLoad
4040
*/
4141
@ApiModel(description = "DataLoadSpec defines the desired state of DataLoad")
42-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
42+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-15T22:35:53.526622+08:00[Asia/Shanghai]")
4343
public class DataLoadSpec {
4444
public static final String SERIALIZED_NAME_AFFINITY = "affinity";
4545
@SerializedName(SERIALIZED_NAME_AFFINITY)

0 commit comments

Comments
 (0)