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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/run_v1alpha1/classes.rb +6 -6
- data/lib/google/apis/run_v1alpha1/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: 9759f38793fdf190ed06c999ee2658f7f32913236e921217ef085ef663ea63cc
|
|
4
|
+
data.tar.gz: dab18e494df52c26e46b1616b7a2a7a90407bb0678518c171723c8efd39ad2e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74ef59670e5492f3599d3af6c0d93b27966d27dacfc3628c1c7eac40de8d8b0cd778ea2409a7ee623b3f4502b0b42048c4992843cbaee071d86676b200be8097
|
|
7
|
+
data.tar.gz: 1defec851f066bfa948a208d434b37fe684805dcd77b83700b473ceec5102700695ab595227bd85b277541b7b0dae01dc63fa41494710d241df8f33207c6966a
|
data/CHANGELOG.md
CHANGED
|
@@ -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 '
|
|
1519
|
-
# resources required. If Requests is omitted for a container, it
|
|
1520
|
-
# Limits if that is explicitly specified, otherwise to an
|
|
1521
|
-
# value. The values of the map is string form of the '
|
|
1522
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|