Skip to content

Commit 67f6cc0

Browse files
1 parent 4c15441 commit 67f6cc0

File tree

13 files changed

+99
-42
lines changed

13 files changed

+99
-42
lines changed

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-rev20250819-2.0.0</version>
25+
<version>v1beta1-rev20250916-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-rev20250819-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1beta1-rev20250916-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/model/AddonsConfig.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public final class AddonsConfig extends com.google.api.client.json.GenericJson {
4040
private CloudRunConfig cloudRunConfig;
4141

4242
/**
43-
* Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP
44-
* services through the Kubernetes API
43+
* Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted Google
44+
* Cloud services through the Kubernetes API.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
@@ -62,7 +62,7 @@ public final class AddonsConfig extends com.google.api.client.json.GenericJson {
6262
private GcePersistentDiskCsiDriverConfig gcePersistentDiskCsiDriverConfig;
6363

6464
/**
65-
* Configuration for the GCP Filestore CSI driver.
65+
* Configuration for the Filestore CSI driver.
6666
* The value may be {@code null}.
6767
*/
6868
@com.google.api.client.util.Key
@@ -187,17 +187,17 @@ public AddonsConfig setCloudRunConfig(CloudRunConfig cloudRunConfig) {
187187
}
188188

189189
/**
190-
* Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP
191-
* services through the Kubernetes API
190+
* Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted Google
191+
* Cloud services through the Kubernetes API.
192192
* @return value or {@code null} for none
193193
*/
194194
public ConfigConnectorConfig getConfigConnectorConfig() {
195195
return configConnectorConfig;
196196
}
197197

198198
/**
199-
* Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP
200-
* services through the Kubernetes API
199+
* Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted Google
200+
* Cloud services through the Kubernetes API.
201201
* @param configConnectorConfig configConnectorConfig or {@code null} for none
202202
*/
203203
public AddonsConfig setConfigConnectorConfig(ConfigConnectorConfig configConnectorConfig) {
@@ -240,15 +240,15 @@ public AddonsConfig setGcePersistentDiskCsiDriverConfig(GcePersistentDiskCsiDriv
240240
}
241241

242242
/**
243-
* Configuration for the GCP Filestore CSI driver.
243+
* Configuration for the Filestore CSI driver.
244244
* @return value or {@code null} for none
245245
*/
246246
public GcpFilestoreCsiDriverConfig getGcpFilestoreCsiDriverConfig() {
247247
return gcpFilestoreCsiDriverConfig;
248248
}
249249

250250
/**
251-
* Configuration for the GCP Filestore CSI driver.
251+
* Configuration for the Filestore CSI driver.
252252
* @param gcpFilestoreCsiDriverConfig gcpFilestoreCsiDriverConfig or {@code null} for none
253253
*/
254254
public AddonsConfig setGcpFilestoreCsiDriverConfig(GcpFilestoreCsiDriverConfig gcpFilestoreCsiDriverConfig) {

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/model/CertificateAuthorityDomainConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final class CertificateAuthorityDomainConfig extends com.google.api.clien
4040
private java.util.List<java.lang.String> fqdns;
4141

4242
/**
43-
* Google Secret Manager (GCP) certificate configuration.
43+
* Secret Manager certificate configuration.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
@@ -66,15 +66,15 @@ public CertificateAuthorityDomainConfig setFqdns(java.util.List<java.lang.String
6666
}
6767

6868
/**
69-
* Google Secret Manager (GCP) certificate configuration.
69+
* Secret Manager certificate configuration.
7070
* @return value or {@code null} for none
7171
*/
7272
public GCPSecretManagerCertificateConfig getGcpSecretManagerCertificateConfig() {
7373
return gcpSecretManagerCertificateConfig;
7474
}
7575

7676
/**
77-
* Google Secret Manager (GCP) certificate configuration.
77+
* Secret Manager certificate configuration.
7878
* @param gcpSecretManagerCertificateConfig gcpSecretManagerCertificateConfig or {@code null} for none
7979
*/
8080
public CertificateAuthorityDomainConfig setGcpSecretManagerCertificateConfig(GCPSecretManagerCertificateConfig gcpSecretManagerCertificateConfig) {

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/model/Cluster.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
225225
private java.lang.String endpoint;
226226

227227
/**
228-
* GKE Enterprise Configuration.
228+
* GKE Enterprise Configuration. Deprecated: GKE Enterprise features are now available without an
229+
* Enterprise tier.
229230
* The value may be {@code null}.
230231
*/
231232
@com.google.api.client.util.Key
@@ -732,7 +733,7 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
732733
private WorkloadCertificates workloadCertificates;
733734

734735
/**
735-
* Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
736+
* Configuration for the use of Kubernetes Service Accounts in IAM policies.
736737
* The value may be {@code null}.
737738
*/
738739
@com.google.api.client.util.Key
@@ -1211,15 +1212,17 @@ public Cluster setEndpoint(java.lang.String endpoint) {
12111212
}
12121213

12131214
/**
1214-
* GKE Enterprise Configuration.
1215+
* GKE Enterprise Configuration. Deprecated: GKE Enterprise features are now available without an
1216+
* Enterprise tier.
12151217
* @return value or {@code null} for none
12161218
*/
12171219
public EnterpriseConfig getEnterpriseConfig() {
12181220
return enterpriseConfig;
12191221
}
12201222

12211223
/**
1222-
* GKE Enterprise Configuration.
1224+
* GKE Enterprise Configuration. Deprecated: GKE Enterprise features are now available without an
1225+
* Enterprise tier.
12231226
* @param enterpriseConfig enterpriseConfig or {@code null} for none
12241227
*/
12251228
public Cluster setEnterpriseConfig(EnterpriseConfig enterpriseConfig) {
@@ -2408,15 +2411,15 @@ public Cluster setWorkloadCertificates(WorkloadCertificates workloadCertificates
24082411
}
24092412

24102413
/**
2411-
* Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
2414+
* Configuration for the use of Kubernetes Service Accounts in IAM policies.
24122415
* @return value or {@code null} for none
24132416
*/
24142417
public WorkloadIdentityConfig getWorkloadIdentityConfig() {
24152418
return workloadIdentityConfig;
24162419
}
24172420

24182421
/**
2419-
* Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
2422+
* Configuration for the use of Kubernetes Service Accounts in IAM policies.
24202423
* @param workloadIdentityConfig workloadIdentityConfig or {@code null} for none
24212424
*/
24222425
public Cluster setWorkloadIdentityConfig(WorkloadIdentityConfig workloadIdentityConfig) {

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/model/ClusterUpdate.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ public final class ClusterUpdate extends com.google.api.client.json.GenericJson
205205
private java.lang.Boolean desiredEnablePrivateEndpoint;
206206

207207
/**
208-
* The desired enterprise configuration for the cluster.
208+
* The desired enterprise configuration for the cluster. Deprecated: GKE Enterprise features are
209+
* now available without an Enterprise tier.
209210
* The value may be {@code null}.
210211
*/
211212
@com.google.api.client.util.Key
@@ -1076,15 +1077,17 @@ public ClusterUpdate setDesiredEnablePrivateEndpoint(java.lang.Boolean desiredEn
10761077
}
10771078

10781079
/**
1079-
* The desired enterprise configuration for the cluster.
1080+
* The desired enterprise configuration for the cluster. Deprecated: GKE Enterprise features are
1081+
* now available without an Enterprise tier.
10801082
* @return value or {@code null} for none
10811083
*/
10821084
public DesiredEnterpriseConfig getDesiredEnterpriseConfig() {
10831085
return desiredEnterpriseConfig;
10841086
}
10851087

10861088
/**
1087-
* The desired enterprise configuration for the cluster.
1089+
* The desired enterprise configuration for the cluster. Deprecated: GKE Enterprise features are
1090+
* now available without an Enterprise tier.
10881091
* @param desiredEnterpriseConfig desiredEnterpriseConfig or {@code null} for none
10891092
*/
10901093
public ClusterUpdate setDesiredEnterpriseConfig(DesiredEnterpriseConfig desiredEnterpriseConfig) {

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/model/DNSEndpointConfig.java

Lines changed: 54 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,27 @@
3131
public final class DNSEndpointConfig extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Controls whether user traffic is allowed over this endpoint. Note that GCP-managed services may
35-
* still use the endpoint even if this is false.
34+
* Controls whether user traffic is allowed over this endpoint. Note that Google-managed services
35+
* may still use the endpoint even if this is false.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.Boolean allowExternalTraffic;
4040

41+
/**
42+
* Controls whether the k8s certs auth is allowed via DNS.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.Boolean enableK8sCertsViaDns;
47+
48+
/**
49+
* Controls whether the k8s token auth is allowed via DNS.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.lang.Boolean enableK8sTokensViaDns;
54+
4155
/**
4256
* Output only. The cluster's DNS endpoint configuration. A DNS format address. This is accessible
4357
* from the public internet. Ex: uid.us-central1.gke.goog. Always present, but the behavior may
@@ -48,24 +62,58 @@ public final class DNSEndpointConfig extends com.google.api.client.json.GenericJ
4862
private java.lang.String endpoint;
4963

5064
/**
51-
* Controls whether user traffic is allowed over this endpoint. Note that GCP-managed services may
52-
* still use the endpoint even if this is false.
65+
* Controls whether user traffic is allowed over this endpoint. Note that Google-managed services
66+
* may still use the endpoint even if this is false.
5367
* @return value or {@code null} for none
5468
*/
5569
public java.lang.Boolean getAllowExternalTraffic() {
5670
return allowExternalTraffic;
5771
}
5872

5973
/**
60-
* Controls whether user traffic is allowed over this endpoint. Note that GCP-managed services may
61-
* still use the endpoint even if this is false.
74+
* Controls whether user traffic is allowed over this endpoint. Note that Google-managed services
75+
* may still use the endpoint even if this is false.
6276
* @param allowExternalTraffic allowExternalTraffic or {@code null} for none
6377
*/
6478
public DNSEndpointConfig setAllowExternalTraffic(java.lang.Boolean allowExternalTraffic) {
6579
this.allowExternalTraffic = allowExternalTraffic;
6680
return this;
6781
}
6882

83+
/**
84+
* Controls whether the k8s certs auth is allowed via DNS.
85+
* @return value or {@code null} for none
86+
*/
87+
public java.lang.Boolean getEnableK8sCertsViaDns() {
88+
return enableK8sCertsViaDns;
89+
}
90+
91+
/**
92+
* Controls whether the k8s certs auth is allowed via DNS.
93+
* @param enableK8sCertsViaDns enableK8sCertsViaDns or {@code null} for none
94+
*/
95+
public DNSEndpointConfig setEnableK8sCertsViaDns(java.lang.Boolean enableK8sCertsViaDns) {
96+
this.enableK8sCertsViaDns = enableK8sCertsViaDns;
97+
return this;
98+
}
99+
100+
/**
101+
* Controls whether the k8s token auth is allowed via DNS.
102+
* @return value or {@code null} for none
103+
*/
104+
public java.lang.Boolean getEnableK8sTokensViaDns() {
105+
return enableK8sTokensViaDns;
106+
}
107+
108+
/**
109+
* Controls whether the k8s token auth is allowed via DNS.
110+
* @param enableK8sTokensViaDns enableK8sTokensViaDns or {@code null} for none
111+
*/
112+
public DNSEndpointConfig setEnableK8sTokensViaDns(java.lang.Boolean enableK8sTokensViaDns) {
113+
this.enableK8sTokensViaDns = enableK8sTokensViaDns;
114+
return this;
115+
}
116+
69117
/**
70118
* Output only. The cluster's DNS endpoint configuration. A DNS format address. This is accessible
71119
* from the public internet. Ex: uid.us-central1.gke.goog. Always present, but the behavior may

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/model/DesiredEnterpriseConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.container.v1beta1.model;
1818

1919
/**
20-
* DesiredEnterpriseConfig is a wrapper used for updating enterprise_config.
20+
* DesiredEnterpriseConfig is a wrapper used for updating enterprise_config. Deprecated: GKE
21+
* Enterprise features are now available without an Enterprise tier.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/model/EnterpriseConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.container.v1beta1.model;
1818

1919
/**
20-
* EnterpriseConfig is the cluster enterprise configuration.
20+
* EnterpriseConfig is the cluster enterprise configuration. Deprecated: GKE Enterprise features are
21+
* now available without an Enterprise tier.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/model/GcpFilestoreCsiDriverConfig.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.container.v1beta1.model;
1818

1919
/**
20-
* Configuration for the GCP Filestore CSI driver.
20+
* Configuration for the Filestore CSI driver.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation
@@ -31,22 +31,22 @@
3131
public final class GcpFilestoreCsiDriverConfig extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Whether the GCP Filestore CSI driver is enabled for this cluster.
34+
* Whether the Filestore CSI driver is enabled for this cluster.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.Boolean enabled;
3939

4040
/**
41-
* Whether the GCP Filestore CSI driver is enabled for this cluster.
41+
* Whether the Filestore CSI driver is enabled for this cluster.
4242
* @return value or {@code null} for none
4343
*/
4444
public java.lang.Boolean getEnabled() {
4545
return enabled;
4646
}
4747

4848
/**
49-
* Whether the GCP Filestore CSI driver is enabled for this cluster.
49+
* Whether the Filestore CSI driver is enabled for this cluster.
5050
* @param enabled enabled or {@code null} for none
5151
*/
5252
public GcpFilestoreCsiDriverConfig setEnabled(java.lang.Boolean enabled) {

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/model/ResourceLabels.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
package com.google.api.services.container.v1beta1.model;
1818

1919
/**
20-
* Collection of [GCP labels](https://{$universe.dns_names.final_documentation_domain}/resource-
21-
* manager/docs/creating-managing-labels).
20+
* Collection of [Resource Manager
21+
* labels](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-
22+
* managing-labels).
2223
*
2324
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2425
* transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation

0 commit comments

Comments
 (0)