Skip to content

Commit 86a72e3

Browse files
1 parent aa6e937 commit 86a72e3

File tree

10 files changed

+46
-22
lines changed

10 files changed

+46
-22
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-rev20250114-2.0.0</version>
25+
<version>v1-rev20250128-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-rev20250114-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1-rev20250128-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class AutopilotCompatibilityIssue extends com.google.api.client.jso
4646
private java.lang.String description;
4747

4848
/**
49-
* A URL to a public documnetation, which addresses resolving this issue.
49+
* A URL to a public documentation, which addresses resolving this issue.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
@@ -108,15 +108,15 @@ public AutopilotCompatibilityIssue setDescription(java.lang.String description)
108108
}
109109

110110
/**
111-
* A URL to a public documnetation, which addresses resolving this issue.
111+
* A URL to a public documentation, which addresses resolving this issue.
112112
* @return value or {@code null} for none
113113
*/
114114
public java.lang.String getDocumentationUrl() {
115115
return documentationUrl;
116116
}
117117

118118
/**
119-
* A URL to a public documnetation, which addresses resolving this issue.
119+
* A URL to a public documentation, which addresses resolving this issue.
120120
* @param documentationUrl documentationUrl or {@code null} for none
121121
*/
122122
public AutopilotCompatibilityIssue setDocumentationUrl(java.lang.String documentationUrl) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public final class CertificateAuthorityDomainConfig extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* List of fully qualified domain names (FQDN). Specifying port is supported. Wilcards are NOT
35+
* List of fully qualified domain names (FQDN). Specifying port is supported. Wildcards are NOT
3636
* supported. Examples: - my.customdomain.com - 10.0.1.2:5000
3737
* The value may be {@code null}.
3838
*/
@@ -47,7 +47,7 @@ public final class CertificateAuthorityDomainConfig extends com.google.api.clien
4747
private GCPSecretManagerCertificateConfig gcpSecretManagerCertificateConfig;
4848

4949
/**
50-
* List of fully qualified domain names (FQDN). Specifying port is supported. Wilcards are NOT
50+
* List of fully qualified domain names (FQDN). Specifying port is supported. Wildcards are NOT
5151
* supported. Examples: - my.customdomain.com - 10.0.1.2:5000
5252
* @return value or {@code null} for none
5353
*/
@@ -56,7 +56,7 @@ public java.util.List<java.lang.String> getFqdns() {
5656
}
5757

5858
/**
59-
* List of fully qualified domain names (FQDN). Specifying port is supported. Wilcards are NOT
59+
* List of fully qualified domain names (FQDN). Specifying port is supported. Wildcards are NOT
6060
* supported. Examples: - my.customdomain.com - 10.0.1.2:5000
6161
* @param fqdns fqdns or {@code null} for none
6262
*/

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

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

1919
/**
20-
* GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517
20+
* GetJSONWebKeysResponse is a valid JSON Web Key Set as specified in rfc 7517
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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public final class MasterAuthorizedNetworksConfig extends com.google.api.client.
5454
private java.lang.Boolean enabled;
5555

5656
/**
57-
* Whether master is accessbile via Google Compute Engine Public IP addresses.
57+
* Whether master is accessible via Google Compute Engine Public IP addresses.
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key
@@ -104,15 +104,15 @@ public MasterAuthorizedNetworksConfig setEnabled(java.lang.Boolean enabled) {
104104
}
105105

106106
/**
107-
* Whether master is accessbile via Google Compute Engine Public IP addresses.
107+
* Whether master is accessible via Google Compute Engine Public IP addresses.
108108
* @return value or {@code null} for none
109109
*/
110110
public java.lang.Boolean getGcpPublicCidrsAccessEnabled() {
111111
return gcpPublicCidrsAccessEnabled;
112112
}
113113

114114
/**
115-
* Whether master is accessbile via Google Compute Engine Public IP addresses.
115+
* Whether master is accessible via Google Compute Engine Public IP addresses.
116116
* @param gcpPublicCidrsAccessEnabled gcpPublicCidrsAccessEnabled or {@code null} for none
117117
*/
118118
public MasterAuthorizedNetworksConfig setGcpPublicCidrsAccessEnabled(java.lang.Boolean gcpPublicCidrsAccessEnabled) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public final class NetworkConfig extends com.google.api.client.json.GenericJson
122122

123123
/**
124124
* Output only. The relative name of the Google Compute Engine
125-
* network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
125+
* [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
126126
* cluster is connected. Example: projects/my-project/global/networks/my-network
127127
* The value may be {@code null}.
128128
*/
@@ -378,7 +378,7 @@ public NetworkConfig setInTransitEncryptionConfig(java.lang.String inTransitEncr
378378

379379
/**
380380
* Output only. The relative name of the Google Compute Engine
381-
* network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
381+
* [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
382382
* cluster is connected. Example: projects/my-project/global/networks/my-network
383383
* @return value or {@code null} for none
384384
*/
@@ -388,7 +388,7 @@ public java.lang.String getNetwork() {
388388

389389
/**
390390
* Output only. The relative name of the Google Compute Engine
391-
* network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
391+
* [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
392392
* cluster is connected. Example: projects/my-project/global/networks/my-network
393393
* @param network network or {@code null} for none
394394
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public final class NodeConfig extends com.google.api.client.json.GenericJson {
190190
private java.lang.Integer localSsdCount;
191191

192192
/**
193-
* Specifies which method should be used for encrypting the Local SSDs attahced to the node.
193+
* Specifies which method should be used for encrypting the Local SSDs attached to the node.
194194
* The value may be {@code null}.
195195
*/
196196
@com.google.api.client.util.Key
@@ -754,15 +754,15 @@ public NodeConfig setLocalSsdCount(java.lang.Integer localSsdCount) {
754754
}
755755

756756
/**
757-
* Specifies which method should be used for encrypting the Local SSDs attahced to the node.
757+
* Specifies which method should be used for encrypting the Local SSDs attached to the node.
758758
* @return value or {@code null} for none
759759
*/
760760
public java.lang.String getLocalSsdEncryptionMode() {
761761
return localSsdEncryptionMode;
762762
}
763763

764764
/**
765-
* Specifies which method should be used for encrypting the Local SSDs attahced to the node.
765+
* Specifies which method should be used for encrypting the Local SSDs attached to the node.
766766
* @param localSsdEncryptionMode localSsdEncryptionMode or {@code null} for none
767767
*/
768768
public NodeConfig setLocalSsdEncryptionMode(java.lang.String localSsdEncryptionMode) {

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

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

40+
/**
41+
* If true, enables the GCW Auditor that audits workloads on standard clusters.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.Boolean autopilotCompatibilityAuditingEnabled;
46+
4047
/**
4148
* If true, workloads can use NET_ADMIN capability.
4249
* @return value or {@code null} for none
@@ -54,6 +61,23 @@ public WorkloadPolicyConfig setAllowNetAdmin(java.lang.Boolean allowNetAdmin) {
5461
return this;
5562
}
5663

64+
/**
65+
* If true, enables the GCW Auditor that audits workloads on standard clusters.
66+
* @return value or {@code null} for none
67+
*/
68+
public java.lang.Boolean getAutopilotCompatibilityAuditingEnabled() {
69+
return autopilotCompatibilityAuditingEnabled;
70+
}
71+
72+
/**
73+
* If true, enables the GCW Auditor that audits workloads on standard clusters.
74+
* @param autopilotCompatibilityAuditingEnabled autopilotCompatibilityAuditingEnabled or {@code null} for none
75+
*/
76+
public WorkloadPolicyConfig setAutopilotCompatibilityAuditingEnabled(java.lang.Boolean autopilotCompatibilityAuditingEnabled) {
77+
this.autopilotCompatibilityAuditingEnabled = autopilotCompatibilityAuditingEnabled;
78+
return this;
79+
}
80+
5781
@Override
5882
public WorkloadPolicyConfig set(String fieldName, Object value) {
5983
return (WorkloadPolicyConfig) super.set(fieldName, value);

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-rev20250114-2.0.0</version>
12-
<name>Kubernetes Engine API v1-rev20250114-2.0.0</name>
11+
<version>v1-rev20250128-2.0.0</version>
12+
<name>Kubernetes Engine API v1-rev20250128-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-rev20250114-2.0.0</version>
25+
<version>v1-rev20250128-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-rev20250114-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1-rev20250128-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)