Skip to content

Commit

Permalink
feat: allow updating security group on existing clusters (#123)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 383869440

Source-Link: googleapis/googleapis@e2b7a98

Source-Link: googleapis/googleapis-gen@5476d7b
  • Loading branch information
gcf-owl-bot[bot] authored Jul 9, 2021
1 parent 0fb4b8b commit b4ef2f2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,9 @@ class ClusterUpdate(proto.Message):
default sNAT for this cluster.
desired_release_channel (google.cloud.container_v1.types.ReleaseChannel):
The desired release channel configuration.
desired_authenticator_groups_config (google.cloud.container_v1.types.AuthenticatorGroupsConfig):
The desired authenticator groups config for
the cluster.
desired_master_version (str):
The Kubernetes version to change the master
to.
Expand Down Expand Up @@ -1464,6 +1467,9 @@ class ClusterUpdate(proto.Message):
desired_release_channel = proto.Field(
proto.MESSAGE, number=31, message="ReleaseChannel",
)
desired_authenticator_groups_config = proto.Field(
proto.MESSAGE, number=63, message="AuthenticatorGroupsConfig",
)
desired_master_version = proto.Field(proto.STRING, number=100,)


Expand Down

0 comments on commit b4ef2f2

Please sign in to comment.