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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c7e99b7037421074f36608200f01592a22a9f7f48700dd83c4b01d50a1e939b
4
- data.tar.gz: a01c160f43fa8b25cd316afb824c1d761e98a43d2736983606407462d4b9da2b
3
+ metadata.gz: 5bfe978a4227ce74f57a2a112e253ad8938c0f27451b1d9389c5cb2d2f1f0d95
4
+ data.tar.gz: 94ee1c4e4ce0cadedcb44937c1cdb832bfb5e42639732197ebd01b0c802bf2c2
5
5
  SHA512:
6
- metadata.gz: 85bc07cc5e597931116e333fee1da4a2e917514cde156f751016558b53e5b24ef0fe83e4c4735d8450c8bf4dce8a752e6ef995b0bf4c1acd9933c5469d46b41e
7
- data.tar.gz: 39d3f79b46ae6a2125bd4a5634c2e93a9cd60c9ba247b3492e479372de55c22bc62efeedcfff20639db7acc0c1845e06ff98f362142da98b2964caea4d579a9e
6
+ metadata.gz: c1403646a3e2aa65dd571ad20f090d3b6963deb23fb58e590fbfe72f50f973701a133ed935e6521d9e2d7eeead8f7db87ab4c15c6790f24eacb17fabfa69cb16
7
+ data.tar.gz: 7058cfa2de58e118fb346e9675adb63817b6ceef99570810d4709b4b4c2b5edf1df0912c9461a28575e33b2ff6094b351cd21977aa28dc0a5c8e93b5ad85110b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.5.0 (2021-03-26)
4
+
5
+ * Regenerated from discovery document revision 20210319
6
+
3
7
  ### v0.4.0 (2021-03-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20210312
@@ -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#spec-and-status +
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#types-kinds +
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.4.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 = "20210312"
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.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-22 00:00:00.000000000 Z
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.4.0
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: []