google-apis-container_v1beta1 0.81.0 → 0.82.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: 1a61cdc5981f3f29ad45cbab7932e1b9e546c078d18713279721a29513dc9951
|
4
|
+
data.tar.gz: 59923e26c0094465a5ad3773b4fde11e9ac0fb1a42e9cd674424736c613f9165
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74cb0141e953f73b3ee28951d04a8a01ed019e218daa3951cf930283403e298f9c130b3c6d948b4d40865b317cad8be8787d0c417270463bb80e3b740a167f6c
|
7
|
+
data.tar.gz: ee925f0cfd8ac199eb2f66eaede01ec5c53a1753718aff3af58edd70e9fc678e8a1009e6a1c17e91e10a8447170767b2a9efbd0a42242e481528d1a6ab3ab937
|
data/CHANGELOG.md
CHANGED
@@ -2491,6 +2491,11 @@ module Google
|
|
2491
2491
|
class ConfidentialNodes
|
2492
2492
|
include Google::Apis::Core::Hashable
|
2493
2493
|
|
2494
|
+
# Defines the type of technology used by the confidential node.
|
2495
|
+
# Corresponds to the JSON property `confidentialInstanceType`
|
2496
|
+
# @return [String]
|
2497
|
+
attr_accessor :confidential_instance_type
|
2498
|
+
|
2494
2499
|
# Whether Confidential Nodes feature is enabled.
|
2495
2500
|
# Corresponds to the JSON property `enabled`
|
2496
2501
|
# @return [Boolean]
|
@@ -2503,6 +2508,7 @@ module Google
|
|
2503
2508
|
|
2504
2509
|
# Update properties of this object
|
2505
2510
|
def update!(**args)
|
2511
|
+
@confidential_instance_type = args[:confidential_instance_type] if args.key?(:confidential_instance_type)
|
2506
2512
|
@enabled = args[:enabled] if args.key?(:enabled)
|
2507
2513
|
end
|
2508
2514
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContainerV1beta1
|
18
18
|
# Version of the google-apis-container_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.82.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250408"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1970,6 +1970,7 @@ module Google
|
|
1970
1970
|
class ConfidentialNodes
|
1971
1971
|
# @private
|
1972
1972
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1973
|
+
property :confidential_instance_type, as: 'confidentialInstanceType'
|
1973
1974
|
property :enabled, as: 'enabled'
|
1974
1975
|
end
|
1975
1976
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-container_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.82.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-04-
|
10
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.82.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|