Skip to content

Commit

Permalink
feat: Automated regeneration of container v1 client (#19812)
Browse files Browse the repository at this point in the history
Auto-created at 2024-07-07 09:18:40 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jul 7, 2024
1 parent 7d08edb commit 0595388
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-container_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-container_v1

### v0.74.0 (2024-07-07)

* Regenerated from discovery document revision 20240618

### v0.73.0 (2024-05-19)

* Regenerated using generator version 0.15.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ class AdditionalPodNetworkConfig
attr_accessor :max_pods_per_node

# The name of the secondary range on the subnet which provides IP address for
# this pod range
# this pod range.
# Corresponds to the JSON property `secondaryPodRange`
# @return [String]
attr_accessor :secondary_pod_range

# Name of the subnetwork where the additional pod network belongs
# Name of the subnetwork where the additional pod network belongs.
# Corresponds to the JSON property `subnetwork`
# @return [String]
attr_accessor :subnetwork
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ContainerV1
# Version of the google-apis-container_v1 gem
GEM_VERSION = "0.73.0"
GEM_VERSION = "0.74.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.0"

# Revision of the discovery document this client was generated from
REVISION = "20240422"
REVISION = "20240618"
end
end
end

0 comments on commit 0595388

Please sign in to comment.