google-cloud-container 1.2.1 → 1.2.2

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: 3d961152747001a1048303c602f724c04ea2f111a0b48c84df520d1d96e39a0b
4
- data.tar.gz: 7b14ee0c6669c1066dd9a248a29dcbb3e847409c6869e5a073b8097754730e53
3
+ metadata.gz: f7e3cf44cfb0b420734a54ebf27bb2863c1ecff6b1784649fda4b3f33bf55189
4
+ data.tar.gz: 103c82c50036550c909dbf14a6be75c672f2b5c1b6cab60daa1d7072bd82774e
5
5
  SHA512:
6
- metadata.gz: 0c00d729e7d631087d0ac781112de45935c531b26c67a0b699f6e4900225b00a82b7d05667ad8c959e9ab4ab35514356d849cedbf7353c62f83123289a9071ce
7
- data.tar.gz: 11b4fd4365a565eeec4fb58a47dfba99bcb6a368297354157c4e90bc8f8eb19b3ff6398bc0782bd251d6c404b8d735d1336c2fbc2950cbb4ec173382b1fde6de
6
+ metadata.gz: 33f60787cd06f12ca1d37b4e3892b97f36dee728baa5cd7d7aa208db3c93c350335a3776c117a6ae7308f6a916d1fa8cfe7ac2210728f412a2722baf5d2529ec
7
+ data.tar.gz: e71ab962d9573d579795a5ea3216d72bf35d7d55c42daa6a9fb41692cb1afa6a2bf160ddcf86f38cbe01d03e52feecf8009aabe68ccf47f9439b7b45db1f57ee
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Container.cluster_manager
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/container"
@@ -93,7 +93,7 @@ client = Google::Cloud::Container.cluster_manager do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/container"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Container
23
- VERSION = "1.2.1"
23
+ VERSION = "1.2.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-30 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-container-v1