google-apis-run_v1 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/run_v1/classes.rb +5 -5
- 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: 5bfe978a4227ce74f57a2a112e253ad8938c0f27451b1d9389c5cb2d2f1f0d95
|
4
|
+
data.tar.gz: 94ee1c4e4ce0cadedcb44937c1cdb832bfb5e42639732197ebd01b0c802bf2c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1403646a3e2aa65dd571ad20f090d3b6963deb23fb58e590fbfe72f50f973701a133ed935e6521d9e2d7eeead8f7db87ab4c15c6790f24eacb17fabfa69cb16
|
7
|
+
data.tar.gz: 7058cfa2de58e118fb346e9675adb63817b6ceef99570810d4709b4b4c2b5edf1df0912c9461a28575e33b2ff6094b351cd21977aa28dc0a5c8e93b5ad85110b
|
data/CHANGELOG.md
CHANGED
@@ -1735,7 +1735,7 @@ module Google
|
|
1735
1735
|
alias_method :controller?, :controller
|
1736
1736
|
|
1737
1737
|
# Kind of the referent. More info: https://git.k8s.io/community/contributors/
|
1738
|
-
# devel/api-conventions.md#types-kinds
|
1738
|
+
# devel/sig-architecture/api-conventions.md#types-kinds
|
1739
1739
|
# Corresponds to the JSON property `kind`
|
1740
1740
|
# @return [String]
|
1741
1741
|
attr_accessor :kind
|
@@ -2735,8 +2735,8 @@ module Google
|
|
2735
2735
|
attr_accessor :reason
|
2736
2736
|
|
2737
2737
|
# Status of the operation. One of: "Success" or "Failure". More info: https://
|
2738
|
-
# git.k8s.io/community/contributors/devel/api-conventions.md#
|
2739
|
-
# optional
|
2738
|
+
# git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#
|
2739
|
+
# spec-and-status +optional
|
2740
2740
|
# Corresponds to the JSON property `status`
|
2741
2741
|
# @return [String]
|
2742
2742
|
attr_accessor :status
|
@@ -2817,8 +2817,8 @@ module Google
|
|
2817
2817
|
|
2818
2818
|
# The kind attribute of the resource associated with the status StatusReason. On
|
2819
2819
|
# some operations may differ from the requested resource Kind. More info: https:/
|
2820
|
-
# /git.k8s.io/community/contributors/devel/api-conventions.md#
|
2821
|
-
# optional
|
2820
|
+
# /git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#
|
2821
|
+
# types-kinds +optional
|
2822
2822
|
# Corresponds to the JSON property `kind`
|
2823
2823
|
# @return [String]
|
2824
2824
|
attr_accessor :kind
|
@@ -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.5.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 = "20210319"
|
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.5.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-03-
|
11
|
+
date: 2021-03-29 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.5.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: []
|