google-cloud-deploy-v1 2.0.1 → 2.0.2
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: 612177fbc5241f6ef452627633dbdfc2406ed6355f0e77a9265e8911614e8307
|
4
|
+
data.tar.gz: adcd7d258769306d45604724bb9b144f1fa0bd96c8d6522819b193cee9eaba24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2c2d9c585bb6fddd71e88a87597f0da557a176df4f1b63e4cd35d640c3240fb24c520f8d5147bf63c24476b0eaa25db958c8423d6fcab5a40d30bd9168557f7
|
7
|
+
data.tar.gz: 500e2309a149f3a82b0c9bddcc96c31591d271361f15911f2c6a0057c72aa12909d51bcda49e1ce362d0b037b7899d8b86ee1f754376ee6b9944be40bf8f6518
|
@@ -376,8 +376,8 @@ module Google
|
|
376
376
|
# Optional. Whether to propagate the Kubernetes Service to the route
|
377
377
|
# destination clusters. The Service will always be deployed to the Target
|
378
378
|
# cluster even if the HTTPRoute is not. This option may be used to
|
379
|
-
#
|
380
|
-
#
|
379
|
+
# facilitate successful DNS lookup in the route destination clusters. Can
|
380
|
+
# only be set to true if destinations are specified.
|
381
381
|
class RouteDestinations
|
382
382
|
include ::Google::Protobuf::MessageExts
|
383
383
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -2736,7 +2736,7 @@ module Google
|
|
2736
2736
|
# logs.
|
2737
2737
|
EXECUTION_FAILED = 2
|
2738
2738
|
|
2739
|
-
# Deployment did not complete within the
|
2739
|
+
# Deployment did not complete within the allotted time.
|
2740
2740
|
DEADLINE_EXCEEDED = 3
|
2741
2741
|
|
2742
2742
|
# Release is in a failed state.
|
@@ -3095,7 +3095,7 @@ module Google
|
|
3095
3095
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
3096
3096
|
end
|
3097
3097
|
|
3098
|
-
# ListRolloutsResponse is the response object
|
3098
|
+
# ListRolloutsResponse is the response object returned by `ListRollouts`.
|
3099
3099
|
# @!attribute [rw] rollouts
|
3100
3100
|
# @return [::Array<::Google::Cloud::Deploy::V1::Rollout>]
|
3101
3101
|
# The `Rollout` objects.
|
@@ -3457,7 +3457,7 @@ module Google
|
|
3457
3457
|
# logs.
|
3458
3458
|
EXECUTION_FAILED = 2
|
3459
3459
|
|
3460
|
-
# The deploy job run did not complete within the
|
3460
|
+
# The deploy job run did not complete within the allotted time.
|
3461
3461
|
DEADLINE_EXCEEDED = 3
|
3462
3462
|
|
3463
3463
|
# There were missing resources in the runtime environment required for a
|
@@ -3512,7 +3512,7 @@ module Google
|
|
3512
3512
|
# logs.
|
3513
3513
|
EXECUTION_FAILED = 2
|
3514
3514
|
|
3515
|
-
# The verify job run did not complete within the
|
3515
|
+
# The verify job run did not complete within the allotted time.
|
3516
3516
|
DEADLINE_EXCEEDED = 3
|
3517
3517
|
|
3518
3518
|
# No Skaffold verify configuration was found.
|
@@ -3556,7 +3556,7 @@ module Google
|
|
3556
3556
|
# logs.
|
3557
3557
|
EXECUTION_FAILED = 2
|
3558
3558
|
|
3559
|
-
# The predeploy job run did not complete within the
|
3559
|
+
# The predeploy job run did not complete within the allotted time.
|
3560
3560
|
DEADLINE_EXCEEDED = 3
|
3561
3561
|
|
3562
3562
|
# Cloud Build failed to fulfill Cloud Deploy's request. See failure_message
|
@@ -3597,7 +3597,7 @@ module Google
|
|
3597
3597
|
# logs.
|
3598
3598
|
EXECUTION_FAILED = 2
|
3599
3599
|
|
3600
|
-
# The postdeploy job run did not complete within the
|
3600
|
+
# The postdeploy job run did not complete within the allotted time.
|
3601
3601
|
DEADLINE_EXCEEDED = 3
|
3602
3602
|
|
3603
3603
|
# Cloud Build failed to fulfill Cloud Deploy's request. See failure_message
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-deploy-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-25 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -174,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
174
174
|
- !ruby/object:Gem::Version
|
175
175
|
version: '0'
|
176
176
|
requirements: []
|
177
|
-
rubygems_version: 3.6.
|
177
|
+
rubygems_version: 3.6.5
|
178
178
|
specification_version: 4
|
179
179
|
summary: API Client library for the Google Cloud Deploy V1 API
|
180
180
|
test_files: []
|