google-apis-run_v1alpha1 0.21.0 → 0.24.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: 6634febc11525c2f3f74ff173738544bb98a2e1980414eabe6537ef94edf6a63
4
- data.tar.gz: 7355f532fa362c34ce3f421d84352cdc4678bae0ddbb729fc8a1bade570cceba
3
+ metadata.gz: f4f866b5cfd99b3206275667d72c1dcfd64d4d03f6eeeeb1994c1152a47042a5
4
+ data.tar.gz: c004becf72f544c0259666471a237e2ab5d3d6e36adcc2af49d8159fb91c65cf
5
5
  SHA512:
6
- metadata.gz: 8d86e186dfc4be0a31562f17bdc81170a083667c9f132200397c5c45d7e5455ad8f23d518f09985e6a164c32962af45dbe3c79490525c544d670caaeac0bd1e1
7
- data.tar.gz: 006ddff7c2c02438d59cff3e491912acacdd167d99ae9fa8c8f9029b834b379e09a0c1067b9412da924fb4ad7aa8b37b15f204ff1851995e4388c681b4ff1220
6
+ metadata.gz: 7a17c85824dd06258e71fa142c472b40d28c2d09d5b2cbb081c86fd9f23b5ef665b3bf0e89b11ea2f4f90bfb12e6c56d115532d50e2062c0b48065a2185d99c5
7
+ data.tar.gz: 0dc53e22490675a2407c877a4b7954d45714d6ef509cba5faf6d044f8eaee59ef89cbc037338521fec1dfbf707dd4ee1058a074c6255c245d3b18e9ed582db13
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-run_v1alpha1
2
2
 
3
+ ### v0.24.0 (2022-04-13)
4
+
5
+ * Regenerated from discovery document revision 20220408
6
+
7
+ ### v0.23.0 (2022-03-24)
8
+
9
+ * Regenerated from discovery document revision 20220318
10
+
11
+ ### v0.22.0 (2022-02-23)
12
+
13
+ * Regenerated from discovery document revision 20220218
14
+
3
15
  ### v0.21.0 (2022-02-03)
4
16
 
5
17
  * Regenerated from discovery document revision 20220128
@@ -349,8 +349,7 @@ module Google
349
349
  # A generic empty message that you can re-use to avoid defining duplicated empty
350
350
  # messages in your APIs. A typical example is to use it as the request or the
351
351
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
352
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
353
- # `Empty` is empty JSON object ````.
352
+ # protobuf.Empty) returns (google.protobuf.Empty); `
354
353
  class Empty
355
354
  include Google::Apis::Core::Hashable
356
355
 
@@ -1452,21 +1451,23 @@ module Google
1452
1451
  attr_accessor :http_get
1453
1452
 
1454
1453
  # (Optional) Number of seconds after the container has started before liveness
1455
- # probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/
1456
- # pods/pod-lifecycle#container-probes
1454
+ # probes are initiated. Defaults to 0 seconds. Minimum value is 0. Max value for
1455
+ # liveness probe is 3600. Max value for startup probe is 240. More info: https://
1456
+ # kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
1457
1457
  # Corresponds to the JSON property `initialDelaySeconds`
1458
1458
  # @return [Fixnum]
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. Max value for liveness probe is 3600. Max value for
1463
+ # startup probe is 240. Must be greater or equal than 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. Minimum
1469
- # value is 1.
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. More info: https://kubernetes.io/docs/concepts/
1482
- # workloads/pods/pod-lifecycle#container-probes
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.21.0"
19
+ GEM_VERSION = "0.24.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 = "20220128"
25
+ REVISION = "20220408"
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.21.0
4
+ version: 0.24.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-07 00:00:00.000000000 Z
11
+ date: 2022-04-18 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.24.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: []