Skip to content

Commit 88083e4

Browse files
feat: [container] add an effective_cgroup_mode field in node config (#5741)
* feat: add an effective_cgroup_mode field in node config feat: add storage pools field to NodePool API feat: Add ControlPlaneEndpointsConfig message to consolidate control plane isolation options feat: Add DNSEndpointConfig for new DNS-based control plane access Moves control plane and node isolation fields to respective objects for better semantics, deprecating former locations. Introduces new DNS-based access to control plane, simplifying control plane access. feat: add API to enable/disable secret manager csi component on GKE clusters feat: Add CompliancePosture field for configuration of GKE Compliance Posture product feat: Add RBACBindingConfig to API feat: Add CompliancePosture field for configuration of GKE Compliance Posture product feat: Add KCP_SSHD and KCP_CONNECTION to the supported values for the --logging flag for the create and update cluster commands feat: surface upgrade_target_version in GetServerConfig for all supported release channels feat: added support for Parallelstore CSI Driver docs: Minor documentation updates PiperOrigin-RevId: 684119299 Source-Link: googleapis/googleapis@1f77391 Source-Link: googleapis/googleapis-gen@fa5cccb Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiZmE1Y2NjYmE4MDc3MWI2MTcwZDgxNTIyZDQ4YTYzODdjMjljM2M3OCJ9 * 🦉 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> Co-authored-by: sofisl <[email protected]>
1 parent 38b4646 commit 88083e4

9 files changed

Lines changed: 6500 additions & 1073 deletions

File tree

packages/google-container/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
4444
1. [Select or create a Cloud Platform project][projects].
4545
1. [Enable billing for your project][billing].
4646
1. [Enable the Kubernetes Engine Cluster Manager API API][enable_api].
47-
1. [Set up authentication with a service account][auth] so you can access the
47+
1. [Set up authentication][auth] so you can access the
4848
API from your local workstation.
4949

5050
### Installing the client library
@@ -228,4 +228,4 @@ See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE)
228228
[projects]: https://console.cloud.google.com/project
229229
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
230230
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=container.googleapis.com
231-
[auth]: https://cloud.google.com/docs/authentication/getting-started
231+
[auth]: https://cloud.google.com/docs/authentication/external/set-up-adc-local

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

Lines changed: 338 additions & 13 deletions
Large diffs are not rendered by default.

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

Lines changed: 1310 additions & 151 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: 4063 additions & 896 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)