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

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

Merged
merged 4 commits into from
Apr 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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