google-apis-clouddeploy_v1 0.66.0 → 0.67.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/clouddeploy_v1/classes.rb +15 -15
- data/lib/google/apis/clouddeploy_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 775a56f7e08f51b5a2a242f1f0a454cc38bbaf0302fbdcdc0c041d9cd26ebef9
|
|
4
|
+
data.tar.gz: af81097688571bd09a2840790cd3dab479cb2f355e4dd07baa6c6e4485afc2c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f0e4016b5eaeca46d2fe377bec76fa5f932d65b8250538bc818bf292f5d83ca51f777ba1365c419129ddc435abc666e37df5ffdf16f2f7757a9e8a42c56a5d2
|
|
7
|
+
data.tar.gz: 840411696f96d082bb4a49a7547cea9683b2e7f805178a116da99566f9641f2804239c2feca7664c45f4fe145e260cb718757e09b984da0674e5986796b61529
|
data/CHANGELOG.md
CHANGED
|
@@ -4274,31 +4274,31 @@ module Google
|
|
|
4274
4274
|
include Google::Apis::Core::Hashable
|
|
4275
4275
|
|
|
4276
4276
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4277
|
-
# release's version of a
|
|
4277
|
+
# release's version of a tool ends.
|
|
4278
4278
|
# Corresponds to the JSON property `dockerVersionSupportedCondition`
|
|
4279
4279
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4280
4280
|
attr_accessor :docker_version_supported_condition
|
|
4281
4281
|
|
|
4282
4282
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4283
|
-
# release's version of a
|
|
4283
|
+
# release's version of a tool ends.
|
|
4284
4284
|
# Corresponds to the JSON property `helmVersionSupportedCondition`
|
|
4285
4285
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4286
4286
|
attr_accessor :helm_version_supported_condition
|
|
4287
4287
|
|
|
4288
4288
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4289
|
-
# release's version of a
|
|
4289
|
+
# release's version of a tool ends.
|
|
4290
4290
|
# Corresponds to the JSON property `kptVersionSupportedCondition`
|
|
4291
4291
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4292
4292
|
attr_accessor :kpt_version_supported_condition
|
|
4293
4293
|
|
|
4294
4294
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4295
|
-
# release's version of a
|
|
4295
|
+
# release's version of a tool ends.
|
|
4296
4296
|
# Corresponds to the JSON property `kubectlVersionSupportedCondition`
|
|
4297
4297
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4298
4298
|
attr_accessor :kubectl_version_supported_condition
|
|
4299
4299
|
|
|
4300
4300
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4301
|
-
# release's version of a
|
|
4301
|
+
# release's version of a tool ends.
|
|
4302
4302
|
# Corresponds to the JSON property `kustomizeVersionSupportedCondition`
|
|
4303
4303
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4304
4304
|
attr_accessor :kustomize_version_supported_condition
|
|
@@ -4316,7 +4316,7 @@ module Google
|
|
|
4316
4316
|
attr_accessor :skaffold_supported_condition
|
|
4317
4317
|
|
|
4318
4318
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4319
|
-
# release's version of a
|
|
4319
|
+
# release's version of a tool ends.
|
|
4320
4320
|
# Corresponds to the JSON property `skaffoldVersionSupportedCondition`
|
|
4321
4321
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4322
4322
|
attr_accessor :skaffold_version_supported_condition
|
|
@@ -6473,11 +6473,11 @@ module Google
|
|
|
6473
6473
|
end
|
|
6474
6474
|
|
|
6475
6475
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
6476
|
-
# release's version of a
|
|
6476
|
+
# release's version of a tool ends.
|
|
6477
6477
|
class ToolVersionSupportedCondition
|
|
6478
6478
|
include Google::Apis::Core::Hashable
|
|
6479
6479
|
|
|
6480
|
-
# Output only. The time at which this release's version of the
|
|
6480
|
+
# Output only. The time at which this release's version of the tool will enter
|
|
6481
6481
|
# maintenance mode.
|
|
6482
6482
|
# Corresponds to the JSON property `maintenanceModeTime`
|
|
6483
6483
|
# @return [String]
|
|
@@ -6489,13 +6489,13 @@ module Google
|
|
|
6489
6489
|
attr_accessor :status
|
|
6490
6490
|
alias_method :status?, :status
|
|
6491
6491
|
|
|
6492
|
-
# Output only. The time at which this release's version of the
|
|
6492
|
+
# Output only. The time at which this release's version of the tool will no
|
|
6493
6493
|
# longer be supported.
|
|
6494
6494
|
# Corresponds to the JSON property `supportExpirationTime`
|
|
6495
6495
|
# @return [String]
|
|
6496
6496
|
attr_accessor :support_expiration_time
|
|
6497
6497
|
|
|
6498
|
-
# Output only. The
|
|
6498
|
+
# Output only. The tool support state for this release's version of the tool.
|
|
6499
6499
|
# Corresponds to the JSON property `toolVersionSupportState`
|
|
6500
6500
|
# @return [String]
|
|
6501
6501
|
attr_accessor :tool_version_support_state
|
|
@@ -6517,12 +6517,12 @@ module Google
|
|
|
6517
6517
|
class ToolVersions
|
|
6518
6518
|
include Google::Apis::Core::Hashable
|
|
6519
6519
|
|
|
6520
|
-
# Optional. The
|
|
6520
|
+
# Optional. The Docker version to use for Cloud Deploy operations.
|
|
6521
6521
|
# Corresponds to the JSON property `docker`
|
|
6522
6522
|
# @return [String]
|
|
6523
6523
|
attr_accessor :docker
|
|
6524
6524
|
|
|
6525
|
-
# Optional. The
|
|
6525
|
+
# Optional. The Helm version to use for Cloud Deploy operations.
|
|
6526
6526
|
# Corresponds to the JSON property `helm`
|
|
6527
6527
|
# @return [String]
|
|
6528
6528
|
attr_accessor :helm
|
|
@@ -6532,17 +6532,17 @@ module Google
|
|
|
6532
6532
|
# @return [String]
|
|
6533
6533
|
attr_accessor :kpt
|
|
6534
6534
|
|
|
6535
|
-
# Optional. The
|
|
6535
|
+
# Optional. The Kubectl version to use for Cloud Deploy operations.
|
|
6536
6536
|
# Corresponds to the JSON property `kubectl`
|
|
6537
6537
|
# @return [String]
|
|
6538
6538
|
attr_accessor :kubectl
|
|
6539
6539
|
|
|
6540
|
-
# Optional. The
|
|
6540
|
+
# Optional. The Kustomize version to use for Cloud Deploy operations.
|
|
6541
6541
|
# Corresponds to the JSON property `kustomize`
|
|
6542
6542
|
# @return [String]
|
|
6543
6543
|
attr_accessor :kustomize
|
|
6544
6544
|
|
|
6545
|
-
# Optional. The
|
|
6545
|
+
# Optional. The Skaffold version to use for Cloud Deploy operations.
|
|
6546
6546
|
# Corresponds to the JSON property `skaffold`
|
|
6547
6547
|
# @return [String]
|
|
6548
6548
|
attr_accessor :skaffold
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ClouddeployV1
|
|
18
18
|
# Version of the google-apis-clouddeploy_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.67.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251210"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-clouddeploy_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.67.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.67.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|