google-apis-run_v1alpha1 0.20.0 → 0.21.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: 82242f55fd992153914742705e2f2ddd0300d2014a3e674a37698e96a2269f59
4
- data.tar.gz: b9bd5409b6bcaf68704c8b5067f61d7647c94eae11b9b8841d7ec19a4ac9bdd3
3
+ metadata.gz: 6634febc11525c2f3f74ff173738544bb98a2e1980414eabe6537ef94edf6a63
4
+ data.tar.gz: 7355f532fa362c34ce3f421d84352cdc4678bae0ddbb729fc8a1bade570cceba
5
5
  SHA512:
6
- metadata.gz: a83fc12f9d63d88a1110d3ddd898e4a043b748f8ea06ef4130e2e6aa04c904a4f3695b0ce55552d9e68bcb9bdb485de8a340d3c780cdfd28fd0480074e5cd365
7
- data.tar.gz: '096ee8d9d952d7147dc9f1bcf9803f381f207bdaa4747687265e095ceb09a8793ba2e344c897f4508450844f9ed9631541d78f59c6bbf991b6f02cbea7814c34'
6
+ metadata.gz: 8d86e186dfc4be0a31562f17bdc81170a083667c9f132200397c5c45d7e5455ad8f23d518f09985e6a164c32962af45dbe3c79490525c544d670caaeac0bd1e1
7
+ data.tar.gz: 006ddff7c2c02438d59cff3e491912acacdd167d99ae9fa8c8f9029b834b379e09a0c1067b9412da924fb4ad7aa8b37b15f204ff1851995e4388c681b4ff1220
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1alpha1
2
2
 
3
+ ### v0.21.0 (2022-02-03)
4
+
5
+ * Regenerated from discovery document revision 20220128
6
+
3
7
  ### v0.20.0 (2022-01-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20220107
@@ -1200,7 +1200,7 @@ module Google
1200
1200
  # (Optional) Annotations is an unstructured key value map stored with a resource
1201
1201
  # that may be set by external tools to store and retrieve arbitrary metadata.
1202
1202
  # They are not queryable and should be preserved when modifying objects. More
1203
- # info: http://kubernetes.io/docs/user-guide/annotations
1203
+ # info: https://kubernetes.io/docs/user-guide/annotations
1204
1204
  # Corresponds to the JSON property `annotations`
1205
1205
  # @return [Hash<String,String>]
1206
1206
  attr_accessor :annotations
@@ -1287,7 +1287,8 @@ module Google
1287
1287
 
1288
1288
  # (Optional) Map of string keys and values that can be used to organize and
1289
1289
  # categorize (scope and select) objects. May match selectors of replication
1290
- # controllers and routes. More info: http://kubernetes.io/docs/user-guide/labels
1290
+ # controllers and routes. More info: https://kubernetes.io/docs/user-guide/
1291
+ # labels
1291
1292
  # Corresponds to the JSON property `labels`
1292
1293
  # @return [Hash<String,String>]
1293
1294
  attr_accessor :labels
@@ -1296,7 +1297,7 @@ module Google
1296
1297
  # when creating resources, although some resources may allow a client to request
1297
1298
  # the generation of an appropriate name automatically. Name is primarily
1298
1299
  # intended for creation idempotence and configuration definition. Cannot be
1299
- # updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names +
1300
+ # updated. More info: https://kubernetes.io/docs/user-guide/identifiers#names +
1300
1301
  # optional
1301
1302
  # Corresponds to the JSON property `name`
1302
1303
  # @return [String]
@@ -1338,7 +1339,7 @@ module Google
1338
1339
  # (Optional) UID is the unique in time and space value for this object. It is
1339
1340
  # typically generated by the server on successful creation of a resource and is
1340
1341
  # not allowed to change on PUT operations. Populated by the system. Read-only.
1341
- # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
1342
+ # More info: https://kubernetes.io/docs/user-guide/identifiers#uids
1342
1343
  # Corresponds to the JSON property `uid`
1343
1344
  # @return [String]
1344
1345
  attr_accessor :uid
@@ -1400,13 +1401,13 @@ module Google
1400
1401
  # @return [String]
1401
1402
  attr_accessor :kind
1402
1403
 
1403
- # Name of the referent. More info: http://kubernetes.io/docs/user-guide/
1404
+ # Name of the referent. More info: https://kubernetes.io/docs/user-guide/
1404
1405
  # identifiers#names
1405
1406
  # Corresponds to the JSON property `name`
1406
1407
  # @return [String]
1407
1408
  attr_accessor :name
1408
1409
 
1409
- # UID of the referent. More info: http://kubernetes.io/docs/user-guide/
1410
+ # UID of the referent. More info: https://kubernetes.io/docs/user-guide/
1410
1411
  # identifiers#uids
1411
1412
  # Corresponds to the JSON property `uid`
1412
1413
  # @return [String]
@@ -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.20.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 = "20220107"
25
+ REVISION = "20220128"
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_v1alpha1'
@@ -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 RunV1alpha1
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.20.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-01-17 00:00:00.000000000 Z
11
+ date: 2022-02-07 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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.21.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: []