google-apis-run_v1alpha1 0.19.0 → 0.22.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: 96dca461ec06c0be730c6aae2717bab5aefab5d4b15858b404689554295e6d54
4
- data.tar.gz: 98ee5d7b7cee36f1eeab447a4834a3248caef3ff6a9f4e53c32ca6c0a8a8fd30
3
+ metadata.gz: a9186a3f5ba7205895154e1e4f9153560065023cef90ce797fa56fc05394b9fb
4
+ data.tar.gz: a4ed63c0317d482e8179faa41899c1df5d3c0d2c5be7f6ce7b860a88b7805e2f
5
5
  SHA512:
6
- metadata.gz: c9571b536e171d4a7b43abb5b54f2136fbe29322291a7a7618c63859e50d54144acd54c41ad7c6ea6958189f52130c2c816a4b8b2154ff960e799d3288d5b046
7
- data.tar.gz: fa55856c51043c3e48b835621486b98f245cea2306feeee374b30be713206f4e7b1ea6afe17b60b657eb222666792e2c02ad6722b4057fefab58e41f0c139c49
6
+ metadata.gz: 3128975e2bb6c38259b73fd64ee85c1bee75f334f95ca8cb4766824d87dfed84caf2c562b1dbd072c49a41b77ab17a0de1de3bf1abd98f6ab626e4804710fc29
7
+ data.tar.gz: cab014069a87d0bb6cbe07d0264a22461277e663f9f671fb797ffdca1913f18d85c9d88246f3e4350c7f1089405211a64fac5906a174eb103ddf85d4f250c193
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-run_v1alpha1
2
2
 
3
+ ### v0.22.0 (2022-02-23)
4
+
5
+ * Regenerated from discovery document revision 20220218
6
+
7
+ ### v0.21.0 (2022-02-03)
8
+
9
+ * Regenerated from discovery document revision 20220128
10
+
11
+ ### v0.20.0 (2022-01-12)
12
+
13
+ * Regenerated from discovery document revision 20220107
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.19.0 (2021-12-16)
4
17
 
5
18
  * Unspecified changes
@@ -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]
@@ -1458,14 +1459,15 @@ module Google
1458
1459
  attr_accessor :initial_delay_seconds
1459
1460
 
1460
1461
  # (Optional) How often (in seconds) to perform the probe. Default to 10 seconds.
1461
- # Minimum value is 1.
1462
+ # Minimum value is 1. Maximum value is 3600. Must be greater or equal than
1463
+ # timeout_seconds.
1462
1464
  # Corresponds to the JSON property `periodSeconds`
1463
1465
  # @return [Fixnum]
1464
1466
  attr_accessor :period_seconds
1465
1467
 
1466
1468
  # (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.
1469
+ # successful after having failed. Defaults to 1. Must be 1 for liveness and
1470
+ # startup Probes.
1469
1471
  # Corresponds to the JSON property `successThreshold`
1470
1472
  # @return [Fixnum]
1471
1473
  attr_accessor :success_threshold
@@ -1477,8 +1479,9 @@ module Google
1477
1479
  attr_accessor :tcp_socket
1478
1480
 
1479
1481
  # (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
1482
+ # second. Minimum value is 1. Maximum value is 3600. Must be smaller than
1483
+ # period_seconds. More info: https://kubernetes.io/docs/concepts/workloads/pods/
1484
+ # pod-lifecycle#container-probes
1482
1485
  # Corresponds to the JSON property `timeoutSeconds`
1483
1486
  # @return [Fixnum]
1484
1487
  attr_accessor :timeout_seconds
@@ -1504,20 +1507,17 @@ module Google
1504
1507
  class ResourceRequirements
1505
1508
  include Google::Apis::Core::Hashable
1506
1509
 
1507
- # (Optional) Only memory and CPU are supported. Note: The only supported values
1508
- # for CPU are '1', '2', and '4'. Setting 4 CPU requires at least 2Gi of memory.
1509
- # Limits describes the maximum amount of compute resources allowed. The values
1510
- # of the map is string form of the 'quantity' k8s type: https://github.com/
1511
- # kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/
1512
- # resource/quantity.go
1510
+ # (Optional) Only memory and CPU are supported. Limits describes the maximum
1511
+ # amount of compute resources allowed. The values of the map is string form of
1512
+ # the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/
1513
+ # staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
1513
1514
  # Corresponds to the JSON property `limits`
1514
1515
  # @return [Hash<String,String>]
1515
1516
  attr_accessor :limits
1516
1517
 
1517
- # (Optional) Only memory and CPU are supported. Note: The only supported values
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
1518
+ # (Optional) Only memory and CPU are supported. Requests describes the minimum
1519
+ # amount of compute resources required. If Requests is omitted for a container,
1520
+ # it defaults to Limits if that is explicitly specified, otherwise to an
1521
1521
  # implementation-defined value. The values of the map is string form of the '
1522
1522
  # quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/
1523
1523
  # staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
@@ -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.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211112"
25
+ REVISION = "20220218"
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.19.0
4
+ version: 0.22.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-10 00:00:00.000000000 Z
11
+ date: 2022-02-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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.22.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Run Admin API V1alpha1