google-cloud-container-v1beta1 0.2.4 → 0.2.5
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: 1382949331b7f3faf14beb1b25d0b374a6456e63a5586d82ffb86d6b0814066f
|
|
4
|
+
data.tar.gz: 5eb9e13259ae9b536aadd7cc9130d6bf19b61fce0a6abbe0f5f9f9df4484c368
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60c1869dc0a92f731607e6a7810384d28c02b4034c5470549144dd10f7e8c6d3f665d17ecd1a7f99bf0ed244410e4db6c390cf7f62558b90eab9cfe56256dcd8
|
|
7
|
+
data.tar.gz: 6ef0afe2bdde9099b18f6648939248b7a49df6b2c29955b35e7bfb28110a8a58a863c528244e1b8da5bac48d9fcc6c1174bfdaa5b68a7024658d4222b41376a8
|
|
@@ -2998,7 +2998,7 @@ module Google
|
|
|
2998
2998
|
|
|
2999
2999
|
config_attr :endpoint, "container.googleapis.com", ::String
|
|
3000
3000
|
config_attr :credentials, nil do |value|
|
|
3001
|
-
allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
3001
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
3002
3002
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
|
3003
3003
|
allowed.any? { |klass| klass === value }
|
|
3004
3004
|
end
|
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.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-08-
|
|
11
|
+
date: 2020-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|