Skip to content

Commit e2b7a98

Browse files
Google APIscopybara-github
authored andcommitted
feat: allow updating security group on existing clusters
PiperOrigin-RevId: 383869440
1 parent b2a7d27 commit e2b7a98

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/container/v1/cluster_service.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,9 @@ message ClusterUpdate {
15171517
// The desired release channel configuration.
15181518
ReleaseChannel desired_release_channel = 31;
15191519

1520+
// The desired authenticator groups config for the cluster.
1521+
AuthenticatorGroupsConfig desired_authenticator_groups_config = 63;
1522+
15201523
// The Kubernetes version to change the master to.
15211524
//
15221525
// Users may specify either explicit versions offered by

0 commit comments

Comments
 (0)