Skip to content

Commit

Permalink
feat: Add support for updating additional pod IPv4 ranges for Standar…
Browse files Browse the repository at this point in the history
…d and Autopilot clusters

PiperOrigin-RevId: 524333419
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 14, 2023
1 parent 8452fe6 commit 813f189
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion google/container/v1/cluster_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2082,7 +2082,10 @@ message ClusterUpdate {

// AdditionalPodRangesConfig is the configuration for additional pod secondary
// ranges supporting the ClusterUpdate message.
message AdditionalPodRangesConfig {}
message AdditionalPodRangesConfig {
// Name for pod secondary ipv4 range which has the actual range defined ahead.
repeated string pod_range_names = 1;
}

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

0 comments on commit 813f189

Please sign in to comment.