Skip to content

Commit 92b3077

Browse files
feat: [Container] add node_kernel_module_loading field to LinuxNodeConfig (#8678)
* feat: add node_kernel_module_loading field to LinuxNodeConfig feat: add network_tier_config field to NodeNetworkConfig feat: add writable_cgroups field to ContainerdConfig feat: deprecate enable_legacy_lustre_port field in LustreCsiDriverConfig feat: add network_tier_config field to IPAllocationPolicy feat: deprecate enterprise_config field in Cluster feat: deprecate desired_enterprise_config field in ClusterUpdate feat: add autoscaled_rollout_policy field to BlueGreenSettings feat: add end_time_behavior field to MaintenanceExclusionOptions feat: add privileged_admission_config field to Autopilot feat: add membership_type field to Fleet feat: add rotation_config field to SecretManagerConfig docs: various documentation fixes PiperOrigin-RevId: 822311698 Source-Link: googleapis/googleapis@94ccdfe Source-Link: googleapis/googleapis-gen@bc8b280 Copy-Tag: eyJwIjoiQ29udGFpbmVyLy5Pd2xCb3QueWFtbCIsImgiOiJiYzhiMjgwNTlhOTQwOGFkMjZhMGUwZjJkZmVhOTNjYmI2OWE1NDVlIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 8d39cc0 commit 92b3077

39 files changed

Lines changed: 1517 additions & 54 deletions
1.92 KB
Binary file not shown.

Container/samples/V1/ClusterManagerClient/create_cluster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
3939
*
4040
* One firewall is added for the cluster. After cluster creation,
41-
* the Kubelet creates routes for each node to allow the containers
41+
* the kubelet creates routes for each node to allow the containers
4242
* on that node to communicate with all other instances in the
4343
* cluster.
4444
*

Container/src/V1/AddonsConfig.php

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Container/src/V1/AutoIpamConfig.php

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Container/src/V1/Autopilot.php

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Container/src/V1/BlueGreenSettings.php

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Container/src/V1/BlueGreenSettings/AutoscaledRolloutPolicy.php

Lines changed: 87 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Container/src/V1/Client/ClusterManagerClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ public function completeNodePoolUpgrade(CompleteNodePoolUpgradeRequest $request,
468468
* network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
469469
*
470470
* One firewall is added for the cluster. After cluster creation,
471-
* the Kubelet creates routes for each node to allow the containers
471+
* the kubelet creates routes for each node to allow the containers
472472
* on that node to communicate with all other instances in the
473473
* cluster.
474474
*

0 commit comments

Comments
 (0)