google-apis-container_v1 0.70.0 → 0.71.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: 3927a686709043def35852b8895f2cce4553003e7474c0db6937fb4677deb4c5
|
|
4
|
+
data.tar.gz: ce142ab00b7c3eba955ab6b807978ed0cfe1c21a5faec44d786fb4f9975d73fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 396700276eff789651327fc3f1a42cf4efe0319a4d8b8fd0df60bee106499843bef39f5fd2a4d4d9086a3b3a2a98470c219cf0371d0cf96519512fbb6b532980
|
|
7
|
+
data.tar.gz: 42302894a314f88597e1622b2e29f82917cd8b567a46c1826848e8adf003bc70bd6c12bacddc2ce16ca516e2532a8445bab46986bf4e9a8beda2bef57650b95c
|
data/CHANGELOG.md
CHANGED
|
@@ -284,6 +284,12 @@ module Google
|
|
|
284
284
|
class AdvancedMachineFeatures
|
|
285
285
|
include Google::Apis::Core::Hashable
|
|
286
286
|
|
|
287
|
+
# Whether or not to enable nested virtualization (defaults to false).
|
|
288
|
+
# Corresponds to the JSON property `enableNestedVirtualization`
|
|
289
|
+
# @return [Boolean]
|
|
290
|
+
attr_accessor :enable_nested_virtualization
|
|
291
|
+
alias_method :enable_nested_virtualization?, :enable_nested_virtualization
|
|
292
|
+
|
|
287
293
|
# The number of threads per physical core. To disable simultaneous
|
|
288
294
|
# multithreading (SMT) set this to 1. If unset, the maximum number of threads
|
|
289
295
|
# supported per core by the underlying processor is assumed.
|
|
@@ -297,6 +303,7 @@ module Google
|
|
|
297
303
|
|
|
298
304
|
# Update properties of this object
|
|
299
305
|
def update!(**args)
|
|
306
|
+
@enable_nested_virtualization = args[:enable_nested_virtualization] if args.key?(:enable_nested_virtualization)
|
|
300
307
|
@threads_per_core = args[:threads_per_core] if args.key?(:threads_per_core)
|
|
301
308
|
end
|
|
302
309
|
end
|
|
@@ -3791,7 +3798,8 @@ module Google
|
|
|
3791
3798
|
# @return [Google::Apis::ContainerV1::GatewayApiConfig]
|
|
3792
3799
|
attr_accessor :gateway_api_config
|
|
3793
3800
|
|
|
3794
|
-
# Specify the details of in-transit encryption.
|
|
3801
|
+
# Specify the details of in-transit encryption. Now named inter-node transparent
|
|
3802
|
+
# encryption.
|
|
3795
3803
|
# Corresponds to the JSON property `inTransitEncryptionConfig`
|
|
3796
3804
|
# @return [String]
|
|
3797
3805
|
attr_accessor :in_transit_encryption_config
|
|
@@ -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.71.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240409"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1148,6 +1148,7 @@ module Google
|
|
|
1148
1148
|
class AdvancedMachineFeatures
|
|
1149
1149
|
# @private
|
|
1150
1150
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1151
|
+
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
|
1151
1152
|
property :threads_per_core, :numeric_string => true, as: 'threadsPerCore'
|
|
1152
1153
|
end
|
|
1153
1154
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.71.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: 2024-04-
|
|
11
|
+
date: 2024-04-28 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-container_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.71.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|