google-apis-run_v1 0.21.0 → 0.22.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: 3225e398b2f5d4fa87e752a6e5ad78ee61ef99e899dcdb71f4e21942d50dc051
4
- data.tar.gz: bb2f63486e4fa0828e44f91602d03d9d47dbf99fd54d3acb6656d33809e93701
3
+ metadata.gz: 6bf6de7364dc09ea89b9c0c143f290f7b3e23ac38a33de85879fb3489a508b65
4
+ data.tar.gz: 612b7ac451705a53104a6808c732aec3027d7ec4a2d477096da7b3b266202861
5
5
  SHA512:
6
- metadata.gz: 4da1f9b2857314820e0b39bba942755b7b90176ef763c7b9d5c242a9b939181395b7f7d6889f32bb8c0e2d8fa80133a039d8fc2fc4d520451d340ae6d7335cd3
7
- data.tar.gz: 85e09b6bc95e6a17835adc35558a8d769d6c5654abdb4200c0e3673aa5117796acff6689e1c8c38249a43556a8741ff04e696491a842fa9eb476995509614c5a
6
+ metadata.gz: 4fb2dde76c1e4ca3388386b4aeae05c2a39840c404fa51c08024a0ca71ae5e4ed08ba48fe0109389ddb5a4a7017a76bb7af1683d7df6c25a01fbf97ed421ffd1
7
+ data.tar.gz: f93ace0e50bcbc4f4ee060c859ff0c99bdc1d2df24ace76a9046984c765a9dc57a9643815950c3d1a5639031ade9f8144112eb28ac3bab2f3f0ce16893d5cfdc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.22.0 (2022-02-24)
4
+
5
+ * Regenerated from discovery document revision 20220218
6
+
3
7
  ### v0.21.0 (2022-02-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20220204
@@ -2405,14 +2405,15 @@ module Google
2405
2405
  attr_accessor :initial_delay_seconds
2406
2406
 
2407
2407
  # (Optional) How often (in seconds) to perform the probe. Default to 10 seconds.
2408
- # Minimum value is 1.
2408
+ # Minimum value is 1. Maximum value is 3600. Must be greater or equal than
2409
+ # timeout_seconds.
2409
2410
  # Corresponds to the JSON property `periodSeconds`
2410
2411
  # @return [Fixnum]
2411
2412
  attr_accessor :period_seconds
2412
2413
 
2413
2414
  # (Optional) Minimum consecutive successes for the probe to be considered
2414
- # successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum
2415
- # value is 1.
2415
+ # successful after having failed. Defaults to 1. Must be 1 for liveness and
2416
+ # startup Probes.
2416
2417
  # Corresponds to the JSON property `successThreshold`
2417
2418
  # @return [Fixnum]
2418
2419
  attr_accessor :success_threshold
@@ -2424,8 +2425,9 @@ module Google
2424
2425
  attr_accessor :tcp_socket
2425
2426
 
2426
2427
  # (Optional) Number of seconds after which the probe times out. Defaults to 1
2427
- # second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/
2428
- # workloads/pods/pod-lifecycle#container-probes
2428
+ # second. Minimum value is 1. Maximum value is 3600. Must be smaller than
2429
+ # period_seconds. More info: https://kubernetes.io/docs/concepts/workloads/pods/
2430
+ # pod-lifecycle#container-probes
2429
2431
  # Corresponds to the JSON property `timeoutSeconds`
2430
2432
  # @return [Fixnum]
2431
2433
  attr_accessor :timeout_seconds
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1
18
18
  # Version of the google-apis-run_v1 gem
19
- GEM_VERSION = "0.21.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 = "20220204"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.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-14 00:00:00.000000000 Z
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
63
63
  post_install_message:
64
64
  rdoc_options: []