google-apis-run_v1alpha1 0.19.0 → 0.20.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: 96dca461ec06c0be730c6aae2717bab5aefab5d4b15858b404689554295e6d54
4
- data.tar.gz: 98ee5d7b7cee36f1eeab447a4834a3248caef3ff6a9f4e53c32ca6c0a8a8fd30
3
+ metadata.gz: 82242f55fd992153914742705e2f2ddd0300d2014a3e674a37698e96a2269f59
4
+ data.tar.gz: b9bd5409b6bcaf68704c8b5067f61d7647c94eae11b9b8841d7ec19a4ac9bdd3
5
5
  SHA512:
6
- metadata.gz: c9571b536e171d4a7b43abb5b54f2136fbe29322291a7a7618c63859e50d54144acd54c41ad7c6ea6958189f52130c2c816a4b8b2154ff960e799d3288d5b046
7
- data.tar.gz: fa55856c51043c3e48b835621486b98f245cea2306feeee374b30be713206f4e7b1ea6afe17b60b657eb222666792e2c02ad6722b4057fefab58e41f0c139c49
6
+ metadata.gz: a83fc12f9d63d88a1110d3ddd898e4a043b748f8ea06ef4130e2e6aa04c904a4f3695b0ce55552d9e68bcb9bdb485de8a340d3c780cdfd28fd0480074e5cd365
7
+ data.tar.gz: '096ee8d9d952d7147dc9f1bcf9803f381f207bdaa4747687265e095ceb09a8793ba2e344c897f4508450844f9ed9631541d78f59c6bbf991b6f02cbea7814c34'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-run_v1alpha1
2
2
 
3
+ ### v0.20.0 (2022-01-12)
4
+
5
+ * Regenerated from discovery document revision 20220107
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.19.0 (2021-12-16)
4
9
 
5
10
  * Unspecified changes
@@ -1504,20 +1504,17 @@ module Google
1504
1504
  class ResourceRequirements
1505
1505
  include Google::Apis::Core::Hashable
1506
1506
 
1507
- # (Optional) Only memory and CPU are supported. Note: The only supported values
1508
- # for CPU are '1', '2', and '4'. Setting 4 CPU requires at least 2Gi of memory.
1509
- # Limits describes the maximum amount of compute resources allowed. The values
1510
- # of the map is string form of the 'quantity' k8s type: https://github.com/
1511
- # kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/
1512
- # resource/quantity.go
1507
+ # (Optional) Only memory and CPU are supported. Limits describes the maximum
1508
+ # amount of compute resources allowed. The values of the map is string form of
1509
+ # the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/
1510
+ # staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
1513
1511
  # Corresponds to the JSON property `limits`
1514
1512
  # @return [Hash<String,String>]
1515
1513
  attr_accessor :limits
1516
1514
 
1517
- # (Optional) Only memory and CPU are supported. Note: The only supported values
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
1515
+ # (Optional) Only memory and CPU are supported. Requests describes the minimum
1516
+ # amount of compute resources required. If Requests is omitted for a container,
1517
+ # it defaults to Limits if that is explicitly specified, otherwise to an
1521
1518
  # implementation-defined value. The values of the map is string form of the '
1522
1519
  # quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/
1523
1520
  # staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
@@ -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.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211112"
25
+ REVISION = "20220107"
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.19.0
4
+ version: 0.20.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-17 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.20.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Run Admin API V1alpha1