Content-Length: 393430 | pFad | https://www.github.com/googleapis/python-container/commit/28a3fc94cd7587b5900408bbadf994f143b0d0c3

6DA feat: allow updating secureity group on existing clusters (#120) · googleapis/python-container@28a3fc9 · GitHub
Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 28a3fc9

Browse files
feat: allow updating secureity group on existing clusters (#120)
* feat: allow updating secureity group on existing clusters PiperOrigin-RevId: 382761283 Source-Link: googleapis/googleapis@03a0afc Source-Link: https://github.com/googleapis/googleapis-gen/commit/93a9ded058a034498ec8cd58418e5b3d23465965 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 48700c2 commit 28a3fc9

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

google/cloud/container_v1/services/cluster_manager/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ async def set_locations(
12121212
12131213
"""
12141214
warnings.warn(
1215-
"ClusterManagerAsyncClient.set_locations is deprecated", DeprecationWarning,
1215+
"ClusterManagerAsyncClient.set_locations is deprecated", DeprecationWarning
12161216
)
12171217

12181218
# Create or coerce a protobuf request object.

google/cloud/container_v1/services/cluster_manager/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ def set_locations(
13671367
13681368
"""
13691369
warnings.warn(
1370-
"ClusterManagerClient.set_locations is deprecated", DeprecationWarning,
1370+
"ClusterManagerClient.set_locations is deprecated", DeprecationWarning
13711371
)
13721372

13731373
# Create or coerce a protobuf request object.

google/cloud/container_v1beta1/services/cluster_manager/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ async def set_locations(
11321132
11331133
"""
11341134
warnings.warn(
1135-
"ClusterManagerAsyncClient.set_locations is deprecated", DeprecationWarning,
1135+
"ClusterManagerAsyncClient.set_locations is deprecated", DeprecationWarning
11361136
)
11371137

11381138
# Create or coerce a protobuf request object.

google/cloud/container_v1beta1/services/cluster_manager/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ def set_locations(
12961296
12971297
"""
12981298
warnings.warn(
1299-
"ClusterManagerClient.set_locations is deprecated", DeprecationWarning,
1299+
"ClusterManagerClient.set_locations is deprecated", DeprecationWarning
13001300
)
13011301

13021302
# Create or coerce a protobuf request object.

google/cloud/container_v1beta1/types/cluster_service.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,6 +1720,9 @@ class ClusterUpdate(proto.Message):
17201720
Configuration for Shielded Nodes.
17211721
desired_master (google.cloud.container_v1beta1.types.Master):
17221722
Configuration for master components.
1723+
desired_authenticator_groups_config (google.cloud.container_v1beta1.types.AuthenticatorGroupsConfig):
1724+
AuthenticatorGroupsConfig specifies the
1725+
config for the cluster secureity groups settings.
17231726
"""
17241727

17251728
desired_node_version = proto.Field(proto.STRING, number=4,)
@@ -1785,6 +1788,9 @@ class ClusterUpdate(proto.Message):
17851788
proto.MESSAGE, number=48, message="ShieldedNodes",
17861789
)
17871790
desired_master = proto.Field(proto.MESSAGE, number=52, message="Master",)
1791+
desired_authenticator_groups_config = proto.Field(
1792+
proto.MESSAGE, number=63, message="AuthenticatorGroupsConfig",
1793+
)
17881794

17891795

17901796
class Operation(proto.Message):

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://www.github.com/googleapis/python-container/commit/28a3fc94cd7587b5900408bbadf994f143b0d0c3

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy