Skip to content

Commit 46ae6df

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

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

google/container/v1beta1/cluster_service.proto

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

23342334
// AdditionalPodRangesConfig is the configuration for additional pod secondary
23352335
// ranges supporting the ClusterUpdate message.
2336-
message AdditionalPodRangesConfig {}
2336+
message AdditionalPodRangesConfig {
2337+
// Name for pod secondary ipv4 range which has the actual range defined ahead.
2338+
repeated string pod_range_names = 1;
2339+
}
23372340

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

0 commit comments

Comments
 (0)