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: aed1371737968cf8ddf7563a0e343ae1dbfcc1702d98dc8468626168e41a7eee
4
- data.tar.gz: 2c97ef1ea823fd0f2fbe37a65362e87cd3a9f20bc21cd0598b43f20a7eabbe38
3
+ metadata.gz: 3927a686709043def35852b8895f2cce4553003e7474c0db6937fb4677deb4c5
4
+ data.tar.gz: ce142ab00b7c3eba955ab6b807978ed0cfe1c21a5faec44d786fb4f9975d73fe
5
5
  SHA512:
6
- metadata.gz: cd6dedea2b7aa8312428cb3c41af8b435e13c5abb8f589a6419949c31800e17cef778f6865493cd925f0398c92dbf44f9dce5bac7c66df4ac83bafcdeed8d1fe
7
- data.tar.gz: 60b5848b1e5b3b9e7720efbf397d422941e880e66f76bf65315a5fcb8112656da4d1b1940b36e46448490c65900dd3bed9e61edfd59573f7e8be5c1f7ec53cf0
6
+ metadata.gz: 396700276eff789651327fc3f1a42cf4efe0319a4d8b8fd0df60bee106499843bef39f5fd2a4d4d9086a3b3a2a98470c219cf0371d0cf96519512fbb6b532980
7
+ data.tar.gz: 42302894a314f88597e1622b2e29f82917cd8b567a46c1826848e8adf003bc70bd6c12bacddc2ce16ca516e2532a8445bab46986bf4e9a8beda2bef57650b95c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.71.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240409
6
+
3
7
  ### v0.70.0 (2024-04-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20240327
@@ -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.70.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 = "20240327"
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.70.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-14 00:00:00.000000000 Z
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.70.0
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: []