Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
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
14 changes: 14 additions & 0 deletions google/cloud/container_v1/types/cluster_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1808,6 +1808,12 @@ class IPAllocationPolicy(proto.Message):
ipv6_access_type (google.cloud.container_v1.types.IPv6AccessType):
The ipv6 access type (internal or external) when
create_subnetwork is true
subnet_ipv6_cidr_block (str):
Output only. [Output only] The subnet's IPv6 CIDR block used
by nodes and pods.
services_ipv6_cidr_block (str):
Output only. [Output only] The services IPv6 CIDR block for
the cluster.
"""

use_ip_aliases: bool = proto.Field(
Expand Down Expand Up @@ -1872,6 +1878,14 @@ class IPAllocationPolicy(proto.Message):
number=17,
enum="IPv6AccessType",
)
subnet_ipv6_cidr_block: str = proto.Field(
proto.STRING,
number=22,
)
services_ipv6_cidr_block: str = proto.Field(
proto.STRING,
number=23,
)


class Cluster(proto.Message):
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.16.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.16.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down