google-cloud-container-v1 0.2.3 → 0.2.4
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: 8cec31afb070c42038e08cbe12ebe86ed0eb6fa7a711f6e08dafd07ddade9701
|
|
4
|
+
data.tar.gz: f5e779c05a9148096a7f44d2439cfdc03abdf7e4af8df5a5dd0b5c6be005a963
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec55d85894243d69d00f7966a0422736710781bfcf8627b96e382bac278a3ec796d24a03be6c6b5e47f6eb9215f32731418e07369545397e78d42e2a51e403af
|
|
7
|
+
data.tar.gz: bd87ed571b4e112e9a27e4f1273f5aed7205faf945a827d136b815cd59466589652a23d99c82eb6d66a0c7ba258f1c4fa8240282608d42fe559566876f0c4f2e
|
|
@@ -68,7 +68,7 @@ module Google
|
|
|
68
68
|
initial_delay: 0.1,
|
|
69
69
|
max_delay: 60.0,
|
|
70
70
|
multiplier: 1.3,
|
|
71
|
-
retry_codes: [
|
|
71
|
+
retry_codes: [14, 4]
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
default_config.rpcs.get_cluster.timeout = 20.0
|
|
@@ -76,7 +76,7 @@ module Google
|
|
|
76
76
|
initial_delay: 0.1,
|
|
77
77
|
max_delay: 60.0,
|
|
78
78
|
multiplier: 1.3,
|
|
79
|
-
retry_codes: [
|
|
79
|
+
retry_codes: [14, 4]
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
default_config.rpcs.create_cluster.timeout = 45.0
|
|
@@ -104,7 +104,7 @@ module Google
|
|
|
104
104
|
initial_delay: 0.1,
|
|
105
105
|
max_delay: 60.0,
|
|
106
106
|
multiplier: 1.3,
|
|
107
|
-
retry_codes: [
|
|
107
|
+
retry_codes: [14, 4]
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
default_config.rpcs.list_operations.timeout = 20.0
|
|
@@ -112,7 +112,7 @@ module Google
|
|
|
112
112
|
initial_delay: 0.1,
|
|
113
113
|
max_delay: 60.0,
|
|
114
114
|
multiplier: 1.3,
|
|
115
|
-
retry_codes: [
|
|
115
|
+
retry_codes: [14, 4]
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
default_config.rpcs.get_operation.timeout = 20.0
|
|
@@ -120,7 +120,7 @@ module Google
|
|
|
120
120
|
initial_delay: 0.1,
|
|
121
121
|
max_delay: 60.0,
|
|
122
122
|
multiplier: 1.3,
|
|
123
|
-
retry_codes: [
|
|
123
|
+
retry_codes: [14, 4]
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
default_config.rpcs.cancel_operation.timeout = 45.0
|
|
@@ -130,7 +130,7 @@ module Google
|
|
|
130
130
|
initial_delay: 0.1,
|
|
131
131
|
max_delay: 60.0,
|
|
132
132
|
multiplier: 1.3,
|
|
133
|
-
retry_codes: [
|
|
133
|
+
retry_codes: [14, 4]
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
default_config.rpcs.list_node_pools.timeout = 20.0
|
|
@@ -138,7 +138,7 @@ module Google
|
|
|
138
138
|
initial_delay: 0.1,
|
|
139
139
|
max_delay: 60.0,
|
|
140
140
|
multiplier: 1.3,
|
|
141
|
-
retry_codes: [
|
|
141
|
+
retry_codes: [14, 4]
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
default_config.rpcs.get_node_pool.timeout = 20.0
|
|
@@ -146,7 +146,7 @@ module Google
|
|
|
146
146
|
initial_delay: 0.1,
|
|
147
147
|
max_delay: 60.0,
|
|
148
148
|
multiplier: 1.3,
|
|
149
|
-
retry_codes: [
|
|
149
|
+
retry_codes: [14, 4]
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
default_config.rpcs.create_node_pool.timeout = 45.0
|
|
@@ -156,7 +156,7 @@ module Google
|
|
|
156
156
|
initial_delay: 0.1,
|
|
157
157
|
max_delay: 60.0,
|
|
158
158
|
multiplier: 1.3,
|
|
159
|
-
retry_codes: [
|
|
159
|
+
retry_codes: [14, 4]
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
default_config.rpcs.rollback_node_pool_upgrade.timeout = 45.0
|
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.2.
|
|
4
|
+
version: 0.2.4
|
|
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-06
|
|
11
|
+
date: 2020-08-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.3'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '0.
|
|
26
|
+
version: '0.3'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: google-cloud-errors
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|