Skip to content

Commit c46a08f

Browse files
feat: [container] A new enum TransparentHugepageEnabled is added (#6496)
* feat: A new enum `TransparentHugepageEnabled` is added feat: A new enum `TransparentHugepageDefrag` is added feat: A new field `transparent_hugepage_enabled` is added to message `.google.container.v1.LinuxNodeConfig` feat: A new field `transparent_hugepage_defrag` is added to message `.google.container.v1.LinuxNodeConfig` feat: A new field `eviction_soft` is added to message `.google.container.v1.NodeKubeletConfig` feat: A new field `eviction_soft_grace_period` is added to message `.google.container.v1.NodeKubeletConfig` feat: A new field `eviction_minimum_reclaim` is added to message `.google.container.v1.NodeKubeletConfig` feat: A new field `eviction_max_pod_grace_period_seconds` is added to message `.google.container.v1.NodeKubeletConfig` feat: A new field `max_parallel_image_pulls` is added to message `.google.container.v1.NodeKubeletConfig` feat: A new field `single_process_oom_kill` is added to message `.google.container.v1.NodeKubeletConfig` feat: A new message `EvictionSignals` is added feat: A new message `EvictionGracePeriod` is added feat: A new message `EvictionMinimumReclaim` is added feat: A new field `boot_disk` is added to message `.google.container.v1.NodeConfig` feat: A new field `subnetwork` is added to message `.google.container.v1.NodeNetworkConfig` feat: A new field `min_node_cpus` is added to message `.google.container.v1.SoleTenantConfig` feat: A new field `lustre_csi_driver_config` is added to message `.google.container.v1.AddonsConfig` feat: A new message `LustreCsiDriverConfig` is added feat: A new field `additional_ip_ranges_configs` is added to message `.google.container.v1.IPAllocationPolicy` feat: A new field `auto_ipam_config` is added to message `.google.container.v1.IPAllocationPolicy` feat: A new field `gke_auto_upgrade_config` is added to message `.google.container.v1.Cluster` feat: A new enum `Mode` is added feat: A new field `mode` is added to message `.google.container.v1.AnonymousAuthenticationConfig` feat: A new field `desired_additional_ip_ranges_config` is added to message `.google.container.v1.ClusterUpdate` feat: A new field `desired_auto_ipam_config` is added to message `.google.container.v1.ClusterUpdate` feat: A new field `desired_user_managed_keys_config` is added to message `.google.container.v1.ClusterUpdate` feat: A new field `gke_auto_upgrade_config` is added to message `.google.container.v1.ClusterUpdate` feat: A new message `AdditionalIPRangesConfig` is added feat: A new message `DesiredAdditionalIPRangesConfig` is added feat: A new message `AutoIpamConfig` is added feat: A new field `boot_disk` is added to message `.google.container.v1.UpdateNodePoolRequest` feat: A new field `default_compute_class_config` is added to message `.google.container.v1.ClusterAutoscaling` feat: A new message `DefaultComputeClassConfig` is added feat: A new value `CLOUD_KMS_KEY_DESTROYED` is added to enum `Code` feat: A new message `BootDisk` is added feat: A new message `GkeAutoUpgradeConfig` is added PiperOrigin-RevId: 783416488 Source-Link: googleapis/googleapis@a640ed8 Source-Link: googleapis/googleapis-gen@ce5b0ed Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiY2U1YjBlZDYwMGYzODJiNTA3NjExZDk4NTE2NmViOTA3OGFhZDc0OSJ9 * 🦉 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 b127b20 commit c46a08f

9 files changed

Lines changed: 8124 additions & 311 deletions

File tree

packages/google-container/protos/google/container/v1/cluster_service.proto

Lines changed: 551 additions & 134 deletions
Large diffs are not rendered by default.

packages/google-container/protos/protos.d.ts

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

packages/google-container/protos/protos.js

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

packages/google-container/protos/protos.json

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

packages/google-container/samples/generated/v1/cluster_manager.set_locations.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ function main(locations) {
3030
*/
3131
/**
3232
* Required. The desired list of Google Compute Engine
33-
* zones (https://cloud.google.com/compute/docs/zones#available) in which the
34-
* cluster's nodes should be located. Changing the locations a cluster is in
35-
* will result in nodes being either created or removed from the cluster,
36-
* depending on whether locations are being added or removed.
33+
* zones (https://cloud.google.com/compute/docs/zones#available)
34+
* in which the cluster's nodes should be located. Changing the locations a
35+
* cluster is in will result in nodes being either created or removed from the
36+
* cluster, depending on whether locations are being added or removed.
3737
* This list must always include the cluster's primary zone.
3838
*/
3939
// const locations = ['abc','def']

packages/google-container/samples/generated/v1/cluster_manager.set_maintenance_policy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ function main(projectId, zone, clusterId, maintenancePolicy) {
3535
// const projectId = 'abc123'
3636
/**
3737
* Required. The name of the Google Compute Engine
38-
* zone (https://cloud.google.com/compute/docs/zones#available) in which the
39-
* cluster resides.
38+
* zone (https://cloud.google.com/compute/docs/zones#available)
39+
* in which the cluster resides.
4040
*/
4141
// const zone = 'abc123'
4242
/**

packages/google-container/samples/generated/v1/cluster_manager.update_node_pool.js

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ function main(nodeVersion, imageType) {
4242
// const nodeVersion = 'abc123'
4343
/**
4444
* Required. The desired image type for the node pool. Please see
45-
* https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
46-
* available image types.
45+
* https://cloud.google.com/kubernetes-engine/docs/concepts/node-images
46+
* for available image types.
4747
*/
4848
// const imageType = 'abc123'
4949
/**
@@ -54,10 +54,10 @@ function main(nodeVersion, imageType) {
5454
// const name = 'abc123'
5555
/**
5656
* The desired list of Google Compute Engine
57-
* zones (https://cloud.google.com/compute/docs/zones#available) in which the
58-
* node pool's nodes should be located. Changing the locations for a node pool
59-
* will result in nodes being either created or removed from the node pool,
60-
* depending on whether locations are being added or removed.
57+
* zones (https://cloud.google.com/compute/docs/zones#available)
58+
* in which the node pool's nodes should be located. Changing the locations
59+
* for a node pool will result in nodes being either created or removed from
60+
* the node pool, depending on whether locations are being added or removed.
6161
*/
6262
// const locations = ['abc','def']
6363
/**
@@ -136,15 +136,16 @@ function main(nodeVersion, imageType) {
136136
// const windowsNodeConfig = {}
137137
/**
138138
* A list of hardware accelerators to be attached to each node.
139-
* See https://cloud.google.com/compute/docs/gpus for more information about
140-
* support for GPUs.
139+
* See
140+
* https://cloud.google.com/compute/docs/gpus
141+
* for more information about support for GPUs.
141142
*/
142143
// const accelerators = [1,2,3,4]
143144
/**
144145
* Optional. The desired Google Compute Engine machine
145-
* type (https://cloud.google.com/compute/docs/machine-types) for nodes in the
146-
* node pool. Initiates an upgrade operation that migrates the nodes in the
147-
* node pool to the specified machine type.
146+
* type (https://cloud.google.com/compute/docs/machine-types)
147+
* for nodes in the node pool. Initiates an upgrade operation that migrates
148+
* the nodes in the node pool to the specified machine type.
148149
*/
149150
// const machineType = 'abc123'
150151
/**
@@ -191,6 +192,12 @@ function main(nodeVersion, imageType) {
191192
* Flex Start flag for enabling Flex Start VM.
192193
*/
193194
// const flexStart = true
195+
/**
196+
* The desired boot disk config for nodes in the node pool.
197+
* Initiates an upgrade operation that migrates the nodes in the
198+
* node pool to the specified boot disk config.
199+
*/
200+
// const bootDisk = {}
194201

195202
// Imports the Container library
196203
const {ClusterManagerClient} = require('@google-cloud/container').v1;

packages/google-container/samples/generated/v1/snippet_metadata_google.container.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"segments": [
231231
{
232232
"start": 25,
233-
"end": 213,
233+
"end": 220,
234234
"type": "FULL"
235235
}
236236
],
@@ -374,6 +374,10 @@
374374
{
375375
"name": "flex_start",
376376
"type": "TYPE_BOOL"
377+
},
378+
{
379+
"name": "boot_disk",
380+
"type": ".google.container.v1.BootDisk"
377381
}
378382
],
379383
"resultType": ".google.container.v1.Operation",

0 commit comments

Comments
 (0)