google-apis-run_v1 0.12.0 → 0.13.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 +17 -17
- data/lib/google/apis/run_v1/gem_version.rb +2 -2
- data/lib/google/apis/run_v1.rb +1 -1
- 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: 9d8915bdc8e96998dfbda157e9573acb40247f75d82621c42cd6e478d566fffb
|
4
|
+
data.tar.gz: facc13f30c42962996499d94e319b4f2a403d604dabe232f22843500476eeed0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c8dc33fb66b7c23035eb423034c6b161619f02f181668068fd2256a594cdd9f7a8780547611e2477c9b1278cc779a346ea2ff2f924f316a4c612471e9dd84b4
|
7
|
+
data.tar.gz: e42aee4e5975501a68c8e7344904c43d9c42bcce3d700e02e7af7f4b6b94c2bbcd0997a98a865f5fa89b1ec3568e33e4f638c800b836cac596da51e25b6adacf
|
data/CHANGELOG.md
CHANGED
@@ -338,7 +338,7 @@ module Google
|
|
338
338
|
# and optionally how the containers those revisions reference are built. Users
|
339
339
|
# create new Revisions by updating the Configuration's spec. The "latest created"
|
340
340
|
# revision's name is available under status, as is the "latest ready" revision'
|
341
|
-
# s name. See also: https://github.com/knative/serving/blob/
|
341
|
+
# s name. See also: https://github.com/knative/serving/blob/main/docs/spec/
|
342
342
|
# overview.md#configuration
|
343
343
|
class Configuration
|
344
344
|
include Google::Apis::Core::Hashable
|
@@ -984,7 +984,7 @@ module Google
|
|
984
984
|
attr_accessor :status
|
985
985
|
|
986
986
|
# type is used to communicate the status of the reconciliation process. See also:
|
987
|
-
# https://github.com/knative/serving/blob/
|
987
|
+
# https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-
|
988
988
|
# conditions-and-reporting Types common to all resources include: * "Ready":
|
989
989
|
# True when the Resource is ready.
|
990
990
|
# Corresponds to the JSON property `type`
|
@@ -1754,7 +1754,7 @@ module Google
|
|
1754
1754
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
1755
1755
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
1756
1756
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
1757
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
1757
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
1758
1758
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
1759
1759
|
# google.com/iam/docs/).
|
1760
1760
|
class Policy
|
@@ -1964,7 +1964,7 @@ module Google
|
|
1964
1964
|
|
1965
1965
|
# Revision is an immutable snapshot of code and configuration. A revision
|
1966
1966
|
# references a container image. Revisions are created by updates to a
|
1967
|
-
# Configuration. See also: https://github.com/knative/serving/blob/
|
1967
|
+
# Configuration. See also: https://github.com/knative/serving/blob/main/docs/
|
1968
1968
|
# spec/overview.md#revision
|
1969
1969
|
class Revision
|
1970
1970
|
include Google::Apis::Core::Hashable
|
@@ -2027,7 +2027,7 @@ module Google
|
|
2027
2027
|
# this Revision. In the context of a Revision, we disallow a number of fields on
|
2028
2028
|
# this Container, including: name and lifecycle. In Cloud Run, only a single
|
2029
2029
|
# container may be provided. The runtime contract is documented here: https://
|
2030
|
-
# github.com/knative/serving/blob/
|
2030
|
+
# github.com/knative/serving/blob/main/docs/runtime-contract.md
|
2031
2031
|
# Corresponds to the JSON property `containers`
|
2032
2032
|
# @return [Array<Google::Apis::RunV1::Container>]
|
2033
2033
|
attr_accessor :containers
|
@@ -2042,9 +2042,9 @@ module Google
|
|
2042
2042
|
|
2043
2043
|
# TimeoutSeconds holds the max duration the instance is allowed for responding
|
2044
2044
|
# to a request. Cloud Run fully managed: defaults to 300 seconds (5 minutes).
|
2045
|
-
# Maximum allowed value is
|
2046
|
-
#
|
2047
|
-
#
|
2045
|
+
# Maximum allowed value is 3600 seconds (1 hour). Cloud Run for Anthos: defaults
|
2046
|
+
# to 300 seconds (5 minutes). Maximum allowed value is configurable by the
|
2047
|
+
# cluster operator.
|
2048
2048
|
# Corresponds to the JSON property `timeoutSeconds`
|
2049
2049
|
# @return [Fixnum]
|
2050
2050
|
attr_accessor :timeout_seconds
|
@@ -2158,8 +2158,8 @@ module Google
|
|
2158
2158
|
# referencing the Configuration responsible for creating them; in these cases
|
2159
2159
|
# the Route is additionally responsible for monitoring the Configuration for "
|
2160
2160
|
# latest ready" revision changes, and smoothly rolling out latest revisions. See
|
2161
|
-
# also: https://github.com/knative/serving/blob/
|
2162
|
-
#
|
2161
|
+
# also: https://github.com/knative/serving/blob/main/docs/spec/overview.md#route
|
2162
|
+
# Cloud Run currently supports referencing a single Configuration to
|
2163
2163
|
# automatically deploy the "latest ready" Revision from that Configuration.
|
2164
2164
|
class Route
|
2165
2165
|
include Google::Apis::Core::Hashable
|
@@ -2454,7 +2454,7 @@ module Google
|
|
2454
2454
|
# Routes and Configurations (much as a kubernetes Deployment orchestrates
|
2455
2455
|
# ReplicaSets). The Service's controller will track the statuses of its owned
|
2456
2456
|
# Configuration and Route, reflecting their statuses and conditions as its own.
|
2457
|
-
# See also: https://github.com/knative/serving/blob/
|
2457
|
+
# See also: https://github.com/knative/serving/blob/main/docs/spec/overview.md#
|
2458
2458
|
# service
|
2459
2459
|
class Service
|
2460
2460
|
include Google::Apis::Core::Hashable
|
@@ -2629,7 +2629,7 @@ module Google
|
|
2629
2629
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
2630
2630
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
2631
2631
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
2632
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
2632
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
2633
2633
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
2634
2634
|
# google.com/iam/docs/).
|
2635
2635
|
# Corresponds to the JSON property `policy`
|
@@ -2950,7 +2950,7 @@ module Google
|
|
2950
2950
|
end
|
2951
2951
|
end
|
2952
2952
|
|
2953
|
-
#
|
2953
|
+
# Volume represents a named volume in a container.
|
2954
2954
|
class Volume
|
2955
2955
|
include Google::Apis::Core::Hashable
|
2956
2956
|
|
@@ -2962,7 +2962,7 @@ module Google
|
|
2962
2962
|
# @return [Google::Apis::RunV1::ConfigMapVolumeSource]
|
2963
2963
|
attr_accessor :config_map
|
2964
2964
|
|
2965
|
-
# Volume's name.
|
2965
|
+
# Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.
|
2966
2966
|
# Corresponds to the JSON property `name`
|
2967
2967
|
# @return [String]
|
2968
2968
|
attr_accessor :name
|
@@ -2987,8 +2987,7 @@ module Google
|
|
2987
2987
|
end
|
2988
2988
|
end
|
2989
2989
|
|
2990
|
-
#
|
2991
|
-
# a container.
|
2990
|
+
# VolumeMount describes a mounting of a Volume within a container.
|
2992
2991
|
class VolumeMount
|
2993
2992
|
include Google::Apis::Core::Hashable
|
2994
2993
|
|
@@ -2998,7 +2997,8 @@ module Google
|
|
2998
2997
|
# @return [String]
|
2999
2998
|
attr_accessor :mount_path
|
3000
2999
|
|
3001
|
-
#
|
3000
|
+
# The name of the volume. There must be a corresponding Volume with the same
|
3001
|
+
# name.
|
3002
3002
|
# Corresponds to the JSON property `name`
|
3003
3003
|
# @return [String]
|
3004
3004
|
attr_accessor :name
|
@@ -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.13.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 = "20210813"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
data/lib/google/apis/run_v1.rb
CHANGED
@@ -31,7 +31,7 @@ module Google
|
|
31
31
|
# This is NOT the gem version.
|
32
32
|
VERSION = 'V1'
|
33
33
|
|
34
|
-
# See, edit, configure, and delete your Google Cloud
|
34
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
35
35
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
36
36
|
end
|
37
37
|
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.13.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-09-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/master/generated/google-apis-run_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|