Skip to content

Commit a49d422

Browse files
1 parent d4dd205 commit a49d422

File tree

19 files changed

+465
-43
lines changed

19 files changed

+465
-43
lines changed

clients/google-api-services-container/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-container</artifactId>
25-
<version>v1-rev20250701-2.0.0</version>
25+
<version>v1-rev20250725-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-container:v1-rev20250701-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1-rev20250725-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/AutoIpamConfig.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,30 @@
3030
@SuppressWarnings("javadoc")
3131
public final class AutoIpamConfig extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* The flag that enables Auto IPAM on this cluster
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.Boolean enabled;
39+
40+
/**
41+
* The flag that enables Auto IPAM on this cluster
42+
* @return value or {@code null} for none
43+
*/
44+
public java.lang.Boolean getEnabled() {
45+
return enabled;
46+
}
47+
48+
/**
49+
* The flag that enables Auto IPAM on this cluster
50+
* @param enabled enabled or {@code null} for none
51+
*/
52+
public AutoIpamConfig setEnabled(java.lang.Boolean enabled) {
53+
this.enabled = enabled;
54+
return this;
55+
}
56+
3357
@Override
3458
public AutoIpamConfig set(String fieldName, Object value) {
3559
return (AutoIpamConfig) super.set(fieldName, value);

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/Autopilot.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ public final class Autopilot extends com.google.api.client.json.GenericJson {
3737
@com.google.api.client.util.Key
3838
private java.lang.Boolean enabled;
3939

40+
/**
41+
* PrivilegedAdmissionConfig is the configuration related to privileged admission control.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private PrivilegedAdmissionConfig privilegedAdmissionConfig;
46+
4047
/**
4148
* WorkloadPolicyConfig is the configuration related to GCW workload policy
4249
* The value may be {@code null}.
@@ -61,6 +68,23 @@ public Autopilot setEnabled(java.lang.Boolean enabled) {
6168
return this;
6269
}
6370

71+
/**
72+
* PrivilegedAdmissionConfig is the configuration related to privileged admission control.
73+
* @return value or {@code null} for none
74+
*/
75+
public PrivilegedAdmissionConfig getPrivilegedAdmissionConfig() {
76+
return privilegedAdmissionConfig;
77+
}
78+
79+
/**
80+
* PrivilegedAdmissionConfig is the configuration related to privileged admission control.
81+
* @param privilegedAdmissionConfig privilegedAdmissionConfig or {@code null} for none
82+
*/
83+
public Autopilot setPrivilegedAdmissionConfig(PrivilegedAdmissionConfig privilegedAdmissionConfig) {
84+
this.privilegedAdmissionConfig = privilegedAdmissionConfig;
85+
return this;
86+
}
87+
6488
/**
6589
* WorkloadPolicyConfig is the configuration related to GCW workload policy
6690
* @return value or {@code null} for none

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/ClusterAutoscaling.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ public final class ClusterAutoscaling extends com.google.api.client.json.Generic
5555
@com.google.api.client.util.Key
5656
private java.lang.String autoscalingProfile;
5757

58+
/**
59+
* Default compute class is a configuration for default compute class.
60+
* The value may be {@code null}.
61+
*/
62+
@com.google.api.client.util.Key
63+
private DefaultComputeClassConfig defaultComputeClassConfig;
64+
5865
/**
5966
* Enables automatic node pool creation and deletion.
6067
* The value may be {@code null}.
@@ -124,6 +131,23 @@ public ClusterAutoscaling setAutoscalingProfile(java.lang.String autoscalingProf
124131
return this;
125132
}
126133

134+
/**
135+
* Default compute class is a configuration for default compute class.
136+
* @return value or {@code null} for none
137+
*/
138+
public DefaultComputeClassConfig getDefaultComputeClassConfig() {
139+
return defaultComputeClassConfig;
140+
}
141+
142+
/**
143+
* Default compute class is a configuration for default compute class.
144+
* @param defaultComputeClassConfig defaultComputeClassConfig or {@code null} for none
145+
*/
146+
public ClusterAutoscaling setDefaultComputeClassConfig(DefaultComputeClassConfig defaultComputeClassConfig) {
147+
this.defaultComputeClassConfig = defaultComputeClassConfig;
148+
return this;
149+
}
150+
127151
/**
128152
* Enables automatic node pool creation and deletion.
129153
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.container.model;
18+
19+
/**
20+
* DefaultComputeClassConfig defines default compute class configuration.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation
24+
* see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class DefaultComputeClassConfig extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Enables default compute class.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.Boolean enabled;
39+
40+
/**
41+
* Enables default compute class.
42+
* @return value or {@code null} for none
43+
*/
44+
public java.lang.Boolean getEnabled() {
45+
return enabled;
46+
}
47+
48+
/**
49+
* Enables default compute class.
50+
* @param enabled enabled or {@code null} for none
51+
*/
52+
public DefaultComputeClassConfig setEnabled(java.lang.Boolean enabled) {
53+
this.enabled = enabled;
54+
return this;
55+
}
56+
57+
@Override
58+
public DefaultComputeClassConfig set(String fieldName, Object value) {
59+
return (DefaultComputeClassConfig) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public DefaultComputeClassConfig clone() {
64+
return (DefaultComputeClassConfig) super.clone();
65+
}
66+
67+
}

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/Fleet.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ public final class Fleet extends com.google.api.client.json.GenericJson {
3838
@com.google.api.client.util.Key
3939
private java.lang.String membership;
4040

41+
/**
42+
* The type of the cluster's fleet membership.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.String membershipType;
47+
4148
/**
4249
* Output only. Whether the cluster has been registered through the fleet API.
4350
* The value may be {@code null}.
@@ -72,6 +79,23 @@ public Fleet setMembership(java.lang.String membership) {
7279
return this;
7380
}
7481

82+
/**
83+
* The type of the cluster's fleet membership.
84+
* @return value or {@code null} for none
85+
*/
86+
public java.lang.String getMembershipType() {
87+
return membershipType;
88+
}
89+
90+
/**
91+
* The type of the cluster's fleet membership.
92+
* @param membershipType membershipType or {@code null} for none
93+
*/
94+
public Fleet setMembershipType(java.lang.String membershipType) {
95+
this.membershipType = membershipType;
96+
return this;
97+
}
98+
7599
/**
76100
* Output only. Whether the cluster has been registered through the fleet API.
77101
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.container.model;
18+
19+
/**
20+
* PrivilegedAdmissionConfig stores the list of authorized allowlist paths for the cluster.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation
24+
* see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class PrivilegedAdmissionConfig extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The customer allowlist Cloud Storage paths for the cluster. These paths are used with the
35+
* `--autopilot-privileged-admission` flag to authorize privileged workloads in Autopilot
36+
* clusters. Paths can be GKE-owned, in the format `gke:/`, or customer-owned, in the format
37+
* `gs:`. Wildcards (`*`) are supported to authorize all allowlists under specific paths or
38+
* directories. Example: `gs://my-bucket` will authorize all allowlists under the `my-bucket`
39+
* bucket.
40+
* The value may be {@code null}.
41+
*/
42+
@com.google.api.client.util.Key
43+
private java.util.List<java.lang.String> allowlistPaths;
44+
45+
/**
46+
* The customer allowlist Cloud Storage paths for the cluster. These paths are used with the
47+
* `--autopilot-privileged-admission` flag to authorize privileged workloads in Autopilot
48+
* clusters. Paths can be GKE-owned, in the format `gke:/`, or customer-owned, in the format
49+
* `gs:`. Wildcards (`*`) are supported to authorize all allowlists under specific paths or
50+
* directories. Example: `gs://my-bucket` will authorize all allowlists under the `my-bucket`
51+
* bucket.
52+
* @return value or {@code null} for none
53+
*/
54+
public java.util.List<java.lang.String> getAllowlistPaths() {
55+
return allowlistPaths;
56+
}
57+
58+
/**
59+
* The customer allowlist Cloud Storage paths for the cluster. These paths are used with the
60+
* `--autopilot-privileged-admission` flag to authorize privileged workloads in Autopilot
61+
* clusters. Paths can be GKE-owned, in the format `gke:/`, or customer-owned, in the format
62+
* `gs:`. Wildcards (`*`) are supported to authorize all allowlists under specific paths or
63+
* directories. Example: `gs://my-bucket` will authorize all allowlists under the `my-bucket`
64+
* bucket.
65+
* @param allowlistPaths allowlistPaths or {@code null} for none
66+
*/
67+
public PrivilegedAdmissionConfig setAllowlistPaths(java.util.List<java.lang.String> allowlistPaths) {
68+
this.allowlistPaths = allowlistPaths;
69+
return this;
70+
}
71+
72+
@Override
73+
public PrivilegedAdmissionConfig set(String fieldName, Object value) {
74+
return (PrivilegedAdmissionConfig) super.set(fieldName, value);
75+
}
76+
77+
@Override
78+
public PrivilegedAdmissionConfig clone() {
79+
return (PrivilegedAdmissionConfig) super.clone();
80+
}
81+
82+
}

clients/google-api-services-container/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-container</artifactId>
11-
<version>v1-rev20250701-2.0.0</version>
12-
<name>Kubernetes Engine API v1-rev20250701-2.0.0</name>
11+
<version>v1-rev20250725-2.0.0</version>
12+
<name>Kubernetes Engine API v1-rev20250725-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-container/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-container</artifactId>
25-
<version>v1-rev20250701-2.0.0</version>
25+
<version>v1-rev20250725-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-container:v1-rev20250701-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1-rev20250725-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-container/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-container</artifactId>
25-
<version>v1beta1-rev20250701-2.0.0</version>
25+
<version>v1beta1-rev20250725-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-container:v1beta1-rev20250701-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1beta1-rev20250725-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)