google-apis-run_v1 0.36.0 → 0.37.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 +37 -42
- data/lib/google/apis/run_v1/gem_version.rb +2 -2
- data/lib/google/apis/run_v1/service.rb +12 -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: 063af4427be8dac5dc9f2fca1c008282b002d4269e391514fe4697bfa846bf94
|
4
|
+
data.tar.gz: 42121a32b71241a37f7e3f343e7eafc9c79448762d6294ce137fdfaedce479f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7a5f1c57cd90655d053f1473c05e90ef3c58c62a5d006728ba8f295c72d3cf9e50a1a013c40d794af7f29fef9748b39e782606837e8f6fbefd63423ee5215cc
|
7
|
+
data.tar.gz: a4ca1b7d1319a6eaccacdad733eb98cd995d3757cf2b6c9eb5c2f786b5a9f5ddc2df92b0d62144b1ca6f133947b9870e9ab9fa6d91f9aa888b92c80bef38e101
|
data/CHANGELOG.md
CHANGED
@@ -262,11 +262,11 @@ module Google
|
|
262
262
|
end
|
263
263
|
end
|
264
264
|
|
265
|
-
# Not supported by Cloud Run.
|
265
|
+
# Not supported by Cloud Run.
|
266
266
|
class ConfigMapKeySelector
|
267
267
|
include Google::Apis::Core::Hashable
|
268
268
|
|
269
|
-
# Required.
|
269
|
+
# Required. Not supported by Cloud Run.
|
270
270
|
# Corresponds to the JSON property `key`
|
271
271
|
# @return [String]
|
272
272
|
attr_accessor :key
|
@@ -277,12 +277,12 @@ module Google
|
|
277
277
|
# @return [Google::Apis::RunV1::LocalObjectReference]
|
278
278
|
attr_accessor :local_object_reference
|
279
279
|
|
280
|
-
# Required.
|
280
|
+
# Required. Not supported by Cloud Run.
|
281
281
|
# Corresponds to the JSON property `name`
|
282
282
|
# @return [String]
|
283
283
|
attr_accessor :name
|
284
284
|
|
285
|
-
#
|
285
|
+
# Not supported by Cloud Run.
|
286
286
|
# Corresponds to the JSON property `optional`
|
287
287
|
# @return [Boolean]
|
288
288
|
attr_accessor :optional
|
@@ -483,25 +483,14 @@ module Google
|
|
483
483
|
include Google::Apis::Core::Hashable
|
484
484
|
|
485
485
|
# Arguments to the entrypoint. The docker image's CMD is used if this is not
|
486
|
-
# provided. Variable references
|
487
|
-
# environment. If a variable cannot be resolved, the reference in the input
|
488
|
-
# string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $
|
489
|
-
# $, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of
|
490
|
-
# whether the variable exists or not. More info: https://kubernetes.io/docs/
|
491
|
-
# tasks/inject-data-application/define-command-argument-container/#running-a-
|
492
|
-
# command-in-a-shell
|
486
|
+
# provided. Variable references are not supported in Cloud Run.
|
493
487
|
# Corresponds to the JSON property `args`
|
494
488
|
# @return [Array<String>]
|
495
489
|
attr_accessor :args
|
496
490
|
|
497
491
|
# Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT
|
498
|
-
# is used if this is not provided. Variable references
|
499
|
-
#
|
500
|
-
# reference in the input string will be unchanged. The $(VAR_NAME) syntax can be
|
501
|
-
# escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be
|
502
|
-
# expanded, regardless of whether the variable exists or not. More info: https://
|
503
|
-
# kubernetes.io/docs/tasks/inject-data-application/define-command-argument-
|
504
|
-
# container/#running-a-command-in-a-shell
|
492
|
+
# is used if this is not provided. Variable references are not supported in
|
493
|
+
# Cloud Run.
|
505
494
|
# Corresponds to the JSON property `command`
|
506
495
|
# @return [Array<String>]
|
507
496
|
attr_accessor :command
|
@@ -844,12 +833,8 @@ module Google
|
|
844
833
|
# @return [String]
|
845
834
|
attr_accessor :name
|
846
835
|
|
847
|
-
#
|
848
|
-
#
|
849
|
-
# a variable cannot be resolved, the reference in the input string will be
|
850
|
-
# unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(
|
851
|
-
# VAR_NAME). Escaped references will never be expanded, regardless of whether
|
852
|
-
# the variable exists or not. Defaults to "".
|
836
|
+
# Value of the environment variable. Defaults to "". Variable references are not
|
837
|
+
# supported in Cloud Run.
|
853
838
|
# Corresponds to the JSON property `value`
|
854
839
|
# @return [String]
|
855
840
|
attr_accessor :value
|
@@ -875,7 +860,7 @@ module Google
|
|
875
860
|
class EnvVarSource
|
876
861
|
include Google::Apis::Core::Hashable
|
877
862
|
|
878
|
-
# Not supported by Cloud Run.
|
863
|
+
# Not supported by Cloud Run.
|
879
864
|
# Corresponds to the JSON property `configMapKeyRef`
|
880
865
|
# @return [Google::Apis::RunV1::ConfigMapKeySelector]
|
881
866
|
attr_accessor :config_map_key_ref
|
@@ -1059,7 +1044,12 @@ module Google
|
|
1059
1044
|
# @return [String]
|
1060
1045
|
attr_accessor :completion_time
|
1061
1046
|
|
1062
|
-
# Optional.
|
1047
|
+
# Optional. Conditions communicate information about ongoing/complete
|
1048
|
+
# reconciliation processes that bring the "spec" inline with the observed state
|
1049
|
+
# of the world. Execution-specific conditions include: * `ResourcesAvailable`: `
|
1050
|
+
# True` when underlying resources have been provisioned. * `Started`: `True`
|
1051
|
+
# when the execution has started to execute. * `Completed`: `True` when the
|
1052
|
+
# execution has succeeded. `False` when the execution has failed.
|
1063
1053
|
# Corresponds to the JSON property `conditions`
|
1064
1054
|
# @return [Array<Google::Apis::RunV1::GoogleCloudRunV1Condition>]
|
1065
1055
|
attr_accessor :conditions
|
@@ -1468,8 +1458,10 @@ module Google
|
|
1468
1458
|
class JobStatus
|
1469
1459
|
include Google::Apis::Core::Hashable
|
1470
1460
|
|
1471
|
-
#
|
1472
|
-
#
|
1461
|
+
# Conditions communicate information about ongoing/complete reconciliation
|
1462
|
+
# processes that bring the "spec" inline with the observed state of the world.
|
1463
|
+
# Job-specific conditions include: * `Ready`: `True` when the job is ready to be
|
1464
|
+
# executed.
|
1473
1465
|
# Corresponds to the JSON property `conditions`
|
1474
1466
|
# @return [Array<Google::Apis::RunV1::GoogleCloudRunV1Condition>]
|
1475
1467
|
attr_accessor :conditions
|
@@ -2544,8 +2536,8 @@ module Google
|
|
2544
2536
|
include Google::Apis::Core::Hashable
|
2545
2537
|
|
2546
2538
|
# ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
|
2547
|
-
# requests per container instance of the Revision.
|
2548
|
-
#
|
2539
|
+
# requests per container instance of the Revision. If not specified, defaults to
|
2540
|
+
# 80.
|
2549
2541
|
# Corresponds to the JSON property `containerConcurrency`
|
2550
2542
|
# @return [Fixnum]
|
2551
2543
|
attr_accessor :container_concurrency
|
@@ -2611,13 +2603,13 @@ module Google
|
|
2611
2603
|
class RevisionStatus
|
2612
2604
|
include Google::Apis::Core::Hashable
|
2613
2605
|
|
2614
|
-
# Conditions
|
2606
|
+
# Conditions communicate information about ongoing/complete reconciliation
|
2615
2607
|
# processes that bring the "spec" inline with the observed state of the world.
|
2616
2608
|
# As a Revision is being prepared, it will incrementally update conditions.
|
2617
|
-
# Revision-specific conditions include: *
|
2618
|
-
# underlying resources have been provisioned. *
|
2619
|
-
# the Revision readiness check completes. *
|
2620
|
-
# receive traffic.
|
2609
|
+
# Revision-specific conditions include: * `ResourcesAvailable`: `True` when
|
2610
|
+
# underlying resources have been provisioned. * `ContainerHealthy`: `True` when
|
2611
|
+
# the Revision readiness check completes. * `Active`: `True` when the Revision
|
2612
|
+
# may receive traffic.
|
2621
2613
|
# Corresponds to the JSON property `conditions`
|
2622
2614
|
# @return [Array<Google::Apis::RunV1::GoogleCloudRunV1Condition>]
|
2623
2615
|
attr_accessor :conditions
|
@@ -3090,11 +3082,11 @@ module Google
|
|
3090
3082
|
# @return [Google::Apis::RunV1::Addressable]
|
3091
3083
|
attr_accessor :address
|
3092
3084
|
|
3093
|
-
#
|
3094
|
-
# bring the `spec` inline with the observed state of the world.
|
3095
|
-
# conditions include: * `ConfigurationsReady`: `True` when the
|
3096
|
-
# Configuration is ready. * `RoutesReady`: `True` when the underlying
|
3097
|
-
# ready. * `Ready`: `True` when all underlying resources are ready.
|
3085
|
+
# Conditions communicate information about ongoing/complete reconciliation
|
3086
|
+
# processes that bring the `spec` inline with the observed state of the world.
|
3087
|
+
# Service-specific conditions include: * `ConfigurationsReady`: `True` when the
|
3088
|
+
# underlying Configuration is ready. * `RoutesReady`: `True` when the underlying
|
3089
|
+
# Route is ready. * `Ready`: `True` when all underlying resources are ready.
|
3098
3090
|
# Corresponds to the JSON property `conditions`
|
3099
3091
|
# @return [Array<Google::Apis::RunV1::GoogleCloudRunV1Condition>]
|
3100
3092
|
attr_accessor :conditions
|
@@ -3529,8 +3521,11 @@ module Google
|
|
3529
3521
|
# @return [String]
|
3530
3522
|
attr_accessor :completion_time
|
3531
3523
|
|
3532
|
-
# Optional.
|
3533
|
-
#
|
3524
|
+
# Optional. Conditions communicate information about ongoing/complete
|
3525
|
+
# reconciliation processes that bring the "spec" inline with the observed state
|
3526
|
+
# of the world. Task-specific conditions include: * `Started`: `True` when the
|
3527
|
+
# task has started to execute. * `Completed`: `True` when the task has succeeded.
|
3528
|
+
# `False` when the task has failed.
|
3534
3529
|
# Corresponds to the JSON property `conditions`
|
3535
3530
|
# @return [Array<Google::Apis::RunV1::GoogleCloudRunV1Condition>]
|
3536
3531
|
attr_accessor :conditions
|
@@ -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.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220821"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -394,7 +394,7 @@ module Google
|
|
394
394
|
# Optional. Cloud Run currently ignores this parameter.
|
395
395
|
# @param [String] propagation_policy
|
396
396
|
# Optional. Specifies the propagation policy of delete. Cloud Run currently
|
397
|
-
# ignores this setting, and deletes in the background. Please see
|
397
|
+
# ignores this setting, and deletes in the background. Please see https://
|
398
398
|
# kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more
|
399
399
|
# information.
|
400
400
|
# @param [String] fields
|
@@ -1240,7 +1240,17 @@ module Google
|
|
1240
1240
|
# Optional. Not supported by Cloud Run.
|
1241
1241
|
# @param [String] label_selector
|
1242
1242
|
# Optional. Allows to filter resources based on a label. Supported operations
|
1243
|
-
# are =, !=, exists, in, and notIn.
|
1243
|
+
# are =, !=, exists, in, and notIn. For example, to list all tasks of execution "
|
1244
|
+
# foo" in succeeded state: `run.googleapis.com/execution=foo,run.googleapis.com/
|
1245
|
+
# runningState=Succeeded`. Supported states are: * `Pending`: Initial state of
|
1246
|
+
# all tasks. The task has not yet started but eventually will. * `Running`:
|
1247
|
+
# Container instances for this task are running or will be running shortly. * `
|
1248
|
+
# Succeeded`: No more container instances to run for the task, and the last
|
1249
|
+
# attempt succeeded. * `Failed`: No more container instances to run for the task,
|
1250
|
+
# and the last attempt failed. This task has run out of retry attempts. * `
|
1251
|
+
# Cancelled`: Task was running but got stopped because its parent execution has
|
1252
|
+
# been aborted. * `Abandoned`: The task has not yet started and never will
|
1253
|
+
# because its parent execution has been aborted.
|
1244
1254
|
# @param [Fixnum] limit
|
1245
1255
|
# Optional. The maximum number of records that should be returned.
|
1246
1256
|
# @param [String] resource_version
|
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.37.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-08-
|
11
|
+
date: 2022-08-29 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.37.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: []
|