google-apis-run_v1 0.20.0 → 0.21.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_v1/classes.rb +9 -8
- data/lib/google/apis/run_v1/gem_version.rb +2 -2
- data/lib/google/apis/run_v1/service.rb +3 -2
- data/lib/google/apis/run_v1.rb +3 -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: 3225e398b2f5d4fa87e752a6e5ad78ee61ef99e899dcdb71f4e21942d50dc051
|
|
4
|
+
data.tar.gz: bb2f63486e4fa0828e44f91602d03d9d47dbf99fd54d3acb6656d33809e93701
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4da1f9b2857314820e0b39bba942755b7b90176ef763c7b9d5c242a9b939181395b7f7d6889f32bb8c0e2d8fa80133a039d8fc2fc4d520451d340ae6d7335cd3
|
|
7
|
+
data.tar.gz: 85e09b6bc95e6a17835adc35558a8d769d6c5654abdb4200c0e3673aa5117796acff6689e1c8c38249a43556a8741ff04e696491a842fa9eb476995509614c5a
|
data/CHANGELOG.md
CHANGED
|
@@ -2051,7 +2051,7 @@ module Google
|
|
|
2051
2051
|
# (Optional) Annotations is an unstructured key value map stored with a resource
|
|
2052
2052
|
# that may be set by external tools to store and retrieve arbitrary metadata.
|
|
2053
2053
|
# They are not queryable and should be preserved when modifying objects. More
|
|
2054
|
-
# info:
|
|
2054
|
+
# info: https://kubernetes.io/docs/user-guide/annotations
|
|
2055
2055
|
# Corresponds to the JSON property `annotations`
|
|
2056
2056
|
# @return [Hash<String,String>]
|
|
2057
2057
|
attr_accessor :annotations
|
|
@@ -2138,7 +2138,8 @@ module Google
|
|
|
2138
2138
|
|
|
2139
2139
|
# (Optional) Map of string keys and values that can be used to organize and
|
|
2140
2140
|
# categorize (scope and select) objects. May match selectors of replication
|
|
2141
|
-
# controllers and routes. More info:
|
|
2141
|
+
# controllers and routes. More info: https://kubernetes.io/docs/user-guide/
|
|
2142
|
+
# labels
|
|
2142
2143
|
# Corresponds to the JSON property `labels`
|
|
2143
2144
|
# @return [Hash<String,String>]
|
|
2144
2145
|
attr_accessor :labels
|
|
@@ -2147,7 +2148,7 @@ module Google
|
|
|
2147
2148
|
# when creating resources, although some resources may allow a client to request
|
|
2148
2149
|
# the generation of an appropriate name automatically. Name is primarily
|
|
2149
2150
|
# intended for creation idempotence and configuration definition. Cannot be
|
|
2150
|
-
# updated. More info:
|
|
2151
|
+
# updated. More info: https://kubernetes.io/docs/user-guide/identifiers#names +
|
|
2151
2152
|
# optional
|
|
2152
2153
|
# Corresponds to the JSON property `name`
|
|
2153
2154
|
# @return [String]
|
|
@@ -2189,7 +2190,7 @@ module Google
|
|
|
2189
2190
|
# (Optional) UID is the unique in time and space value for this object. It is
|
|
2190
2191
|
# typically generated by the server on successful creation of a resource and is
|
|
2191
2192
|
# not allowed to change on PUT operations. Populated by the system. Read-only.
|
|
2192
|
-
# More info:
|
|
2193
|
+
# More info: https://kubernetes.io/docs/user-guide/identifiers#uids
|
|
2193
2194
|
# Corresponds to the JSON property `uid`
|
|
2194
2195
|
# @return [String]
|
|
2195
2196
|
attr_accessor :uid
|
|
@@ -2251,13 +2252,13 @@ module Google
|
|
|
2251
2252
|
# @return [String]
|
|
2252
2253
|
attr_accessor :kind
|
|
2253
2254
|
|
|
2254
|
-
# Name of the referent. More info:
|
|
2255
|
+
# Name of the referent. More info: https://kubernetes.io/docs/user-guide/
|
|
2255
2256
|
# identifiers#names
|
|
2256
2257
|
# Corresponds to the JSON property `name`
|
|
2257
2258
|
# @return [String]
|
|
2258
2259
|
attr_accessor :name
|
|
2259
2260
|
|
|
2260
|
-
# UID of the referent. More info:
|
|
2261
|
+
# UID of the referent. More info: https://kubernetes.io/docs/user-guide/
|
|
2261
2262
|
# identifiers#uids
|
|
2262
2263
|
# Corresponds to the JSON property `uid`
|
|
2263
2264
|
# @return [String]
|
|
@@ -3383,7 +3384,7 @@ module Google
|
|
|
3383
3384
|
attr_accessor :retry_after_seconds
|
|
3384
3385
|
|
|
3385
3386
|
# UID of the resource. (when there is a single resource which can be described).
|
|
3386
|
-
# More info:
|
|
3387
|
+
# More info: https://kubernetes.io/docs/user-guide/identifiers#uids +optional
|
|
3387
3388
|
# Corresponds to the JSON property `uid`
|
|
3388
3389
|
# @return [String]
|
|
3389
3390
|
attr_accessor :uid
|
|
@@ -3738,7 +3739,7 @@ module Google
|
|
|
3738
3739
|
|
|
3739
3740
|
# Output only. URL displays the URL for accessing tagged traffic targets. URL is
|
|
3740
3741
|
# displayed in status, and is disallowed on spec. URL must contain a scheme (e.g.
|
|
3741
|
-
#
|
|
3742
|
+
# https://) and a hostname, but may not contain anything else (e.g. basic auth,
|
|
3742
3743
|
# url path, etc.)
|
|
3743
3744
|
# Corresponds to the JSON property `url`
|
|
3744
3745
|
# @return [String]
|
|
@@ -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.21.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220204"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -23,8 +23,9 @@ module Google
|
|
|
23
23
|
# Cloud Run Admin API
|
|
24
24
|
#
|
|
25
25
|
# Deploy and manage user provided container images that scale automatically
|
|
26
|
-
# based on incoming requests. The Cloud Run Admin API follows the Knative
|
|
27
|
-
# Serving API specification
|
|
26
|
+
# based on incoming requests. The Cloud Run Admin API v1 follows the Knative
|
|
27
|
+
# Serving API specification, while v2 is aligned with Google Cloud AIP-based API
|
|
28
|
+
# standards, as described in https://google.aip.dev/.
|
|
28
29
|
#
|
|
29
30
|
# @example
|
|
30
31
|
# require 'google/apis/run_v1'
|
data/lib/google/apis/run_v1.rb
CHANGED
|
@@ -22,8 +22,9 @@ module Google
|
|
|
22
22
|
# Cloud Run Admin API
|
|
23
23
|
#
|
|
24
24
|
# Deploy and manage user provided container images that scale automatically
|
|
25
|
-
# based on incoming requests. The Cloud Run Admin API follows the Knative
|
|
26
|
-
# Serving API specification
|
|
25
|
+
# based on incoming requests. The Cloud Run Admin API v1 follows the Knative
|
|
26
|
+
# Serving API specification, while v2 is aligned with Google Cloud AIP-based API
|
|
27
|
+
# standards, as described in https://google.aip.dev/.
|
|
27
28
|
#
|
|
28
29
|
# @see https://cloud.google.com/run/
|
|
29
30
|
module RunV1
|
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.21.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-
|
|
11
|
+
date: 2022-02-14 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_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.21.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|