google-cloud-container-v1beta1 0.27.0 → 0.28.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9ba773c6821c91ae105f885581eec12f671c474f740b92f70d8d28beded7648
|
4
|
+
data.tar.gz: 2b4e8600ca21234d122bf383ff1b9b31382ee21f0866d650a54eac2ea3c5be46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c9243be56115cdf6ab70e5952e53bcddac1b0f2e24edefe8979553fd513b4d2426793f81ebe2cbdc3af0ad403ce7641eb7ad602ea9ca3fea0d80247e0a80634
|
7
|
+
data.tar.gz: d522d1b31852662db2033439d4f78fb59e81745f251138b3c1a15ba6284c8a5404ceebf73c45a333376b6a1831698d516b92b0c04cd036a192833c15f2d75491
|
@@ -235,7 +235,8 @@ module Google
|
|
235
235
|
credentials: credentials,
|
236
236
|
endpoint: @config.endpoint,
|
237
237
|
channel_args: @config.channel_args,
|
238
|
-
interceptors: @config.interceptors
|
238
|
+
interceptors: @config.interceptors,
|
239
|
+
channel_pool_config: @config.channel_pool
|
239
240
|
)
|
240
241
|
end
|
241
242
|
|
@@ -3963,6 +3964,14 @@ module Google
|
|
3963
3964
|
end
|
3964
3965
|
end
|
3965
3966
|
|
3967
|
+
##
|
3968
|
+
# Configuration for the channel pool
|
3969
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
3970
|
+
#
|
3971
|
+
def channel_pool
|
3972
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
3973
|
+
end
|
3974
|
+
|
3966
3975
|
##
|
3967
3976
|
# Configuration RPC class for the ClusterManager API.
|
3968
3977
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-container-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.28.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
|