Skip to content

Commit 03a0afc

Browse files
Google APIscopybara-github
authored andcommitted
feat: allow updating security group on existing clusters
PiperOrigin-RevId: 382761283
1 parent e9f5f8d commit 03a0afc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/container/v1beta1/cluster_service.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,6 +1739,10 @@ message ClusterUpdate {
17391739

17401740
// Configuration for master components.
17411741
Master desired_master = 52;
1742+
1743+
// AuthenticatorGroupsConfig specifies the config for the cluster security
1744+
// groups settings.
1745+
AuthenticatorGroupsConfig desired_authenticator_groups_config = 63;
17421746
}
17431747

17441748
// This operation resource represents operations that may have happened or are

0 commit comments

Comments
 (0)