google-cloud-container-v1 0.28.0 → 0.29.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: ff6941ad9ca5c57127209a10cbefd9254b1d4010da126fe13c7a939c38c2c738
|
|
4
|
+
data.tar.gz: 303c7bab33297e213f78688fa3132ebf0d380444be1b4c7571f1e8b9d1fb14f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e8ba55b065d24ac2e1c50b1af365260cb75a8558cdec01ae3dfa6ff6f0f8ef1b72d855114124df1aa769877083e6089d2148c06837148e58ed8ddf65f48fa80
|
|
7
|
+
data.tar.gz: 64673e2c8636ed4ec6bcde02b58be0e12e9541e26da4c1945f71e47e225beaeb93a108bf9e678bdb4ba232984014be5e16977b030e4c9d0dff5054e7fd447233
|
|
@@ -225,7 +225,8 @@ module Google
|
|
|
225
225
|
credentials: credentials,
|
|
226
226
|
endpoint: @config.endpoint,
|
|
227
227
|
channel_args: @config.channel_args,
|
|
228
|
-
interceptors: @config.interceptors
|
|
228
|
+
interceptors: @config.interceptors,
|
|
229
|
+
channel_pool_config: @config.channel_pool
|
|
229
230
|
)
|
|
230
231
|
end
|
|
231
232
|
|
|
@@ -3870,6 +3871,14 @@ module Google
|
|
|
3870
3871
|
end
|
|
3871
3872
|
end
|
|
3872
3873
|
|
|
3874
|
+
##
|
|
3875
|
+
# Configuration for the channel pool
|
|
3876
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
|
3877
|
+
#
|
|
3878
|
+
def channel_pool
|
|
3879
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
|
3880
|
+
end
|
|
3881
|
+
|
|
3873
3882
|
##
|
|
3874
3883
|
# Configuration RPC class for the ClusterManager API.
|
|
3875
3884
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-container-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.29.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-09-
|
|
11
|
+
date: 2023-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.20.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.20.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|