Skip to content

Commit

Permalink
feat: allow updating security group on existing clusters
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 383869440
  • Loading branch information
Google APIs authored and copybara-github committed Jul 9, 2021
1 parent b2a7d27 commit e2b7a98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/container/v1/cluster_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,9 @@ message ClusterUpdate {
// The desired release channel configuration.
ReleaseChannel desired_release_channel = 31;

// The desired authenticator groups config for the cluster.
AuthenticatorGroupsConfig desired_authenticator_groups_config = 63;

// The Kubernetes version to change the master to.
//
// Users may specify either explicit versions offered by
Expand Down

0 comments on commit e2b7a98

Please sign in to comment.