Skip to content

Commit

Permalink
feat: [container] Add support for updating additional pod IPv4 ranges…
Browse files Browse the repository at this point in the history
… for Standard and Autopilot clusters (#4177)

* feat: Add support for updating additional pod IPv4 ranges for Standard and Autopilot clusters

PiperOrigin-RevId: 524333419

Source-Link: googleapis/googleapis@813f189

Source-Link: googleapis/googleapis-gen@dbfd75e
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiZGJmZDc1ZWI2ZTZlYjIyODcxMmQ1ZmI1ZGU5ODBkYWU3MmEzYThjMCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: Add support for updating additional pod IPv4 ranges for Standard and Autopilot clusters

PiperOrigin-RevId: 524334945

Source-Link: googleapis/googleapis@46ae6df

Source-Link: googleapis/googleapis-gen@45daacf
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiNDVkYWFjZmRiZDYyMmFiYjkxZGFhMmU2YTExZDA0ZWJhMzA2MDQwZiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Denis DelGrosso <[email protected]>
  • Loading branch information
3 people authored Apr 18, 2023
1 parent ff093a9 commit 2beee25
Show file tree
Hide file tree
Showing 7 changed files with 130 additions and 12 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -2333,7 +2333,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
12 changes: 12 additions & 0 deletions packages/google-container/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

100 changes: 94 additions & 6 deletions packages/google-container/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 14 additions & 2 deletions packages/google-container/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-container",
"version": "4.7.1",
"version": "4.8.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-container",
"version": "4.7.1",
"version": "4.8.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down

0 comments on commit 2beee25

Please sign in to comment.