Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
feat: Add support for updating additional pod IPv4 ranges for Standar…
Browse files Browse the repository at this point in the history
…d and Autopilot clusters (#367)

* feat: Add support for updating additional pod IPv4 ranges for Standard and Autopilot clusters

PiperOrigin-RevId: 524333419

Source-Link: googleapis/googleapis@813f189

Source-Link: googleapis/googleapis-gen@dbfd75e
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGJmZDc1ZWI2ZTZlYjIyODcxMmQ1ZmI1ZGU5ODBkYWU3MmEzYThjMCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: Add support for updating additional pod IPv4 ranges for Standard and Autopilot clusters

PiperOrigin-RevId: 524334945

Source-Link: googleapis/googleapis@46ae6df

Source-Link: googleapis/googleapis-gen@45daacf
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDVkYWFjZmRiZDYyMmFiYjkxZGFhMmU2YTExZDA0ZWJhMzA2MDQwZiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Apr 15, 2023
1 parent 67e13fc commit 533b4f9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions google/cloud/container_v1/types/cluster_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -3219,8 +3219,17 @@ class AdditionalPodRangesConfig(proto.Message):
r"""AdditionalPodRangesConfig is the configuration for additional
pod secondary ranges supporting the ClusterUpdate message.
Attributes:
pod_range_names (MutableSequence[str]):
Name for pod secondary ipv4 range which has
the actual range defined ahead.
"""

pod_range_names: MutableSequence[str] = proto.RepeatedField(
proto.STRING,
number=1,
)


class Operation(proto.Message):
r"""This operation resource represents operations that may have
Expand Down
9 changes: 9 additions & 0 deletions google/cloud/container_v1beta1/types/cluster_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -3719,8 +3719,17 @@ class AdditionalPodRangesConfig(proto.Message):
r"""AdditionalPodRangesConfig is the configuration for additional
pod secondary ranges supporting the ClusterUpdate message.
Attributes:
pod_range_names (MutableSequence[str]):
Name for pod secondary ipv4 range which has
the actual range defined ahead.
"""

pod_range_names: MutableSequence[str] = proto.RepeatedField(
proto.STRING,
number=1,
)


class Operation(proto.Message):
r"""This operation resource represents operations that may have
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-container",
"version": "2.20.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-container",
"version": "2.20.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 533b4f9

Please sign in to comment.