We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8452fe6 commit 813f189Copy full SHA for 813f189
google/container/v1/cluster_service.proto
@@ -2082,7 +2082,10 @@ message ClusterUpdate {
2082
2083
// AdditionalPodRangesConfig is the configuration for additional pod secondary
2084
// ranges supporting the ClusterUpdate message.
2085
-message AdditionalPodRangesConfig {}
+message AdditionalPodRangesConfig {
2086
+ // Name for pod secondary ipv4 range which has the actual range defined ahead.
2087
+ repeated string pod_range_names = 1;
2088
+}
2089
2090
// This operation resource represents operations that may have happened or are
2091
// happening on the cluster. All fields are output only.
0 commit comments