google-apis-run_v1alpha1 0.20.0 → 0.23.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: ccbe1f5ae2603fc4af72c14dd3dc218655e602445644c8532923d07ae11d6813
4
+ data.tar.gz: ebc9c9336ee2725461da3e75558a2e96598afe03be1bda48b67d92ee715283dc
5
5
  SHA512:
6
- metadata.gz: a83fc12f9d63d88a1110d3ddd898e4a043b748f8ea06ef4130e2e6aa04c904a4f3695b0ce55552d9e68bcb9bdb485de8a340d3c780cdfd28fd0480074e5cd365
7
- data.tar.gz: '096ee8d9d952d7147dc9f1bcf9803f381f207bdaa4747687265e095ceb09a8793ba2e344c897f4508450844f9ed9631541d78f59c6bbf991b6f02cbea7814c34'
6
+ metadata.gz: 2e4035666c1789426e247d5cefbf7f96b044840a827634e2facbad2ad443b8a20b2783c9f788be8ccd8164e314f31eafcecf4c1f3f97b236ce2b0b574451c8f3
7
+ data.tar.gz: 8b2fe35cd0fe65c43b4c42a5a64748e59c344942e11d3e934f5a64659b27d8a42094b739a865fba6442a6b004e496a77474b8ceb6cd6fabfed0ca3223e6f59e5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-run_v1alpha1
2
2
 
3
+ ### v0.23.0 (2022-03-24)
4
+
5
+ * Regenerated from discovery document revision 20220318
6
+
7
+ ### v0.22.0 (2022-02-23)
8
+
9
+ * Regenerated from discovery document revision 20220218
10
+
11
+ ### v0.21.0 (2022-02-03)
12
+
13
+ * Regenerated from discovery document revision 20220128
14
+
3
15
  ### v0.20.0 (2022-01-12)
4
16
 
5
17
  * Regenerated from discovery document revision 20220107
@@ -349,8 +349,7 @@ module Google
349
349
  # A generic empty message that you can re-use to avoid defining duplicated empty
350
350
  # messages in your APIs. A typical example is to use it as the request or the
351
351
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
352
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
353
- # `Empty` is empty JSON object ````.
352
+ # protobuf.Empty) returns (google.protobuf.Empty); `
354
353
  class Empty
355
354
  include Google::Apis::Core::Hashable
356
355
 
@@ -1200,7 +1199,7 @@ module Google
1200
1199
  # (Optional) Annotations is an unstructured key value map stored with a resource
1201
1200
  # that may be set by external tools to store and retrieve arbitrary metadata.
1202
1201
  # They are not queryable and should be preserved when modifying objects. More
1203
- # info: http://kubernetes.io/docs/user-guide/annotations
1202
+ # info: https://kubernetes.io/docs/user-guide/annotations
1204
1203
  # Corresponds to the JSON property `annotations`
1205
1204
  # @return [Hash<String,String>]
1206
1205
  attr_accessor :annotations
@@ -1287,7 +1286,8 @@ module Google
1287
1286
 
1288
1287
  # (Optional) Map of string keys and values that can be used to organize and
1289
1288
  # categorize (scope and select) objects. May match selectors of replication
1290
- # controllers and routes. More info: http://kubernetes.io/docs/user-guide/labels
1289
+ # controllers and routes. More info: https://kubernetes.io/docs/user-guide/
1290
+ # labels
1291
1291
  # Corresponds to the JSON property `labels`
1292
1292
  # @return [Hash<String,String>]
1293
1293
  attr_accessor :labels
@@ -1296,7 +1296,7 @@ module Google
1296
1296
  # when creating resources, although some resources may allow a client to request
1297
1297
  # the generation of an appropriate name automatically. Name is primarily
1298
1298
  # intended for creation idempotence and configuration definition. Cannot be
1299
- # updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names +
1299
+ # updated. More info: https://kubernetes.io/docs/user-guide/identifiers#names +
1300
1300
  # optional
1301
1301
  # Corresponds to the JSON property `name`
1302
1302
  # @return [String]
@@ -1338,7 +1338,7 @@ module Google
1338
1338
  # (Optional) UID is the unique in time and space value for this object. It is
1339
1339
  # typically generated by the server on successful creation of a resource and is
1340
1340
  # not allowed to change on PUT operations. Populated by the system. Read-only.
1341
- # More info: http://kubernetes.io/docs/user-guide/identifiers#uids
1341
+ # More info: https://kubernetes.io/docs/user-guide/identifiers#uids
1342
1342
  # Corresponds to the JSON property `uid`
1343
1343
  # @return [String]
1344
1344
  attr_accessor :uid
@@ -1400,13 +1400,13 @@ module Google
1400
1400
  # @return [String]
1401
1401
  attr_accessor :kind
1402
1402
 
1403
- # Name of the referent. More info: http://kubernetes.io/docs/user-guide/
1403
+ # Name of the referent. More info: https://kubernetes.io/docs/user-guide/
1404
1404
  # identifiers#names
1405
1405
  # Corresponds to the JSON property `name`
1406
1406
  # @return [String]
1407
1407
  attr_accessor :name
1408
1408
 
1409
- # UID of the referent. More info: http://kubernetes.io/docs/user-guide/
1409
+ # UID of the referent. More info: https://kubernetes.io/docs/user-guide/
1410
1410
  # identifiers#uids
1411
1411
  # Corresponds to the JSON property `uid`
1412
1412
  # @return [String]
@@ -1458,14 +1458,15 @@ module Google
1458
1458
  attr_accessor :initial_delay_seconds
1459
1459
 
1460
1460
  # (Optional) How often (in seconds) to perform the probe. Default to 10 seconds.
1461
- # Minimum value is 1.
1461
+ # Minimum value is 1. Maximum value is 3600. Must be greater or equal than
1462
+ # timeout_seconds.
1462
1463
  # Corresponds to the JSON property `periodSeconds`
1463
1464
  # @return [Fixnum]
1464
1465
  attr_accessor :period_seconds
1465
1466
 
1466
1467
  # (Optional) Minimum consecutive successes for the probe to be considered
1467
- # successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum
1468
- # value is 1.
1468
+ # successful after having failed. Defaults to 1. Must be 1 for liveness and
1469
+ # startup Probes.
1469
1470
  # Corresponds to the JSON property `successThreshold`
1470
1471
  # @return [Fixnum]
1471
1472
  attr_accessor :success_threshold
@@ -1477,8 +1478,9 @@ module Google
1477
1478
  attr_accessor :tcp_socket
1478
1479
 
1479
1480
  # (Optional) Number of seconds after which the probe times out. Defaults to 1
1480
- # second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/
1481
- # workloads/pods/pod-lifecycle#container-probes
1481
+ # second. Minimum value is 1. Maximum value is 3600. Must be smaller than
1482
+ # period_seconds. More info: https://kubernetes.io/docs/concepts/workloads/pods/
1483
+ # pod-lifecycle#container-probes
1482
1484
  # Corresponds to the JSON property `timeoutSeconds`
1483
1485
  # @return [Fixnum]
1484
1486
  attr_accessor :timeout_seconds
@@ -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.23.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 = "20220318"
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.23.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-03-28 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.23.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: []