google-apis-run_v1 0.20.0 → 0.23.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29005dd76324028f62f8c3eb3997bb9e9f3e502c0399770af7c5f519ae629424
|
4
|
+
data.tar.gz: c5b35bacc38228dc92079cdca6c1dc7a7e4fa7749a8a5141e822f51a39412ff0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12821062b5afffa0aabda028e66f0cbb2770c3102060ae2891380a377cdebfcf24ed3a21cd7b41ce9af0a3fe1e5e2cf54cdf5114c492a5539dfea47154965906
|
7
|
+
data.tar.gz: 4e16bf3881fafed01a3b200132e67243b199057355d859e99aab4f76a1b5aca0eddf9899dc9c77f7313d10dcbb4df2e1bec5e4fcb11b43f047be0e2ad5eed684
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-run_v1
|
2
2
|
|
3
|
+
### v0.23.0 (2022-03-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220304
|
6
|
+
|
7
|
+
### v0.22.0 (2022-02-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220218
|
10
|
+
|
11
|
+
### v0.21.0 (2022-02-09)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220204
|
14
|
+
|
3
15
|
### v0.20.0 (2022-01-26)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220121
|
@@ -1055,6 +1055,11 @@ module Google
|
|
1055
1055
|
class ExecutionStatus
|
1056
1056
|
include Google::Apis::Core::Hashable
|
1057
1057
|
|
1058
|
+
# Optional. The number of tasks which reached phase Cancelled. +optional
|
1059
|
+
# Corresponds to the JSON property `cancelledCount`
|
1060
|
+
# @return [Fixnum]
|
1061
|
+
attr_accessor :cancelled_count
|
1062
|
+
|
1058
1063
|
# Optional. Represents time when the execution was completed. It is not
|
1059
1064
|
# guaranteed to be set in happens-before order across separate operations. It is
|
1060
1065
|
# represented in RFC3339 form and is in UTC. +optional
|
@@ -1085,6 +1090,11 @@ module Google
|
|
1085
1090
|
# @return [Fixnum]
|
1086
1091
|
attr_accessor :observed_generation
|
1087
1092
|
|
1093
|
+
# Optional. The number of tasks which have retried at least once. +optional
|
1094
|
+
# Corresponds to the JSON property `retriedCount`
|
1095
|
+
# @return [Fixnum]
|
1096
|
+
attr_accessor :retried_count
|
1097
|
+
|
1088
1098
|
# Optional. The number of actively running tasks. +optional
|
1089
1099
|
# Corresponds to the JSON property `runningCount`
|
1090
1100
|
# @return [Fixnum]
|
@@ -1108,11 +1118,13 @@ module Google
|
|
1108
1118
|
|
1109
1119
|
# Update properties of this object
|
1110
1120
|
def update!(**args)
|
1121
|
+
@cancelled_count = args[:cancelled_count] if args.key?(:cancelled_count)
|
1111
1122
|
@completion_time = args[:completion_time] if args.key?(:completion_time)
|
1112
1123
|
@conditions = args[:conditions] if args.key?(:conditions)
|
1113
1124
|
@failed_count = args[:failed_count] if args.key?(:failed_count)
|
1114
1125
|
@log_uri = args[:log_uri] if args.key?(:log_uri)
|
1115
1126
|
@observed_generation = args[:observed_generation] if args.key?(:observed_generation)
|
1127
|
+
@retried_count = args[:retried_count] if args.key?(:retried_count)
|
1116
1128
|
@running_count = args[:running_count] if args.key?(:running_count)
|
1117
1129
|
@start_time = args[:start_time] if args.key?(:start_time)
|
1118
1130
|
@succeeded_count = args[:succeeded_count] if args.key?(:succeeded_count)
|
@@ -2051,7 +2063,7 @@ module Google
|
|
2051
2063
|
# (Optional) Annotations is an unstructured key value map stored with a resource
|
2052
2064
|
# that may be set by external tools to store and retrieve arbitrary metadata.
|
2053
2065
|
# They are not queryable and should be preserved when modifying objects. More
|
2054
|
-
# info:
|
2066
|
+
# info: https://kubernetes.io/docs/user-guide/annotations
|
2055
2067
|
# Corresponds to the JSON property `annotations`
|
2056
2068
|
# @return [Hash<String,String>]
|
2057
2069
|
attr_accessor :annotations
|
@@ -2138,7 +2150,8 @@ module Google
|
|
2138
2150
|
|
2139
2151
|
# (Optional) Map of string keys and values that can be used to organize and
|
2140
2152
|
# categorize (scope and select) objects. May match selectors of replication
|
2141
|
-
# controllers and routes. More info:
|
2153
|
+
# controllers and routes. More info: https://kubernetes.io/docs/user-guide/
|
2154
|
+
# labels
|
2142
2155
|
# Corresponds to the JSON property `labels`
|
2143
2156
|
# @return [Hash<String,String>]
|
2144
2157
|
attr_accessor :labels
|
@@ -2147,7 +2160,7 @@ module Google
|
|
2147
2160
|
# when creating resources, although some resources may allow a client to request
|
2148
2161
|
# the generation of an appropriate name automatically. Name is primarily
|
2149
2162
|
# intended for creation idempotence and configuration definition. Cannot be
|
2150
|
-
# updated. More info:
|
2163
|
+
# updated. More info: https://kubernetes.io/docs/user-guide/identifiers#names +
|
2151
2164
|
# optional
|
2152
2165
|
# Corresponds to the JSON property `name`
|
2153
2166
|
# @return [String]
|
@@ -2189,7 +2202,7 @@ module Google
|
|
2189
2202
|
# (Optional) UID is the unique in time and space value for this object. It is
|
2190
2203
|
# typically generated by the server on successful creation of a resource and is
|
2191
2204
|
# not allowed to change on PUT operations. Populated by the system. Read-only.
|
2192
|
-
# More info:
|
2205
|
+
# More info: https://kubernetes.io/docs/user-guide/identifiers#uids
|
2193
2206
|
# Corresponds to the JSON property `uid`
|
2194
2207
|
# @return [String]
|
2195
2208
|
attr_accessor :uid
|
@@ -2251,13 +2264,13 @@ module Google
|
|
2251
2264
|
# @return [String]
|
2252
2265
|
attr_accessor :kind
|
2253
2266
|
|
2254
|
-
# Name of the referent. More info:
|
2267
|
+
# Name of the referent. More info: https://kubernetes.io/docs/user-guide/
|
2255
2268
|
# identifiers#names
|
2256
2269
|
# Corresponds to the JSON property `name`
|
2257
2270
|
# @return [String]
|
2258
2271
|
attr_accessor :name
|
2259
2272
|
|
2260
|
-
# UID of the referent. More info:
|
2273
|
+
# UID of the referent. More info: https://kubernetes.io/docs/user-guide/
|
2261
2274
|
# identifiers#uids
|
2262
2275
|
# Corresponds to the JSON property `uid`
|
2263
2276
|
# @return [String]
|
@@ -2404,14 +2417,15 @@ module Google
|
|
2404
2417
|
attr_accessor :initial_delay_seconds
|
2405
2418
|
|
2406
2419
|
# (Optional) How often (in seconds) to perform the probe. Default to 10 seconds.
|
2407
|
-
# Minimum value is 1.
|
2420
|
+
# Minimum value is 1. Maximum value is 3600. Must be greater or equal than
|
2421
|
+
# timeout_seconds.
|
2408
2422
|
# Corresponds to the JSON property `periodSeconds`
|
2409
2423
|
# @return [Fixnum]
|
2410
2424
|
attr_accessor :period_seconds
|
2411
2425
|
|
2412
2426
|
# (Optional) Minimum consecutive successes for the probe to be considered
|
2413
|
-
# successful after having failed. Defaults to 1. Must be 1 for liveness
|
2414
|
-
#
|
2427
|
+
# successful after having failed. Defaults to 1. Must be 1 for liveness and
|
2428
|
+
# startup Probes.
|
2415
2429
|
# Corresponds to the JSON property `successThreshold`
|
2416
2430
|
# @return [Fixnum]
|
2417
2431
|
attr_accessor :success_threshold
|
@@ -2423,8 +2437,9 @@ module Google
|
|
2423
2437
|
attr_accessor :tcp_socket
|
2424
2438
|
|
2425
2439
|
# (Optional) Number of seconds after which the probe times out. Defaults to 1
|
2426
|
-
# second. Minimum value is 1.
|
2427
|
-
# workloads/pods/
|
2440
|
+
# second. Minimum value is 1. Maximum value is 3600. Must be smaller than
|
2441
|
+
# period_seconds. More info: https://kubernetes.io/docs/concepts/workloads/pods/
|
2442
|
+
# pod-lifecycle#container-probes
|
2428
2443
|
# Corresponds to the JSON property `timeoutSeconds`
|
2429
2444
|
# @return [Fixnum]
|
2430
2445
|
attr_accessor :timeout_seconds
|
@@ -3383,7 +3398,7 @@ module Google
|
|
3383
3398
|
attr_accessor :retry_after_seconds
|
3384
3399
|
|
3385
3400
|
# UID of the resource. (when there is a single resource which can be described).
|
3386
|
-
# More info:
|
3401
|
+
# More info: https://kubernetes.io/docs/user-guide/identifiers#uids +optional
|
3387
3402
|
# Corresponds to the JSON property `uid`
|
3388
3403
|
# @return [String]
|
3389
3404
|
attr_accessor :uid
|
@@ -3738,7 +3753,7 @@ module Google
|
|
3738
3753
|
|
3739
3754
|
# Output only. URL displays the URL for accessing tagged traffic targets. URL is
|
3740
3755
|
# displayed in status, and is disallowed on spec. URL must contain a scheme (e.g.
|
3741
|
-
#
|
3756
|
+
# https://) and a hostname, but may not contain anything else (e.g. basic auth,
|
3742
3757
|
# url path, etc.)
|
3743
3758
|
# Corresponds to the JSON property `url`
|
3744
3759
|
# @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.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 = "
|
25
|
+
REVISION = "20220304"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -791,12 +791,14 @@ module Google
|
|
791
791
|
class ExecutionStatus
|
792
792
|
# @private
|
793
793
|
class Representation < Google::Apis::Core::JsonRepresentation
|
794
|
+
property :cancelled_count, as: 'cancelledCount'
|
794
795
|
property :completion_time, as: 'completionTime'
|
795
796
|
collection :conditions, as: 'conditions', class: Google::Apis::RunV1::GoogleCloudRunV1Condition, decorator: Google::Apis::RunV1::GoogleCloudRunV1Condition::Representation
|
796
797
|
|
797
798
|
property :failed_count, as: 'failedCount'
|
798
799
|
property :log_uri, as: 'logUri'
|
799
800
|
property :observed_generation, as: 'observedGeneration'
|
801
|
+
property :retried_count, as: 'retriedCount'
|
800
802
|
property :running_count, as: 'runningCount'
|
801
803
|
property :start_time, as: 'startTime'
|
802
804
|
property :succeeded_count, as: 'succeededCount'
|
@@ -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.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-
|
11
|
+
date: 2022-03-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.23.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: []
|