google-apis-run_v1alpha1 0.21.0 → 0.22.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/run_v1alpha1/classes.rb +7 -5
- data/lib/google/apis/run_v1alpha1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a9186a3f5ba7205895154e1e4f9153560065023cef90ce797fa56fc05394b9fb
|
|
4
|
+
data.tar.gz: a4ed63c0317d482e8179faa41899c1df5d3c0d2c5be7f6ce7b860a88b7805e2f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3128975e2bb6c38259b73fd64ee85c1bee75f334f95ca8cb4766824d87dfed84caf2c562b1dbd072c49a41b77ab17a0de1de3bf1abd98f6ab626e4804710fc29
|
|
7
|
+
data.tar.gz: cab014069a87d0bb6cbe07d0264a22461277e663f9f671fb797ffdca1913f18d85c9d88246f3e4350c7f1089405211a64fac5906a174eb103ddf85d4f250c193
|
data/CHANGELOG.md
CHANGED
|
@@ -1459,14 +1459,15 @@ module Google
|
|
|
1459
1459
|
attr_accessor :initial_delay_seconds
|
|
1460
1460
|
|
|
1461
1461
|
# (Optional) How often (in seconds) to perform the probe. Default to 10 seconds.
|
|
1462
|
-
# Minimum value is 1.
|
|
1462
|
+
# Minimum value is 1. Maximum value is 3600. Must be greater or equal than
|
|
1463
|
+
# timeout_seconds.
|
|
1463
1464
|
# Corresponds to the JSON property `periodSeconds`
|
|
1464
1465
|
# @return [Fixnum]
|
|
1465
1466
|
attr_accessor :period_seconds
|
|
1466
1467
|
|
|
1467
1468
|
# (Optional) Minimum consecutive successes for the probe to be considered
|
|
1468
|
-
# successful after having failed. Defaults to 1. Must be 1 for liveness
|
|
1469
|
-
#
|
|
1469
|
+
# successful after having failed. Defaults to 1. Must be 1 for liveness and
|
|
1470
|
+
# startup Probes.
|
|
1470
1471
|
# Corresponds to the JSON property `successThreshold`
|
|
1471
1472
|
# @return [Fixnum]
|
|
1472
1473
|
attr_accessor :success_threshold
|
|
@@ -1478,8 +1479,9 @@ module Google
|
|
|
1478
1479
|
attr_accessor :tcp_socket
|
|
1479
1480
|
|
|
1480
1481
|
# (Optional) Number of seconds after which the probe times out. Defaults to 1
|
|
1481
|
-
# second. Minimum value is 1.
|
|
1482
|
-
# workloads/pods/
|
|
1482
|
+
# second. Minimum value is 1. Maximum value is 3600. Must be smaller than
|
|
1483
|
+
# period_seconds. More info: https://kubernetes.io/docs/concepts/workloads/pods/
|
|
1484
|
+
# pod-lifecycle#container-probes
|
|
1483
1485
|
# Corresponds to the JSON property `timeoutSeconds`
|
|
1484
1486
|
# @return [Fixnum]
|
|
1485
1487
|
attr_accessor :timeout_seconds
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RunV1alpha1
|
|
18
18
|
# Version of the google-apis-run_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.22.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220218"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-run_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.22.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: 2022-02-
|
|
11
|
+
date: 2022-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1alpha1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.22.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1alpha1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|