google-apis-container_v1beta1 0.92.0 → 0.93.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d132fce75a8bf2aa1286b1ea24089d237b1c506f41086bb85fe4461037821c25
4
- data.tar.gz: 2aa955648f747f9c377ba073bc19c287cd5a4ecf05accc8b7b9cffbf6c4c4618
3
+ metadata.gz: 68d74f42250139dc0a7d83eb5abf8c3044e6e090ccbb23ccd63ff4afca3dde78
4
+ data.tar.gz: 227ac7b884520b9ff4e1a6b86fc1c7b7743da58e63c475396f047d19b80c8803
5
5
  SHA512:
6
- metadata.gz: 56a6b0d915598507e62df3e2a2e7864a0dda04d75ce855225cd73544fe749f72ad29d4b551cae530d4c2fcfda44cea146f37aa2fd27c45206a553ad48ca780b7
7
- data.tar.gz: fd401bf13fb7d758a3059a9bed02c2800b10b5e940d7be16c2089bc2d268d7882abf1a90ca62840ec0455155f01db3b171e16040237688136bf55cf4a70e41a6
6
+ metadata.gz: b23f4069a547a3fa801a0322fd938d0047367c21c41f918c60060620763088ca29edde0bcaf78b879dbb23270c31e44ac7fe0da0939baf275283185f5cbaea2e
7
+ data.tar.gz: fa69c3b168390e758623b017df4089b68fbb996077dff314b802b8f0ad4f2e8a2e42d3f4c498c3a1fe5cd79888fef6f39cc6ed4fc47d6899273baddae6d53be8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.93.0 (2025-10-05)
4
+
5
+ * Regenerated from discovery document revision 20250923
6
+
3
7
  ### v0.92.0 (2025-09-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20250916
@@ -782,12 +782,19 @@ module Google
782
782
  class AutoscaledRolloutPolicy
783
783
  include Google::Apis::Core::Hashable
784
784
 
785
+ # Optional. Time to wait after cordoning the blue pool before draining the nodes.
786
+ # Defaults to 3 days. The value can be set between 0 and 7 days, inclusive.
787
+ # Corresponds to the JSON property `waitForDrainDuration`
788
+ # @return [String]
789
+ attr_accessor :wait_for_drain_duration
790
+
785
791
  def initialize(**args)
786
792
  update!(**args)
787
793
  end
788
794
 
789
795
  # Update properties of this object
790
796
  def update!(**args)
797
+ @wait_for_drain_duration = args[:wait_for_drain_duration] if args.key?(:wait_for_drain_duration)
791
798
  end
792
799
  end
793
800
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContainerV1beta1
18
18
  # Version of the google-apis-container_v1beta1 gem
19
- GEM_VERSION = "0.92.0"
19
+ GEM_VERSION = "0.93.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250916"
25
+ REVISION = "20250923"
26
26
  end
27
27
  end
28
28
  end
@@ -1629,6 +1629,7 @@ module Google
1629
1629
  class AutoscaledRolloutPolicy
1630
1630
  # @private
1631
1631
  class Representation < Google::Apis::Core::JsonRepresentation
1632
+ property :wait_for_drain_duration, as: 'waitForDrainDuration'
1632
1633
  end
1633
1634
  end
1634
1635
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.92.0
4
+ version: 0.93.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.92.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.93.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: