You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: [gke-multi-cloud] added proxy support for Attached Clusters (#10161)
* feat: added proxy support for Attached Clusters
feat: added Binary Authorization support which is a deploy-time security control that ensures only trusted container images are deployed
feat: added support for a new admin-groups flag in the create and update APIs
feat: added Surge Update and Rollback support for AWS Node Pools
feat: added support for per-node-pool subnet security group rules for AWS Node Pools
feat: added support for EC2 Spot instance types for AWS Node Pools
feat: added force-deletion support for AWS Clusters & Node Pools
feat: expanded Kubernetes version info
docs: updated comments of existing fields
PiperOrigin-RevId: 591286857
Source-Link: googleapis/googleapis@91bd792
Source-Link: https://github.com/googleapis/googleapis-gen/commit/afb34ad26ec637c1d5f983dd1d92ee5d4b5bd64f
Copy-Tag: eyJwIjoiamF2YS1na2UtbXVsdGktY2xvdWQvLk93bEJvdC55YW1sIiwiaCI6ImFmYjM0YWQyNmVjNjM3YzFkNWY5ODNkZDFkOTJlZTVkNGI1YmQ2NGYifQ==
* 🦉 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>
Copy file name to clipboardExpand all lines: java-gke-multi-cloud/google-cloud-gke-multi-cloud/src/main/java/com/google/cloud/gkemulticloud/v1/AttachedClustersClient.java
+90-3Lines changed: 90 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -453,9 +453,11 @@ public final OperationFuture<AttachedCluster, OperationMetadata> createAttachedC
453
453
* @param updateMask Required. Mask of fields to update. At least one path must be supplied in
454
454
* this field. The elements of the repeated paths field can only include these fields from
Copy file name to clipboardExpand all lines: java-gke-multi-cloud/google-cloud-gke-multi-cloud/src/main/java/com/google/cloud/gkemulticloud/v1/AttachedClustersSettings.java
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,14 @@ public class AttachedClustersSettings extends ClientSettings<AttachedClustersSet
0 commit comments