Skip to content

Commit 381080e

Browse files
1 parent 7dc395b commit 381080e

File tree

12 files changed

+168
-42
lines changed

12 files changed

+168
-42
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-rev20251028-2.0.0</version>
25+
<version>v1-rev20251104-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-rev20251028-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1-rev20251104-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,13 @@ public final class ClusterUpdate extends com.google.api.client.json.GenericJson
471471
@com.google.api.client.util.Key
472472
private java.lang.String desiredPrivateIpv6GoogleAccess;
473473

474+
/**
475+
* The desired privileged admission config for the cluster.
476+
* The value may be {@code null}.
477+
*/
478+
@com.google.api.client.util.Key
479+
private PrivilegedAdmissionConfig desiredPrivilegedAdmissionConfig;
480+
474481
/**
475482
* RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be
476483
* created.
@@ -1640,6 +1647,23 @@ public ClusterUpdate setDesiredPrivateIpv6GoogleAccess(java.lang.String desiredP
16401647
return this;
16411648
}
16421649

1650+
/**
1651+
* The desired privileged admission config for the cluster.
1652+
* @return value or {@code null} for none
1653+
*/
1654+
public PrivilegedAdmissionConfig getDesiredPrivilegedAdmissionConfig() {
1655+
return desiredPrivilegedAdmissionConfig;
1656+
}
1657+
1658+
/**
1659+
* The desired privileged admission config for the cluster.
1660+
* @param desiredPrivilegedAdmissionConfig desiredPrivilegedAdmissionConfig or {@code null} for none
1661+
*/
1662+
public ClusterUpdate setDesiredPrivilegedAdmissionConfig(PrivilegedAdmissionConfig desiredPrivilegedAdmissionConfig) {
1663+
this.desiredPrivilegedAdmissionConfig = desiredPrivilegedAdmissionConfig;
1664+
return this;
1665+
}
1666+
16431667
/**
16441668
* RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be
16451669
* created.

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

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,18 @@ public final class LinuxNodeConfig extends com.google.api.client.json.GenericJso
5858
* following parameters are supported. net.core.busy_poll net.core.busy_read
5959
* net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default net.core.wmem_default
6060
* net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem
61-
* net.ipv4.tcp_tw_reuse net.ipv4.tcp_max_orphans net.netfilter.nf_conntrack_max
61+
* net.ipv4.tcp_tw_reuse net.ipv4.tcp_mtu_probing net.ipv4.tcp_max_orphans
62+
* net.ipv4.tcp_max_tw_buckets net.ipv4.tcp_syn_retries net.ipv4.tcp_ecn
63+
* net.ipv4.tcp_congestion_control net.netfilter.nf_conntrack_max
6264
* net.netfilter.nf_conntrack_buckets net.netfilter.nf_conntrack_tcp_timeout_close_wait
6365
* net.netfilter.nf_conntrack_tcp_timeout_time_wait
6466
* net.netfilter.nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct
65-
* kernel.shmmni kernel.shmmax kernel.shmall fs.aio-max-nr fs.file-max
66-
* fs.inotify.max_user_instances fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio
67-
* vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_writeback_centisecs vm.max_map_count
68-
* vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness
67+
* kernel.shmmni kernel.shmmax kernel.shmall kernel.perf_event_paranoid kernel.sched_rt_runtime_us
68+
* kernel.softlockup_panic kernel.yama.ptrace_scope kernel.kptr_restrict kernel.dmesg_restrict
69+
* kernel.sysrq fs.aio-max-nr fs.file-max fs.inotify.max_user_instances
70+
* fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio vm.dirty_background_bytes
71+
* vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_bytes vm.dirty_writeback_centisecs
72+
* vm.max_map_count vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness
6973
* vm.watermark_scale_factor vm.min_free_kbytes
7074
* The value may be {@code null}.
7175
*/
@@ -152,14 +156,18 @@ public LinuxNodeConfig setNodeKernelModuleLoading(NodeKernelModuleLoading nodeKe
152156
* following parameters are supported. net.core.busy_poll net.core.busy_read
153157
* net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default net.core.wmem_default
154158
* net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem
155-
* net.ipv4.tcp_tw_reuse net.ipv4.tcp_max_orphans net.netfilter.nf_conntrack_max
159+
* net.ipv4.tcp_tw_reuse net.ipv4.tcp_mtu_probing net.ipv4.tcp_max_orphans
160+
* net.ipv4.tcp_max_tw_buckets net.ipv4.tcp_syn_retries net.ipv4.tcp_ecn
161+
* net.ipv4.tcp_congestion_control net.netfilter.nf_conntrack_max
156162
* net.netfilter.nf_conntrack_buckets net.netfilter.nf_conntrack_tcp_timeout_close_wait
157163
* net.netfilter.nf_conntrack_tcp_timeout_time_wait
158164
* net.netfilter.nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct
159-
* kernel.shmmni kernel.shmmax kernel.shmall fs.aio-max-nr fs.file-max
160-
* fs.inotify.max_user_instances fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio
161-
* vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_writeback_centisecs vm.max_map_count
162-
* vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness
165+
* kernel.shmmni kernel.shmmax kernel.shmall kernel.perf_event_paranoid kernel.sched_rt_runtime_us
166+
* kernel.softlockup_panic kernel.yama.ptrace_scope kernel.kptr_restrict kernel.dmesg_restrict
167+
* kernel.sysrq fs.aio-max-nr fs.file-max fs.inotify.max_user_instances
168+
* fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio vm.dirty_background_bytes
169+
* vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_bytes vm.dirty_writeback_centisecs
170+
* vm.max_map_count vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness
163171
* vm.watermark_scale_factor vm.min_free_kbytes
164172
* @return value or {@code null} for none
165173
*/
@@ -172,14 +180,18 @@ public java.util.Map<String, java.lang.String> getSysctls() {
172180
* following parameters are supported. net.core.busy_poll net.core.busy_read
173181
* net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default net.core.wmem_default
174182
* net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem
175-
* net.ipv4.tcp_tw_reuse net.ipv4.tcp_max_orphans net.netfilter.nf_conntrack_max
183+
* net.ipv4.tcp_tw_reuse net.ipv4.tcp_mtu_probing net.ipv4.tcp_max_orphans
184+
* net.ipv4.tcp_max_tw_buckets net.ipv4.tcp_syn_retries net.ipv4.tcp_ecn
185+
* net.ipv4.tcp_congestion_control net.netfilter.nf_conntrack_max
176186
* net.netfilter.nf_conntrack_buckets net.netfilter.nf_conntrack_tcp_timeout_close_wait
177187
* net.netfilter.nf_conntrack_tcp_timeout_time_wait
178188
* net.netfilter.nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct
179-
* kernel.shmmni kernel.shmmax kernel.shmall fs.aio-max-nr fs.file-max
180-
* fs.inotify.max_user_instances fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio
181-
* vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_writeback_centisecs vm.max_map_count
182-
* vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness
189+
* kernel.shmmni kernel.shmmax kernel.shmall kernel.perf_event_paranoid kernel.sched_rt_runtime_us
190+
* kernel.softlockup_panic kernel.yama.ptrace_scope kernel.kptr_restrict kernel.dmesg_restrict
191+
* kernel.sysrq fs.aio-max-nr fs.file-max fs.inotify.max_user_instances
192+
* fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio vm.dirty_background_bytes
193+
* vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_bytes vm.dirty_writeback_centisecs
194+
* vm.max_map_count vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness
183195
* vm.watermark_scale_factor vm.min_free_kbytes
184196
* @param sysctls sysctls or {@code null} for none
185197
*/

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ public final class UserManagedKeysConfig extends com.google.api.client.json.Gene
5252
@com.google.api.client.util.Key
5353
private java.lang.String controlPlaneDiskEncryptionKey;
5454

55+
/**
56+
* Output only. All of the versions of the Cloud KMS cryptoKey that are used by Confidential
57+
* Hyperdisks on the control plane nodes.
58+
* The value may be {@code null}.
59+
*/
60+
@com.google.api.client.util.Key
61+
private java.util.List<java.lang.String> controlPlaneDiskEncryptionKeyVersions;
62+
5563
/**
5664
* Resource path of the Certificate Authority Service caPool to use for the etcd API CA in this
5765
* cluster.
@@ -144,6 +152,25 @@ public UserManagedKeysConfig setControlPlaneDiskEncryptionKey(java.lang.String c
144152
return this;
145153
}
146154

155+
/**
156+
* Output only. All of the versions of the Cloud KMS cryptoKey that are used by Confidential
157+
* Hyperdisks on the control plane nodes.
158+
* @return value or {@code null} for none
159+
*/
160+
public java.util.List<java.lang.String> getControlPlaneDiskEncryptionKeyVersions() {
161+
return controlPlaneDiskEncryptionKeyVersions;
162+
}
163+
164+
/**
165+
* Output only. All of the versions of the Cloud KMS cryptoKey that are used by Confidential
166+
* Hyperdisks on the control plane nodes.
167+
* @param controlPlaneDiskEncryptionKeyVersions controlPlaneDiskEncryptionKeyVersions or {@code null} for none
168+
*/
169+
public UserManagedKeysConfig setControlPlaneDiskEncryptionKeyVersions(java.util.List<java.lang.String> controlPlaneDiskEncryptionKeyVersions) {
170+
this.controlPlaneDiskEncryptionKeyVersions = controlPlaneDiskEncryptionKeyVersions;
171+
return this;
172+
}
173+
147174
/**
148175
* Resource path of the Certificate Authority Service caPool to use for the etcd API CA in this
149176
* cluster.

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,13 @@ public final class ClusterUpdate extends com.google.api.client.json.GenericJson
501501
@com.google.api.client.util.Key
502502
private java.lang.String desiredPrivateIpv6GoogleAccess;
503503

504+
/**
505+
* The desired privileged admission config for the cluster.
506+
* The value may be {@code null}.
507+
*/
508+
@com.google.api.client.util.Key
509+
private PrivilegedAdmissionConfig desiredPrivilegedAdmissionConfig;
510+
504511
/**
505512
* Deprecated: Use DesiredSecurityPostureConfig instead. Enable/Disable Protect API features for
506513
* the cluster.
@@ -1795,6 +1802,23 @@ public ClusterUpdate setDesiredPrivateIpv6GoogleAccess(java.lang.String desiredP
17951802
return this;
17961803
}
17971804

1805+
/**
1806+
* The desired privileged admission config for the cluster.
1807+
* @return value or {@code null} for none
1808+
*/
1809+
public PrivilegedAdmissionConfig getDesiredPrivilegedAdmissionConfig() {
1810+
return desiredPrivilegedAdmissionConfig;
1811+
}
1812+
1813+
/**
1814+
* The desired privileged admission config for the cluster.
1815+
* @param desiredPrivilegedAdmissionConfig desiredPrivilegedAdmissionConfig or {@code null} for none
1816+
*/
1817+
public ClusterUpdate setDesiredPrivilegedAdmissionConfig(PrivilegedAdmissionConfig desiredPrivilegedAdmissionConfig) {
1818+
this.desiredPrivilegedAdmissionConfig = desiredPrivilegedAdmissionConfig;
1819+
return this;
1820+
}
1821+
17981822
/**
17991823
* Deprecated: Use DesiredSecurityPostureConfig instead. Enable/Disable Protect API features for
18001824
* the cluster.

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

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,18 @@ public final class LinuxNodeConfig extends com.google.api.client.json.GenericJso
6565
* following parameters are supported. net.core.busy_poll net.core.busy_read
6666
* net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default net.core.wmem_default
6767
* net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem
68-
* net.ipv4.tcp_tw_reuse net.ipv4.tcp_max_orphans net.netfilter.nf_conntrack_max
68+
* net.ipv4.tcp_tw_reuse net.ipv4.tcp_mtu_probing net.ipv4.tcp_max_orphans
69+
* net.ipv4.tcp_max_tw_buckets net.ipv4.tcp_syn_retries net.ipv4.tcp_ecn
70+
* net.ipv4.tcp_congestion_control net.netfilter.nf_conntrack_max
6971
* net.netfilter.nf_conntrack_buckets net.netfilter.nf_conntrack_tcp_timeout_close_wait
7072
* net.netfilter.nf_conntrack_tcp_timeout_time_wait
7173
* net.netfilter.nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct
72-
* kernel.shmmni kernel.shmmax kernel.shmall fs.aio-max-nr fs.file-max
73-
* fs.inotify.max_user_instances fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio
74-
* vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_writeback_centisecs vm.max_map_count
75-
* vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness
74+
* kernel.shmmni kernel.shmmax kernel.shmall kernel.perf_event_paranoid kernel.sched_rt_runtime_us
75+
* kernel.softlockup_panic kernel.yama.ptrace_scope kernel.kptr_restrict kernel.dmesg_restrict
76+
* kernel.sysrq fs.aio-max-nr fs.file-max fs.inotify.max_user_instances
77+
* fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio vm.dirty_background_bytes
78+
* vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_bytes vm.dirty_writeback_centisecs
79+
* vm.max_map_count vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness
7680
* vm.watermark_scale_factor vm.min_free_kbytes
7781
* The value may be {@code null}.
7882
*/
@@ -176,14 +180,18 @@ public LinuxNodeConfig setSwapConfig(SwapConfig swapConfig) {
176180
* following parameters are supported. net.core.busy_poll net.core.busy_read
177181
* net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default net.core.wmem_default
178182
* net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem
179-
* net.ipv4.tcp_tw_reuse net.ipv4.tcp_max_orphans net.netfilter.nf_conntrack_max
183+
* net.ipv4.tcp_tw_reuse net.ipv4.tcp_mtu_probing net.ipv4.tcp_max_orphans
184+
* net.ipv4.tcp_max_tw_buckets net.ipv4.tcp_syn_retries net.ipv4.tcp_ecn
185+
* net.ipv4.tcp_congestion_control net.netfilter.nf_conntrack_max
180186
* net.netfilter.nf_conntrack_buckets net.netfilter.nf_conntrack_tcp_timeout_close_wait
181187
* net.netfilter.nf_conntrack_tcp_timeout_time_wait
182188
* net.netfilter.nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct
183-
* kernel.shmmni kernel.shmmax kernel.shmall fs.aio-max-nr fs.file-max
184-
* fs.inotify.max_user_instances fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio
185-
* vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_writeback_centisecs vm.max_map_count
186-
* vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness
189+
* kernel.shmmni kernel.shmmax kernel.shmall kernel.perf_event_paranoid kernel.sched_rt_runtime_us
190+
* kernel.softlockup_panic kernel.yama.ptrace_scope kernel.kptr_restrict kernel.dmesg_restrict
191+
* kernel.sysrq fs.aio-max-nr fs.file-max fs.inotify.max_user_instances
192+
* fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio vm.dirty_background_bytes
193+
* vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_bytes vm.dirty_writeback_centisecs
194+
* vm.max_map_count vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness
187195
* vm.watermark_scale_factor vm.min_free_kbytes
188196
* @return value or {@code null} for none
189197
*/
@@ -196,14 +204,18 @@ public java.util.Map<String, java.lang.String> getSysctls() {
196204
* following parameters are supported. net.core.busy_poll net.core.busy_read
197205
* net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default net.core.wmem_default
198206
* net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem
199-
* net.ipv4.tcp_tw_reuse net.ipv4.tcp_max_orphans net.netfilter.nf_conntrack_max
207+
* net.ipv4.tcp_tw_reuse net.ipv4.tcp_mtu_probing net.ipv4.tcp_max_orphans
208+
* net.ipv4.tcp_max_tw_buckets net.ipv4.tcp_syn_retries net.ipv4.tcp_ecn
209+
* net.ipv4.tcp_congestion_control net.netfilter.nf_conntrack_max
200210
* net.netfilter.nf_conntrack_buckets net.netfilter.nf_conntrack_tcp_timeout_close_wait
201211
* net.netfilter.nf_conntrack_tcp_timeout_time_wait
202212
* net.netfilter.nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct
203-
* kernel.shmmni kernel.shmmax kernel.shmall fs.aio-max-nr fs.file-max
204-
* fs.inotify.max_user_instances fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio
205-
* vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_writeback_centisecs vm.max_map_count
206-
* vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness
213+
* kernel.shmmni kernel.shmmax kernel.shmall kernel.perf_event_paranoid kernel.sched_rt_runtime_us
214+
* kernel.softlockup_panic kernel.yama.ptrace_scope kernel.kptr_restrict kernel.dmesg_restrict
215+
* kernel.sysrq fs.aio-max-nr fs.file-max fs.inotify.max_user_instances
216+
* fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio vm.dirty_background_bytes
217+
* vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_bytes vm.dirty_writeback_centisecs
218+
* vm.max_map_count vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness
207219
* vm.watermark_scale_factor vm.min_free_kbytes
208220
* @param sysctls sysctls or {@code null} for none
209221
*/

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ public final class UserManagedKeysConfig extends com.google.api.client.json.Gene
5252
@com.google.api.client.util.Key
5353
private java.lang.String controlPlaneDiskEncryptionKey;
5454

55+
/**
56+
* Output only. All of the versions of the Cloud KMS cryptoKey that are used by Confidential
57+
* Hyperdisks on the control plane nodes.
58+
* The value may be {@code null}.
59+
*/
60+
@com.google.api.client.util.Key
61+
private java.util.List<java.lang.String> controlPlaneDiskEncryptionKeyVersions;
62+
5563
/**
5664
* Resource path of the Certificate Authority Service caPool to use for the etcd API CA in this
5765
* cluster.
@@ -144,6 +152,25 @@ public UserManagedKeysConfig setControlPlaneDiskEncryptionKey(java.lang.String c
144152
return this;
145153
}
146154

155+
/**
156+
* Output only. All of the versions of the Cloud KMS cryptoKey that are used by Confidential
157+
* Hyperdisks on the control plane nodes.
158+
* @return value or {@code null} for none
159+
*/
160+
public java.util.List<java.lang.String> getControlPlaneDiskEncryptionKeyVersions() {
161+
return controlPlaneDiskEncryptionKeyVersions;
162+
}
163+
164+
/**
165+
* Output only. All of the versions of the Cloud KMS cryptoKey that are used by Confidential
166+
* Hyperdisks on the control plane nodes.
167+
* @param controlPlaneDiskEncryptionKeyVersions controlPlaneDiskEncryptionKeyVersions or {@code null} for none
168+
*/
169+
public UserManagedKeysConfig setControlPlaneDiskEncryptionKeyVersions(java.util.List<java.lang.String> controlPlaneDiskEncryptionKeyVersions) {
170+
this.controlPlaneDiskEncryptionKeyVersions = controlPlaneDiskEncryptionKeyVersions;
171+
return this;
172+
}
173+
147174
/**
148175
* Resource path of the Certificate Authority Service caPool to use for the etcd API CA in this
149176
* cluster.

0 commit comments

Comments
 (0)