Skip to content

Commit

Permalink
feat: [google-cloud-container] A new message HugepagesConfig is add…
Browse files Browse the repository at this point in the history
…ed (#12743)

- [ ] Regenerate this pull request now.

BEGIN_COMMIT_OVERRIDE
feat: A new message `HugepagesConfig` is added

feat: A new field `hugepages` is added to message
`.google.container.v1beta1.LinuxNodeConfig`

feat: A new field `containerd_config` is added to message
`.google.container.v1beta1.NodeConfig`

feat: A new field `enable_nested_virtualization` is added to message
`.google.container.v1beta1.AdvancedMachineFeatures`

feat: A new message `ContainerdConfig` is added

feat: A new field `compliance_posture_config` is added to message
`.google.container.v1beta1.Cluster`

feat: A new field `satisfies_pzs` is added to message
`.google.container.v1beta1.Cluster`

feat: A new field `satisfies_pzi` is added to message
`.google.container.v1beta1.Cluster`

feat: A new message `CompliancePostureConfig` is added

feat: A new value `ENTERPRISE` is added to enum `Mode`

feat: A new field `containerd_config` is added to message
`.google.container.v1beta1.NodeConfigDefaults`

feat: A new field `node_kubelet_config` is added to message
`.google.container.v1beta1.NodeConfigDefaults`

feat: A new field `node_kubelet_config` is added to message
`.google.container.v1beta1.NodePoolAutoConfig`

feat: A new field `private_cluster_config` is added to message
`.google.container.v1beta1.ClusterUpdate`

feat: A new field `desired_containerd_config` is added to message
`.google.container.v1beta1.ClusterUpdate`

feat: A new field `desired_node_kubelet_config` is added to message
`.google.container.v1beta1.ClusterUpdate`

feat: A new field `desired_node_pool_auto_config_kubelet_config` is
added to message `.google.container.v1beta1.ClusterUpdate`

feat: A new field `accelerators` is added to message
`.google.container.v1beta1.UpdateNodePoolRequest`

feat: A new field `containerd_config` is added to message
`.google.container.v1beta1.UpdateNodePoolRequest`

feat: A new value `MPS` is added to enum `GPUSharingStrategy`

feat: A new field `additive_vpc_scope_dns_domain` is added to message
`.google.container.v1beta1.DNSConfig`

feat: A new value `CADVISOR` is added to enum `Component`

feat: A new value `KUBELET` is added to enum `Component`

docs: A comment for field `name` in message
`.google.container.v1beta1.BinaryAuthorization` is changed

docs: A comment for field `desired_private_cluster_config` in message
`.google.container.v1beta1.ClusterUpdate` is changed

docs: A comment for field `desired_in_transit_encryption_config` in
message `.google.container.v1beta1.ClusterUpdate` is changed
END_COMMIT_OVERRIDE


PiperOrigin-RevId: 637999010

Source-Link:
googleapis/googleapis@5730cdf

Source-Link:
googleapis/googleapis-gen@7ba7df5
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiN2JhN2RmNWVkNjY2ZGZiOTUwOTg4MTA1YWZlODdkZjYxZjllZDk1OSJ9

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed May 29, 2024
1 parent 5980ee6 commit e0c6241
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@
ClusterUpdate,
CompleteIPRotationRequest,
CompleteNodePoolUpgradeRequest,
CompliancePostureConfig,
ConfidentialNodes,
ConfigConnectorConfig,
ContainerdConfig,
CostManagementConfig,
CreateClusterRequest,
CreateNodePoolRequest,
Expand Down Expand Up @@ -237,8 +239,10 @@
"ClusterUpdate",
"CompleteIPRotationRequest",
"CompleteNodePoolUpgradeRequest",
"CompliancePostureConfig",
"ConfidentialNodes",
"ConfigConnectorConfig",
"ContainerdConfig",
"CostManagementConfig",
"CreateClusterRequest",
"CreateNodePoolRequest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
ClusterUpdate,
CompleteIPRotationRequest,
CompleteNodePoolUpgradeRequest,
CompliancePostureConfig,
ConfidentialNodes,
ConfigConnectorConfig,
ContainerdConfig,
CostManagementConfig,
CreateClusterRequest,
CreateNodePoolRequest,
Expand Down Expand Up @@ -229,8 +231,10 @@
"ClusterUpdate",
"CompleteIPRotationRequest",
"CompleteNodePoolUpgradeRequest",
"CompliancePostureConfig",
"ConfidentialNodes",
"ConfigConnectorConfig",
"ContainerdConfig",
"CostManagementConfig",
"CreateClusterRequest",
"CreateNodePoolRequest",
Expand Down
Loading

0 comments on commit e0c6241

Please sign in to comment.