Skip to content

Commit bc04b5c

Browse files
committed
Generated java-async 2018-08-08 for Eci.
1 parent 35d1ab0 commit bc04b5c

File tree

4 files changed

+4
-24
lines changed

4 files changed

+4
-24
lines changed

eci-20180808/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-06-09 Version: 1.0.9
2+
- Generated java-async 2018-08-08 for Eci.
3+
14
2025-06-05 Version: 1.0.8
25
- Generated java-async 2018-08-08 for Eci.
36

eci-20180808/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>alibabacloud-eci20180808</artifactId>
6-
<version>1.0.8</version>
6+
<version>1.0.9</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-eci20180808</name>
99
<description>Alibaba Cloud Eci (20180808) Async SDK for Java

eci-20180808/src/main/java/com/aliyun/sdk/service/eci20180808/models/CreateContainerGroupRequest.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3614,7 +3614,6 @@ public FieldRef build() {
36143614
*/
36153615
public static class EnvironmentVar extends TeaModel {
36163616
@com.aliyun.core.annotation.NameInMap("FieldRef")
3617-
@com.aliyun.core.annotation.Validation(required = true)
36183617
private FieldRef fieldRef;
36193618

36203619
@com.aliyun.core.annotation.NameInMap("Key")
@@ -4126,15 +4125,12 @@ public VolumeMount build() {
41264125
*/
41274126
public static class Container extends TeaModel {
41284127
@com.aliyun.core.annotation.NameInMap("LivenessProbe")
4129-
@com.aliyun.core.annotation.Validation(required = true)
41304128
private LivenessProbe livenessProbe;
41314129

41324130
@com.aliyun.core.annotation.NameInMap("ReadinessProbe")
4133-
@com.aliyun.core.annotation.Validation(required = true)
41344131
private ReadinessProbe readinessProbe;
41354132

41364133
@com.aliyun.core.annotation.NameInMap("SecurityContext")
4137-
@com.aliyun.core.annotation.Validation(required = true)
41384134
private ContainerSecurityContext securityContext;
41394135

41404136
@com.aliyun.core.annotation.NameInMap("Arg")
@@ -5526,7 +5522,6 @@ public EnvironmentVarFieldRef build() {
55265522
*/
55275523
public static class InitContainerEnvironmentVar extends TeaModel {
55285524
@com.aliyun.core.annotation.NameInMap("FieldRef")
5529-
@com.aliyun.core.annotation.Validation(required = true)
55305525
private EnvironmentVarFieldRef fieldRef;
55315526

55325527
@com.aliyun.core.annotation.NameInMap("Key")
@@ -5873,7 +5868,6 @@ public InitContainerVolumeMount build() {
58735868
*/
58745869
public static class InitContainer extends TeaModel {
58755870
@com.aliyun.core.annotation.NameInMap("SecurityContext")
5876-
@com.aliyun.core.annotation.Validation(required = true)
58775871
private InitContainerSecurityContext securityContext;
58785872

58795873
@com.aliyun.core.annotation.NameInMap("Arg")
@@ -6957,27 +6951,21 @@ public NFSVolume build() {
69576951
*/
69586952
public static class Volume extends TeaModel {
69596953
@com.aliyun.core.annotation.NameInMap("ConfigFileVolume")
6960-
@com.aliyun.core.annotation.Validation(required = true)
69616954
private ConfigFileVolume configFileVolume;
69626955

69636956
@com.aliyun.core.annotation.NameInMap("DiskVolume")
6964-
@com.aliyun.core.annotation.Validation(required = true)
69656957
private DiskVolume diskVolume;
69666958

69676959
@com.aliyun.core.annotation.NameInMap("EmptyDirVolume")
6968-
@com.aliyun.core.annotation.Validation(required = true)
69696960
private EmptyDirVolume emptyDirVolume;
69706961

69716962
@com.aliyun.core.annotation.NameInMap("FlexVolume")
6972-
@com.aliyun.core.annotation.Validation(required = true)
69736963
private FlexVolume flexVolume;
69746964

69756965
@com.aliyun.core.annotation.NameInMap("HostPathVolume")
6976-
@com.aliyun.core.annotation.Validation(required = true)
69776966
private HostPathVolume hostPathVolume;
69786967

69796968
@com.aliyun.core.annotation.NameInMap("NFSVolume")
6980-
@com.aliyun.core.annotation.Validation(required = true)
69816969
private NFSVolume NFSVolume;
69826970

69836971
@com.aliyun.core.annotation.NameInMap("Name")

eci-20180808/src/main/java/com/aliyun/sdk/service/eci20180808/models/UpdateContainerGroupRequest.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,6 @@ public FieldRef build() {
18641864
*/
18651865
public static class EnvironmentVar extends TeaModel {
18661866
@com.aliyun.core.annotation.NameInMap("FieldRef")
1867-
@com.aliyun.core.annotation.Validation(required = true)
18681867
private FieldRef fieldRef;
18691868

18701869
@com.aliyun.core.annotation.NameInMap("Key")
@@ -2369,15 +2368,12 @@ public VolumeMount build() {
23692368
*/
23702369
public static class Container extends TeaModel {
23712370
@com.aliyun.core.annotation.NameInMap("LivenessProbe")
2372-
@com.aliyun.core.annotation.Validation(required = true)
23732371
private LivenessProbe livenessProbe;
23742372

23752373
@com.aliyun.core.annotation.NameInMap("ReadinessProbe")
2376-
@com.aliyun.core.annotation.Validation(required = true)
23772374
private ReadinessProbe readinessProbe;
23782375

23792376
@com.aliyun.core.annotation.NameInMap("SecurityContext")
2380-
@com.aliyun.core.annotation.Validation(required = true)
23812377
private SecurityContext securityContext;
23822378

23832379
@com.aliyun.core.annotation.NameInMap("Arg")
@@ -3516,7 +3512,6 @@ public EnvironmentVarFieldRef build() {
35163512
*/
35173513
public static class InitContainerEnvironmentVar extends TeaModel {
35183514
@com.aliyun.core.annotation.NameInMap("FieldRef")
3519-
@com.aliyun.core.annotation.Validation(required = true)
35203515
private EnvironmentVarFieldRef fieldRef;
35213516

35223517
@com.aliyun.core.annotation.NameInMap("Key")
@@ -3859,7 +3854,6 @@ public InitContainerVolumeMount build() {
38593854
*/
38603855
public static class InitContainer extends TeaModel {
38613856
@com.aliyun.core.annotation.NameInMap("SecurityContext")
3862-
@com.aliyun.core.annotation.Validation(required = true)
38633857
private InitContainerSecurityContext securityContext;
38643858

38653859
@com.aliyun.core.annotation.NameInMap("Arg")
@@ -4828,23 +4822,18 @@ public NFSVolume build() {
48284822
*/
48294823
public static class Volume extends TeaModel {
48304824
@com.aliyun.core.annotation.NameInMap("ConfigFileVolume")
4831-
@com.aliyun.core.annotation.Validation(required = true)
48324825
private ConfigFileVolume configFileVolume;
48334826

48344827
@com.aliyun.core.annotation.NameInMap("EmptyDirVolume")
4835-
@com.aliyun.core.annotation.Validation(required = true)
48364828
private EmptyDirVolume emptyDirVolume;
48374829

48384830
@com.aliyun.core.annotation.NameInMap("FlexVolume")
4839-
@com.aliyun.core.annotation.Validation(required = true)
48404831
private FlexVolume flexVolume;
48414832

48424833
@com.aliyun.core.annotation.NameInMap("HostPathVolume")
4843-
@com.aliyun.core.annotation.Validation(required = true)
48444834
private HostPathVolume hostPathVolume;
48454835

48464836
@com.aliyun.core.annotation.NameInMap("NFSVolume")
4847-
@com.aliyun.core.annotation.Validation(required = true)
48484837
private NFSVolume NFSVolume;
48494838

48504839
@com.aliyun.core.annotation.NameInMap("Name")

0 commit comments

Comments
 (0)