google-apis-container_v1beta1 0.72.0 → 0.73.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: 5e922c697c3b189f12a34253e7d10bd4383863ca01f2cc27b67f055e304b7cc4
|
|
4
|
+
data.tar.gz: abf40090ddb1377a4947438c64dcb486557da94111e1d72df81563d054cac76d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2891d371885dfb8449ee00e140e9a153e4ccf39bd173a902f30c759bbb161cf5eb0aec09b9a218f5187f9c629c37d50d1dc9493757e233f701df7c021237bf91
|
|
7
|
+
data.tar.gz: c59e9cb92ba440491f1f4beb2f5734e82ff807ba75ad93c295e67434ebd941d279e1c2c14805c9e7de4ca0b6ff3f21e57ba81384b53c2dd14078e27bc09db867
|
data/CHANGELOG.md
CHANGED
|
@@ -302,6 +302,12 @@ module Google
|
|
|
302
302
|
class AdvancedMachineFeatures
|
|
303
303
|
include Google::Apis::Core::Hashable
|
|
304
304
|
|
|
305
|
+
# Whether or not to enable nested virtualization (defaults to false).
|
|
306
|
+
# Corresponds to the JSON property `enableNestedVirtualization`
|
|
307
|
+
# @return [Boolean]
|
|
308
|
+
attr_accessor :enable_nested_virtualization
|
|
309
|
+
alias_method :enable_nested_virtualization?, :enable_nested_virtualization
|
|
310
|
+
|
|
305
311
|
# The number of threads per physical core. To disable simultaneous
|
|
306
312
|
# multithreading (SMT) set this to 1. If unset, the maximum number of threads
|
|
307
313
|
# supported per core by the underlying processor is assumed.
|
|
@@ -315,6 +321,7 @@ module Google
|
|
|
315
321
|
|
|
316
322
|
# Update properties of this object
|
|
317
323
|
def update!(**args)
|
|
324
|
+
@enable_nested_virtualization = args[:enable_nested_virtualization] if args.key?(:enable_nested_virtualization)
|
|
318
325
|
@threads_per_core = args[:threads_per_core] if args.key?(:threads_per_core)
|
|
319
326
|
end
|
|
320
327
|
end
|
|
@@ -1801,7 +1808,8 @@ module Google
|
|
|
1801
1808
|
# @return [String]
|
|
1802
1809
|
attr_accessor :desired_image_type
|
|
1803
1810
|
|
|
1804
|
-
# Specify the details of in-transit encryption.
|
|
1811
|
+
# Specify the details of in-transit encryption. Now named inter-node transparent
|
|
1812
|
+
# encryption.
|
|
1805
1813
|
# Corresponds to the JSON property `desiredInTransitEncryptionConfig`
|
|
1806
1814
|
# @return [String]
|
|
1807
1815
|
attr_accessor :desired_in_transit_encryption_config
|
|
@@ -5851,7 +5859,7 @@ module Google
|
|
|
5851
5859
|
class PolicyBinding
|
|
5852
5860
|
include Google::Apis::Core::Hashable
|
|
5853
5861
|
|
|
5854
|
-
# The relative resource name of the binauthz platform policy to
|
|
5862
|
+
# The relative resource name of the binauthz platform policy to evaluate. GKE
|
|
5855
5863
|
# platform policies have the following format: `projects/`project_number`/
|
|
5856
5864
|
# platforms/gke/policies/`policy_id``.
|
|
5857
5865
|
# Corresponds to the JSON property `name`
|
|
@@ -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.73.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
|
|
@@ -1303,6 +1303,7 @@ module Google
|
|
|
1303
1303
|
class AdvancedMachineFeatures
|
|
1304
1304
|
# @private
|
|
1305
1305
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1306
|
+
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
|
1306
1307
|
property :threads_per_core, :numeric_string => true, as: 'threadsPerCore'
|
|
1307
1308
|
end
|
|
1308
1309
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.73.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_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.73.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|