Skip to content

Commit 82a928a

Browse files
feat: [google-cloud-container] add topology_manager in NodeKubeletConfig (#13945)
- [ ] Regenerate this pull request now. BEGIN_COMMIT_OVERRIDE feat: add topology_manager in NodeKubeletConfig feat: add image_gc_low_threshold_percent in NodeKubeletConfig feat: add image_gc_high_threshold_percent in NodeKubeletConfig feat: add image_minimum_gc_age in NodeKubeletConfig feat: add image_maximum_gc_age in NodeKubeletConfig feat: add container_log_max_size in NodeKubeletConfig feat: add container_log_max_files in NodeKubeletConfig feat: add allowed_unsafe_sysctls in NodeKubeletConfig feat: add TopologyManager feat: add MemoryManager feat: add storage_pools in NodeConfig feat: add max_run_duration in NodeConfig feat: add local_ssd_encryption_mode in NodeConfig feat: add effective_cgroup_mode in NodeConfig feat: add flex_start in NodeConfig feat: add performance_monitoring_unit in AdvancedMachineFeatures feat: add parallelstore_csi_driver_config in AddonsConfig feat: add high_scale_checkpointing_config in AddonsConfig feat: add private_endpoint_enforcement_enabled in MasterAuthorizedNetworksConfig feat: add alpha_cluster_feature_gates in Cluster feat: add pod_autoscaling in Cluster feat: add control_plane_endpoints_config in Cluster feat: add user_managed_keys_config in Cluster feat: add rbac_binding_config in Cluster feat: add anonymous_authentication_config in Cluster feat: add linux_node_config in NodePoolAutoConfig feat: add desired_default_enable_private_nodes in ClusterUpdate feat: add desired_control_plane_endpoints_config in ClusterUpdate feat: add desired_pod_autoscaling in ClusterUpdate feat: add user_managed_keys_config in ClusterUpdate feat: add desired_rbac_binding_config in ClusterUpdate feat: add desired_enterprise_config in ClusterUpdate feat: add desired_disable_l4_lb_firewall_reconciliation in ClusterUpdate feat: add desired_node_pool_auto_config_linux_node_config in ClusterUpdate feat: add desired_compliance_posture_config in ClusterUpdate feat: add desired_anonymous_authentication_config in ClusterUpdate feat: add storage_pools in UpdateNodePoolRequest feat: add max_run_duration in UpdateNodePoolRequest feat: add flex_start in UpdateNodePoolRequest feat: add upgrade_target_version in ReleaseChannelConfig feat: add NODE_SERVICE_ACCOUNT_MISSING_PERMISSIONS in StatusCondition.Code feat: add disable_l4_lb_firewall_reconciliation in NetworkConfig feat: add UPGRADE_INFO_EVENT in NotificationConfig.EventType feat: add confidential_instance_type in ConfidentialNodes feat: add event_type in UpgradeInfoEvent feat: add standard_support_end_time in UpgradeInfoEvent feat: add extended_support_end_time in UpgradeInfoEvent feat: add mitigated_versions in SecurityBulletinEvent feat: add autopilot_compatibility_auditing_enabled in WorkloadPolicyConfig feat: add KCP_HPA in LoggingComponentConfig.Component feat: add JOBSET in MonitoringComponentConfig.Component feat: add auto_monitoring_config in ManagedPrometheusConfig feat: add data_cache_count in EphemeralStorageLocalSsdConfig feat: add FetchClusterUpgradeInfoRequest feat: add ClusterUpgradeInfo feat: add UpgradeDetails feat: add FetchNodePoolUpgradeInfoRequest feat: add NodePoolUpgradeInfo docs: Minor documentation updates END_COMMIT_OVERRIDE PiperOrigin-RevId: 763307848 Source-Link: googleapis/googleapis@9bed6f0 Source-Link: googleapis/googleapis-gen@8fa8e55 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiOGZhOGU1NWE5M2EwNWRkNDNhNjY3MDA1ZWM5NjM1YWFkODA1NDc4OCJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 0e1d6b0 commit 82a928a

File tree

74 files changed

+4908
-1361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+4908
-1361
lines changed

packages/google-cloud-container/google/cloud/container_v1beta1/__init__.py

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
AddonsConfig,
2828
AdvancedDatapathObservabilityConfig,
2929
AdvancedMachineFeatures,
30+
AnonymousAuthenticationConfig,
3031
AuthenticatorGroupsConfig,
32+
AutoMonitoringConfig,
3133
Autopilot,
3234
AutopilotCompatibilityIssue,
3335
AutopilotConversionStatus,
@@ -45,12 +47,14 @@
4547
ClusterAutoscaling,
4648
ClusterTelemetry,
4749
ClusterUpdate,
50+
ClusterUpgradeInfo,
4851
CompleteIPRotationRequest,
4952
CompleteNodePoolUpgradeRequest,
5053
CompliancePostureConfig,
5154
ConfidentialNodes,
5255
ConfigConnectorConfig,
5356
ContainerdConfig,
57+
ControlPlaneEndpointsConfig,
5458
CostManagementConfig,
5559
CreateClusterRequest,
5660
CreateNodePoolRequest,
@@ -60,12 +64,15 @@
6064
DefaultSnatStatus,
6165
DeleteClusterRequest,
6266
DeleteNodePoolRequest,
67+
DesiredEnterpriseConfig,
6368
DnsCacheConfig,
6469
DNSConfig,
6570
EnterpriseConfig,
6671
EphemeralStorageConfig,
6772
EphemeralStorageLocalSsdConfig,
6873
FastSocket,
74+
FetchClusterUpgradeInfoRequest,
75+
FetchNodePoolUpgradeInfoRequest,
6976
Fleet,
7077
GatewayAPIConfig,
7178
GcePersistentDiskCsiDriverConfig,
@@ -83,6 +90,7 @@
8390
GkeBackupAgentConfig,
8491
GPUDriverInstallationConfig,
8592
GPUSharingConfig,
93+
HighScaleCheckpointingConfig,
8694
HorizontalPodAutoscaling,
8795
HostMaintenancePolicy,
8896
HttpLoadBalancing,
@@ -121,6 +129,7 @@
121129
MasterAuth,
122130
MasterAuthorizedNetworksConfig,
123131
MaxPodsConstraint,
132+
MemoryManager,
124133
MeshCertificates,
125134
MonitoringComponentConfig,
126135
MonitoringConfig,
@@ -140,11 +149,14 @@
140149
NodePoolDefaults,
141150
NodePoolLoggingConfig,
142151
NodePoolUpdateStrategy,
152+
NodePoolUpgradeInfo,
143153
NodeTaint,
144154
NodeTaints,
145155
NotificationConfig,
146156
Operation,
147157
OperationProgress,
158+
ParallelstoreCsiDriverConfig,
159+
PodAutoscaling,
148160
PodCIDROverprovisionConfig,
149161
PodSecurityPolicyConfig,
150162
PrivateClusterConfig,
@@ -155,6 +167,7 @@
155167
RayClusterLoggingConfig,
156168
RayClusterMonitoringConfig,
157169
RayOperatorConfig,
170+
RBACBindingConfig,
158171
RecurringTimeWindow,
159172
ReleaseChannel,
160173
ReservationAffinity,
@@ -191,15 +204,19 @@
191204
StatefulHAConfig,
192205
StatusCondition,
193206
TimeWindow,
207+
TopologyManager,
194208
TpuConfig,
195209
UpdateClusterRequest,
196210
UpdateMasterRequest,
197211
UpdateNodePoolRequest,
198212
UpgradeAvailableEvent,
213+
UpgradeDetails,
199214
UpgradeEvent,
215+
UpgradeInfoEvent,
200216
UpgradeResourceType,
201217
UsableSubnetwork,
202218
UsableSubnetworkSecondaryRange,
219+
UserManagedKeysConfig,
203220
VerticalPodAutoscaling,
204221
VirtualNIC,
205222
WindowsNodeConfig,
@@ -221,7 +238,9 @@
221238
"AddonsConfig",
222239
"AdvancedDatapathObservabilityConfig",
223240
"AdvancedMachineFeatures",
241+
"AnonymousAuthenticationConfig",
224242
"AuthenticatorGroupsConfig",
243+
"AutoMonitoringConfig",
225244
"AutoUpgradeOptions",
226245
"Autopilot",
227246
"AutopilotCompatibilityIssue",
@@ -240,12 +259,14 @@
240259
"ClusterManagerClient",
241260
"ClusterTelemetry",
242261
"ClusterUpdate",
262+
"ClusterUpgradeInfo",
243263
"CompleteIPRotationRequest",
244264
"CompleteNodePoolUpgradeRequest",
245265
"CompliancePostureConfig",
246266
"ConfidentialNodes",
247267
"ConfigConnectorConfig",
248268
"ContainerdConfig",
269+
"ControlPlaneEndpointsConfig",
249270
"CostManagementConfig",
250271
"CreateClusterRequest",
251272
"CreateNodePoolRequest",
@@ -256,11 +277,14 @@
256277
"DefaultSnatStatus",
257278
"DeleteClusterRequest",
258279
"DeleteNodePoolRequest",
280+
"DesiredEnterpriseConfig",
259281
"DnsCacheConfig",
260282
"EnterpriseConfig",
261283
"EphemeralStorageConfig",
262284
"EphemeralStorageLocalSsdConfig",
263285
"FastSocket",
286+
"FetchClusterUpgradeInfoRequest",
287+
"FetchNodePoolUpgradeInfoRequest",
264288
"Fleet",
265289
"GPUDriverInstallationConfig",
266290
"GPUSharingConfig",
@@ -278,6 +302,7 @@
278302
"GetOperationRequest",
279303
"GetServerConfigRequest",
280304
"GkeBackupAgentConfig",
305+
"HighScaleCheckpointingConfig",
281306
"HorizontalPodAutoscaling",
282307
"HostMaintenancePolicy",
283308
"HttpLoadBalancing",
@@ -316,6 +341,7 @@
316341
"MasterAuth",
317342
"MasterAuthorizedNetworksConfig",
318343
"MaxPodsConstraint",
344+
"MemoryManager",
319345
"MeshCertificates",
320346
"MonitoringComponentConfig",
321347
"MonitoringConfig",
@@ -335,17 +361,21 @@
335361
"NodePoolDefaults",
336362
"NodePoolLoggingConfig",
337363
"NodePoolUpdateStrategy",
364+
"NodePoolUpgradeInfo",
338365
"NodeTaint",
339366
"NodeTaints",
340367
"NotificationConfig",
341368
"Operation",
342369
"OperationProgress",
370+
"ParallelstoreCsiDriverConfig",
371+
"PodAutoscaling",
343372
"PodCIDROverprovisionConfig",
344373
"PodSecurityPolicyConfig",
345374
"PrivateClusterConfig",
346375
"PrivateClusterMasterGlobalAccessConfig",
347376
"PrivateIPv6GoogleAccess",
348377
"ProtectConfig",
378+
"RBACBindingConfig",
349379
"RangeInfo",
350380
"RayClusterLoggingConfig",
351381
"RayClusterMonitoringConfig",
@@ -386,15 +416,19 @@
386416
"StatefulHAConfig",
387417
"StatusCondition",
388418
"TimeWindow",
419+
"TopologyManager",
389420
"TpuConfig",
390421
"UpdateClusterRequest",
391422
"UpdateMasterRequest",
392423
"UpdateNodePoolRequest",
393424
"UpgradeAvailableEvent",
425+
"UpgradeDetails",
394426
"UpgradeEvent",
427+
"UpgradeInfoEvent",
395428
"UpgradeResourceType",
396429
"UsableSubnetwork",
397430
"UsableSubnetworkSecondaryRange",
431+
"UserManagedKeysConfig",
398432
"VerticalPodAutoscaling",
399433
"VirtualNIC",
400434
"WindowsNodeConfig",

packages/google-cloud-container/google/cloud/container_v1beta1/gapic_metadata.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@
5050
"delete_node_pool"
5151
]
5252
},
53+
"FetchClusterUpgradeInfo": {
54+
"methods": [
55+
"fetch_cluster_upgrade_info"
56+
]
57+
},
58+
"FetchNodePoolUpgradeInfo": {
59+
"methods": [
60+
"fetch_node_pool_upgrade_info"
61+
]
62+
},
5363
"GetCluster": {
5464
"methods": [
5565
"get_cluster"
@@ -230,6 +240,16 @@
230240
"delete_node_pool"
231241
]
232242
},
243+
"FetchClusterUpgradeInfo": {
244+
"methods": [
245+
"fetch_cluster_upgrade_info"
246+
]
247+
},
248+
"FetchNodePoolUpgradeInfo": {
249+
"methods": [
250+
"fetch_node_pool_upgrade_info"
251+
]
252+
},
233253
"GetCluster": {
234254
"methods": [
235255
"get_cluster"

0 commit comments

Comments
 (0)