Skip to content

Commit 813f189

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add support for updating additional pod IPv4 ranges for Standard and Autopilot clusters
PiperOrigin-RevId: 524333419
1 parent 8452fe6 commit 813f189

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

google/container/v1/cluster_service.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2082,7 +2082,10 @@ message ClusterUpdate {
20822082

20832083
// AdditionalPodRangesConfig is the configuration for additional pod secondary
20842084
// ranges supporting the ClusterUpdate message.
2085-
message AdditionalPodRangesConfig {}
2085+
message AdditionalPodRangesConfig {
2086+
// Name for pod secondary ipv4 range which has the actual range defined ahead.
2087+
repeated string pod_range_names = 1;
2088+
}
20862089

20872090
// This operation resource represents operations that may have happened or are
20882091
// happening on the cluster. All fields are output only.

0 commit comments

Comments
 (0)