Skip to content

Conversation

@gcf-owl-bot
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented May 26, 2025

  • 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: https://github.com/googleapis/googleapis-gen/commit/8fa8e55a93a05dd43a667005ec9635aad8054788
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiOGZhOGU1NWE5M2EwNWRkNDNhNjY3MDA1ZWM5NjM1YWFkODA1NDc4OCJ9

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

PiperOrigin-RevId: 763307848

Source-Link: googleapis/googleapis@9bed6f0

Source-Link: googleapis/googleapis-gen@8fa8e55
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiOGZhOGU1NWE5M2EwNWRkNDNhNjY3MDA1ZWM5NjM1YWFkODA1NDc4OCJ9
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 26, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 26, 2025
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review May 26, 2025 12:04
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner May 26, 2025 12:04
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 26, 2025
@snippet-bot
Copy link

snippet-bot bot commented May 26, 2025

Here is the summary of changes.

You are about to add 4 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 26, 2025
@parthea parthea merged commit 82a928a into main May 26, 2025
20 checks passed
@parthea parthea deleted the owl-bot-copy-packages-google-cloud-container branch May 26, 2025 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests. owl-bot-copy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant