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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68d74f42250139dc0a7d83eb5abf8c3044e6e090ccbb23ccd63ff4afca3dde78
|
4
|
+
data.tar.gz: 227ac7b884520b9ff4e1a6b86fc1c7b7743da58e63c475396f047d19b80c8803
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b23f4069a547a3fa801a0322fd938d0047367c21c41f918c60060620763088ca29edde0bcaf78b879dbb23270c31e44ac7fe0da0939baf275283185f5cbaea2e
|
7
|
+
data.tar.gz: fa69c3b168390e758623b017df4089b68fbb996077dff314b802b8f0ad4f2e8a2e42d3f4c498c3a1fe5cd79888fef6f39cc6ed4fc47d6899273baddae6d53be8
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
25
|
+
REVISION = "20250923"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.
|
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.
|
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:
|