Skip to content

Commit 33c4caf

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

File tree

101 files changed

+101
-101
lines changed

Some content is hidden

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

101 files changed

+101
-101
lines changed

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-30T11:55:35.636004+08:00[Asia/Shanghai]")
19+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
21+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
21+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
31+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
38+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
38+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
34+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
35+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
45+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
32+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
31+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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-30T11:55:35.636004+08:00[Asia/Shanghai]")
32+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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)

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-30T11:55:35.636004+08:00[Asia/Shanghai]")
31+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
34+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
35+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
33+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
34+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
35+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+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-30T11:55:35.636004+08:00[Asia/Shanghai]")
42+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
4343
public class DataLoadSpec {
4444
public static final String SERIALIZED_NAME_AFFINITY = "affinity";
4545
@SerializedName(SERIALIZED_NAME_AFFINITY)

src/main/java/models/DataMigrate.java

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

src/main/java/models/DataMigrateList.java

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

src/main/java/models/DataMigrateSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* DataMigrateSpec defines the desired state of DataMigrate
3939
*/
4040
@ApiModel(description = "DataMigrateSpec defines the desired state of DataMigrate")
41-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T11:55:35.636004+08:00[Asia/Shanghai]")
41+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
4242
public class DataMigrateSpec {
4343
public static final String SERIALIZED_NAME_AFFINITY = "affinity";
4444
@SerializedName(SERIALIZED_NAME_AFFINITY)

src/main/java/models/DataProcess.java

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

src/main/java/models/DataProcessList.java

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

src/main/java/models/DataProcessSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* DataProcessSpec defines the desired state of DataProcess
3232
*/
3333
@ApiModel(description = "DataProcessSpec defines the desired state of DataProcess")
34-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T11:55:35.636004+08:00[Asia/Shanghai]")
34+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
3535
public class DataProcessSpec {
3636
public static final String SERIALIZED_NAME_DATASET = "dataset";
3737
@SerializedName(SERIALIZED_NAME_DATASET)

src/main/java/models/DataRestoreLocation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* DataRestoreLocation describes the spec restore location of Dataset
2929
*/
3030
@ApiModel(description = "DataRestoreLocation describes the spec restore location of Dataset")
31-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T11:55:35.636004+08:00[Asia/Shanghai]")
31+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
3232
public class DataRestoreLocation {
3333
public static final String SERIALIZED_NAME_NODE_NAME = "nodeName";
3434
@SerializedName(SERIALIZED_NAME_NODE_NAME)

src/main/java/models/DataToMigrate.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/**
3030
* DataToMigrate
3131
*/
32-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T11:55:35.636004+08:00[Asia/Shanghai]")
32+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
3333
public class DataToMigrate {
3434
public static final String SERIALIZED_NAME_DATASET = "dataset";
3535
@SerializedName(SERIALIZED_NAME_DATASET)

src/main/java/models/Dataset.java

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

src/main/java/models/DatasetCondition.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* Condition describes the state of the cache at a certain point.
3030
*/
3131
@ApiModel(description = "Condition describes the state of the cache at a certain point.")
32-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T11:55:35.636004+08:00[Asia/Shanghai]")
32+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
3333
public class DatasetCondition {
3434
public static final String SERIALIZED_NAME_LAST_TRANSITION_TIME = "lastTransitionTime";
3535
@SerializedName(SERIALIZED_NAME_LAST_TRANSITION_TIME)

src/main/java/models/DatasetList.java

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

src/main/java/models/DatasetSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* DatasetSpec defines the desired state of Dataset
4040
*/
4141
@ApiModel(description = "DatasetSpec defines the desired state of Dataset")
42-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T11:55:35.636004+08:00[Asia/Shanghai]")
42+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
4343
public class DatasetSpec {
4444
public static final String SERIALIZED_NAME_ACCESS_MODES = "accessModes";
4545
@SerializedName(SERIALIZED_NAME_ACCESS_MODES)

src/main/java/models/DatasetStatus.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* DatasetStatus defines the observed state of Dataset
3737
*/
3838
@ApiModel(description = "DatasetStatus defines the observed state of Dataset")
39-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T11:55:35.636004+08:00[Asia/Shanghai]")
39+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-30T14:39:14.140796+08:00[Asia/Shanghai]")
4040
public class DatasetStatus {
4141
public static final String SERIALIZED_NAME_CACHE_STATES = "cacheStates";
4242
@SerializedName(SERIALIZED_NAME_CACHE_STATES)

0 commit comments

Comments
 (0)