google-apis-run_v1 0.7.0 → 0.8.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: eb89456d9abb7c00c45e52f5ba97442b270cedeb25712c4a600f3e03956ba471
4
- data.tar.gz: dc7668057796e0624003d78d3f92e57547115760e3ad181e40016433cd74e5e2
3
+ metadata.gz: c0d3f919653ac61ec921e08b8ccb0ddf34a3b430d0068e0a4100854da990e94e
4
+ data.tar.gz: 73e892e6b17fc6a06c0fb79e9cca28c5f382dd5d35fbc66e653f150ca9327e1f
5
5
  SHA512:
6
- metadata.gz: fd3ae6507a7b63ca2c032f9b26db9ad723553bbc990264a16f567814aee2ed473bb0e4ff12caf8062ae13897d45e6d100015f571fa6a732ea263fba87f10d13b
7
- data.tar.gz: 1779bf3edc3c5a8db371696561a317520152bd07938a9027ac748770ba9bc1bb64f9ba8dc51b63fe5eb7abd6dbc64941eb83a65d78bf441bdd94890f096777e1
6
+ metadata.gz: e97775e162a06509fcb50e70ad48f44723851b00a07d9ee1c94d92ec3c45eccf7c293537d1007a8b8ad8ca5f7c5b2aed7faa88e75db5df0d75c6c83df61c287c
7
+ data.tar.gz: 7a5c5995d79b3480429a851a10d9ee2610c00965026615543f681556cd6bedf2f3b245ac7073df0cbeddb685fe1f35cf8b1c2ba21822d01a0b323d8a76c83835
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.8.0 (2021-05-22)
4
+
5
+ * Regenerated from discovery document revision 20210517
6
+
3
7
  ### v0.7.0 (2021-04-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20210409
@@ -316,7 +316,7 @@ module Google
316
316
  # referenced Secret will be projected into the volume as a file whose name is
317
317
  # the key and content is the value. If specified, the listed keys will be
318
318
  # projected into the specified paths, and unlisted keys will not be present. If
319
- # a key is specified which is not present in the Secret, the volume setup will
319
+ # a key is specified that is not present in the Secret, the volume setup will
320
320
  # error unless it is marked optional.
321
321
  # Corresponds to the JSON property `items`
322
322
  # @return [Array<Google::Apis::RunV1::KeyToPath>]
@@ -889,7 +889,7 @@ module Google
889
889
  # @return [Google::Apis::RunV1::ConfigMapKeySelector]
890
890
  attr_accessor :config_map_key_ref
891
891
 
892
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
892
+ # Cloud Run fully managed: supported Cloud Run for Anthos: supported
893
893
  # SecretKeySelector selects a key of a Secret.
894
894
  # Corresponds to the JSON property `secretKeyRef`
895
895
  # @return [Google::Apis::RunV1::SecretKeySelector]
@@ -2375,7 +2375,7 @@ module Google
2375
2375
  end
2376
2376
  end
2377
2377
 
2378
- # Cloud Run fully managed: not supported Cloud Run for Anthos: supported
2378
+ # Cloud Run fully managed: supported Cloud Run for Anthos: supported
2379
2379
  # SecretKeySelector selects a key of a Secret.
2380
2380
  class SecretKeySelector
2381
2381
  include Google::Apis::Core::Hashable
@@ -2454,7 +2454,7 @@ module Google
2454
2454
  # key-value pair in the Data field of the referenced Secret will be projected
2455
2455
  # into the volume as a file whose name is the key and content is the value. If
2456
2456
  # specified, the listed keys will be projected into the specified paths, and
2457
- # unlisted keys will not be present. If a key is specified which is not present
2457
+ # unlisted keys will not be present. If a key is specified that is not present
2458
2458
  # in the Secret, the volume setup will error unless it is marked optional.
2459
2459
  # Corresponds to the JSON property `items`
2460
2460
  # @return [Array<Google::Apis::RunV1::KeyToPath>]
@@ -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.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210409"
25
+ REVISION = "20210517"
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.7.0
4
+ version: 0.8.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: 2021-05-18 00:00:00.000000000 Z
11
+ date: 2021-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.7.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1
57
57
  post_install_message:
58
58
  rdoc_options: []