google-apis-run_v1alpha1 0.17.0 → 0.18.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d7090f7b1d939bdf52d4bb51ca3d0444379b55957155634a6246aaa10ee783e
4
- data.tar.gz: 835cd773f2a31f562de8724dd56a2557ced8775e22c3d4245d975cf82c35a013
3
+ metadata.gz: 9759f38793fdf190ed06c999ee2658f7f32913236e921217ef085ef663ea63cc
4
+ data.tar.gz: dab18e494df52c26e46b1616b7a2a7a90407bb0678518c171723c8efd39ad2e4
5
5
  SHA512:
6
- metadata.gz: 2fefa08599f846dc3e2851d726ed2a63d770b207aca04592198aece541c0500406d106380625e655fae3f40bf2f5053915176cdbb6ea347445847dea2ac06778
7
- data.tar.gz: 84287847feee6f25a466d798ee9da4966bf13ad466451927289e9d7716f40d557066f4c3765a5ee1029fc456fe3ea8b82d83dcd76ef821c6f50380ec6bd56868
6
+ metadata.gz: 74ef59670e5492f3599d3af6c0d93b27966d27dacfc3628c1c7eac40de8d8b0cd778ea2409a7ee623b3f4502b0b42048c4992843cbaee071d86676b200be8097
7
+ data.tar.gz: 1defec851f066bfa948a208d434b37fe684805dcd77b83700b473ceec5102700695ab595227bd85b277541b7b0dae01dc63fa41494710d241df8f33207c6966a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1alpha1
2
2
 
3
+ ### v0.18.0 (2021-11-17)
4
+
5
+ * Regenerated from discovery document revision 20211112
6
+
3
7
  ### v0.17.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
@@ -1515,12 +1515,12 @@ module Google
1515
1515
  attr_accessor :limits
1516
1516
 
1517
1517
  # (Optional) Only memory and CPU are supported. Note: The only supported values
1518
- # for CPU are '1' and '2'. Requests describes the minimum amount of compute
1519
- # resources required. If Requests is omitted for a container, it defaults to
1520
- # Limits if that is explicitly specified, otherwise to an implementation-defined
1521
- # value. The values of the map is string form of the 'quantity' k8s type: https:/
1522
- # /github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/
1523
- # pkg/api/resource/quantity.go
1518
+ # for CPU are '1', '2', and '4'. Requests describes the minimum amount of
1519
+ # compute resources required. If Requests is omitted for a container, it
1520
+ # defaults to Limits if that is explicitly specified, otherwise to an
1521
+ # implementation-defined value. The values of the map is string form of the '
1522
+ # quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/
1523
+ # staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
1524
1524
  # Corresponds to the JSON property `requests`
1525
1525
  # @return [Hash<String,String>]
1526
1526
  attr_accessor :requests
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1alpha1
18
18
  # Version of the google-apis-run_v1alpha1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211001"
25
+ REVISION = "20211112"
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_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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-10-27 00:00:00.000000000 Z
11
+ date: 2021-12-06 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_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []