Skip to content

Commit 533b4f9

Browse files
feat: Add support for updating additional pod IPv4 ranges for Standard and Autopilot clusters (googleapis#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: https://github.com/googleapis/googleapis-gen/commit/dbfd75eb6e6eb228712d5fb5de980dae72a3a8c0 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: https://github.com/googleapis/googleapis-gen/commit/45daacfdbd622abb91daa2e6a11d04eba306040f 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>
1 parent 67e13fc commit 533b4f9

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

google/cloud/container_v1/types/cluster_service.py

+9
Original file line numberDiff line numberDiff line change
@@ -3219,8 +3219,17 @@ class AdditionalPodRangesConfig(proto.Message):
32193219
r"""AdditionalPodRangesConfig is the configuration for additional
32203220
pod secondary ranges supporting the ClusterUpdate message.
32213221
3222+
Attributes:
3223+
pod_range_names (MutableSequence[str]):
3224+
Name for pod secondary ipv4 range which has
3225+
the actual range defined ahead.
32223226
"""
32233227

3228+
pod_range_names: MutableSequence[str] = proto.RepeatedField(
3229+
proto.STRING,
3230+
number=1,
3231+
)
3232+
32243233

32253234
class Operation(proto.Message):
32263235
r"""This operation resource represents operations that may have

google/cloud/container_v1beta1/types/cluster_service.py

+9
Original file line numberDiff line numberDiff line change
@@ -3719,8 +3719,17 @@ class AdditionalPodRangesConfig(proto.Message):
37193719
r"""AdditionalPodRangesConfig is the configuration for additional
37203720
pod secondary ranges supporting the ClusterUpdate message.
37213721
3722+
Attributes:
3723+
pod_range_names (MutableSequence[str]):
3724+
Name for pod secondary ipv4 range which has
3725+
the actual range defined ahead.
37223726
"""
37233727

3728+
pod_range_names: MutableSequence[str] = proto.RepeatedField(
3729+
proto.STRING,
3730+
number=1,
3731+
)
3732+
37243733

37253734
class Operation(proto.Message):
37263735
r"""This operation resource represents operations that may have

samples/generated_samples/snippet_metadata_google.container.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-container",
11-
"version": "2.20.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.container.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-container",
11-
"version": "2.20.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)