google-apis-container_v1beta1 0.89.0 → 0.90.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: 9bf2cd30161cde9bb112782827faa2dc70de2fb42005c5e6e3f7d5b7c13ce88b
|
4
|
+
data.tar.gz: ffad9d6fff1160e9ad294060791c33892071132f7ad06514ca030d1d8ed702b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 693e9a6c87bf0300e2a886e29f363f0ddad15b0f5db704d9bbe2153b409144891e08666c14457142dc88d9566d0dfe1426d046f78ba4dac024995308d7d10138
|
7
|
+
data.tar.gz: c866c9b58ebd7bfa22e5311eb299ed319bf2e2c6c100a817102982ba38937041808ef79cc8547faf9e7ccf6e07a1f694013b46ba60a5daf6586c750f884629d8
|
data/CHANGELOG.md
CHANGED
@@ -1714,7 +1714,9 @@ module Google
|
|
1714
1714
|
# @return [Google::Apis::ContainerV1beta1::VerticalPodAutoscaling]
|
1715
1715
|
attr_accessor :vertical_pod_autoscaling
|
1716
1716
|
|
1717
|
-
# Configuration for direct-path (via ALTS) with workload identity.
|
1717
|
+
# Configuration for direct-path (via ALTS) with workload identity. This feature
|
1718
|
+
# is not officially supported for external customers in Kubernetes Engine when
|
1719
|
+
# using Workload Identity.
|
1718
1720
|
# Corresponds to the JSON property `workloadAltsConfig`
|
1719
1721
|
# @return [Google::Apis::ContainerV1beta1::WorkloadAltsConfig]
|
1720
1722
|
attr_accessor :workload_alts_config
|
@@ -2374,7 +2376,9 @@ module Google
|
|
2374
2376
|
# @return [Google::Apis::ContainerV1beta1::VerticalPodAutoscaling]
|
2375
2377
|
attr_accessor :desired_vertical_pod_autoscaling
|
2376
2378
|
|
2377
|
-
# Configuration for direct-path (via ALTS) with workload identity.
|
2379
|
+
# Configuration for direct-path (via ALTS) with workload identity. This feature
|
2380
|
+
# is not officially supported for external customers in Kubernetes Engine when
|
2381
|
+
# using Workload Identity.
|
2378
2382
|
# Corresponds to the JSON property `desiredWorkloadAltsConfig`
|
2379
2383
|
# @return [Google::Apis::ContainerV1beta1::WorkloadAltsConfig]
|
2380
2384
|
attr_accessor :desired_workload_alts_config
|
@@ -4869,7 +4873,10 @@ module Google
|
|
4869
4873
|
include Google::Apis::Core::Hashable
|
4870
4874
|
|
4871
4875
|
# If set to true, the Lustre CSI driver will install Lustre kernel modules using
|
4872
|
-
# port 6988.
|
4876
|
+
# port 6988. This serves as a workaround for a port conflict with the gke-
|
4877
|
+
# metadata-server. This field is required ONLY under the following conditions: 1.
|
4878
|
+
# The GKE node version is older than 1.33.2-gke.4655000. 2. You're connecting
|
4879
|
+
# to a Lustre instance that has the 'gke-support-enabled' flag.
|
4873
4880
|
# Corresponds to the JSON property `enableLegacyLustrePort`
|
4874
4881
|
# @return [Boolean]
|
4875
4882
|
attr_accessor :enable_legacy_lustre_port
|
@@ -10246,7 +10253,9 @@ module Google
|
|
10246
10253
|
end
|
10247
10254
|
end
|
10248
10255
|
|
10249
|
-
# Configuration for direct-path (via ALTS) with workload identity.
|
10256
|
+
# Configuration for direct-path (via ALTS) with workload identity. This feature
|
10257
|
+
# is not officially supported for external customers in Kubernetes Engine when
|
10258
|
+
# using Workload Identity.
|
10250
10259
|
class WorkloadAltsConfig
|
10251
10260
|
include Google::Apis::Core::Hashable
|
10252
10261
|
|
@@ -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.90.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250807"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.90.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_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.90.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:
|