google-apis-container_v1 0.118.0 → 0.119.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: b5e40bc7e58e22ae826b0c1b57e2ad1a143e0293775c72cae7bdfe30665a43e3
|
|
4
|
+
data.tar.gz: 70b9bf87872d811611e9128408ff3735b5f63649f5676673942d930183cebf09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ed650d6a512c8cc8e6308963b4577547a342775bca2d7bee9bd5320dcd08fce2b0fa6e476af1ac7bbd13e5a306b228297a4f64331a943cf221419371350662c
|
|
7
|
+
data.tar.gz: e5804ecde92478536de64543f988bc2e561c4e30099455d4a5337fa0f6a9fd78ac44a2cd431e61831deda209fe983759c030360cfda75c0619b0526143705948
|
data/CHANGELOG.md
CHANGED
|
@@ -8557,6 +8557,11 @@ module Google
|
|
|
8557
8557
|
# @return [String]
|
|
8558
8558
|
attr_accessor :channel
|
|
8559
8559
|
|
|
8560
|
+
# Output only. List of custom versions for the channel.
|
|
8561
|
+
# Corresponds to the JSON property `customVersions`
|
|
8562
|
+
# @return [Array<String>]
|
|
8563
|
+
attr_accessor :custom_versions
|
|
8564
|
+
|
|
8560
8565
|
# The default version for newly created clusters on the channel.
|
|
8561
8566
|
# Corresponds to the JSON property `defaultVersion`
|
|
8562
8567
|
# @return [String]
|
|
@@ -8579,6 +8584,7 @@ module Google
|
|
|
8579
8584
|
# Update properties of this object
|
|
8580
8585
|
def update!(**args)
|
|
8581
8586
|
@channel = args[:channel] if args.key?(:channel)
|
|
8587
|
+
@custom_versions = args[:custom_versions] if args.key?(:custom_versions)
|
|
8582
8588
|
@default_version = args[:default_version] if args.key?(:default_version)
|
|
8583
8589
|
@upgrade_target_version = args[:upgrade_target_version] if args.key?(:upgrade_target_version)
|
|
8584
8590
|
@valid_versions = args[:valid_versions] if args.key?(:valid_versions)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContainerV1
|
|
18
18
|
# Version of the google-apis-container_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.119.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260727"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3848,6 +3848,7 @@ module Google
|
|
|
3848
3848
|
# @private
|
|
3849
3849
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3850
3850
|
property :channel, as: 'channel'
|
|
3851
|
+
collection :custom_versions, as: 'customVersions'
|
|
3851
3852
|
property :default_version, as: 'defaultVersion'
|
|
3852
3853
|
property :upgrade_target_version, as: 'upgradeTargetVersion'
|
|
3853
3854
|
collection :valid_versions, as: 'validVersions'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-container_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.119.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-container_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.119.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|