google-apis-run_v1 0.7.0 → 0.8.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_v1/classes.rb +4 -4
- data/lib/google/apis/run_v1/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: c0d3f919653ac61ec921e08b8ccb0ddf34a3b430d0068e0a4100854da990e94e
|
|
4
|
+
data.tar.gz: 73e892e6b17fc6a06c0fb79e9cca28c5f382dd5d35fbc66e653f150ca9327e1f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e97775e162a06509fcb50e70ad48f44723851b00a07d9ee1c94d92ec3c45eccf7c293537d1007a8b8ad8ca5f7c5b2aed7faa88e75db5df0d75c6c83df61c287c
|
|
7
|
+
data.tar.gz: 7a5c5995d79b3480429a851a10d9ee2610c00965026615543f681556cd6bedf2f3b245ac7073df0cbeddb685fe1f35cf8b1c2ba21822d01a0b323d8a76c83835
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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:
|
|
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:
|
|
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
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|