google-apis-run_v1 0.25.0 → 0.26.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: b71b7589edadaa7eae56f236a2471e23d57080cb1cbb74e93bccf8e79e91f2a6
4
- data.tar.gz: 031be1c035ace9c319f761061456ce235d8c3434ac7387024296437143787c31
3
+ metadata.gz: cfd6c66b6e29e87895fa6e26a14c0b6e80d4349b5fcc9a577a0b4114ec6b0d10
4
+ data.tar.gz: af6f1a815c20a869b04741c6be36dcc47f2e9621bce8ce09735e639e18bbd220
5
5
  SHA512:
6
- metadata.gz: 16f2a66365f483f4d1fb401f4748bab35c9154b19c19e32d006078e741d57e165abf9eb5a04ba4d6d9292f309c3620979950fe2b7250132f0dcfa89d1c39c35d
7
- data.tar.gz: 363038f2413986cc8ed26d79a9bcadfa1285c321e5545e4319d9d2483b58a16b5287b91852dddd0da08bca388ee2c9080fbae64374f860955eae5d036273aef7
6
+ metadata.gz: 81c7659ad2da6ae3984d039399a7245ae8814b11bf0ee2196436a5c7f15d16872e6a4325d093aeab12b84a4865f1aae733b446c240f60e03b08a9a086394457f
7
+ data.tar.gz: 982404ab88222c45f56d9a16ade838fc1b0add143e2c3bd7151c1aac1ea3ab785cda71ba534e421db696dd2b3f67522d9f6d3bce916699b144703e523a8a27b6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.26.0 (2022-04-13)
4
+
5
+ * Regenerated from discovery document revision 20220408
6
+
3
7
  ### v0.25.0 (2022-04-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20220401
@@ -163,7 +163,7 @@ module Google
163
163
  # @return [Google::Apis::RunV1::Expr]
164
164
  attr_accessor :condition
165
165
 
166
- # Specifies the principals requesting access for a Cloud Platform resource. `
166
+ # Specifies the principals requesting access for a Google Cloud resource. `
167
167
  # members` can have the following values: * `allUsers`: A special identifier
168
168
  # that represents anyone who is on the internet; with or without a Google
169
169
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -2410,15 +2410,16 @@ module Google
2410
2410
  attr_accessor :http_get
2411
2411
 
2412
2412
  # (Optional) Number of seconds after the container has started before liveness
2413
- # probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/
2414
- # pods/pod-lifecycle#container-probes
2413
+ # probes are initiated. Defaults to 0 seconds. Minimum value is 0. Max value for
2414
+ # liveness probe is 3600. Max value for startup probe is 240. More info: https://
2415
+ # kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
2415
2416
  # Corresponds to the JSON property `initialDelaySeconds`
2416
2417
  # @return [Fixnum]
2417
2418
  attr_accessor :initial_delay_seconds
2418
2419
 
2419
2420
  # (Optional) How often (in seconds) to perform the probe. Default to 10 seconds.
2420
- # Minimum value is 1. Maximum value is 3600. Must be greater or equal than
2421
- # timeout_seconds.
2421
+ # Minimum value is 1. Max value for liveness probe is 3600. Max value for
2422
+ # startup probe is 240. Must be greater or equal than timeout_seconds.
2422
2423
  # Corresponds to the JSON property `periodSeconds`
2423
2424
  # @return [Fixnum]
2424
2425
  attr_accessor :period_seconds
@@ -3675,7 +3676,7 @@ module Google
3675
3676
  include Google::Apis::Core::Hashable
3676
3677
 
3677
3678
  # The set of permissions to check for the `resource`. Permissions with wildcards
3678
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
3679
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
3679
3680
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
3680
3681
  # Corresponds to the JSON property `permissions`
3681
3682
  # @return [Array<String>]
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.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 = "20220401"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.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-04-11 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.26.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: []