google-apis-container_v1 0.101.0 → 0.103.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: 7a7505f4d7c699b895dbb36a820ae8a90d0bcb868113b470a31fd10e77a4374e
|
4
|
+
data.tar.gz: bb00d64632c2cc5aa92521131ba39bbc9a178214e50ae04e1b3835a89bff4581
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28add8b76ea3ca0d2bcdfa67bcc9cb8de0df5f2c98be2ff47c723f16e47ae93fca2f48f44c0f282992e1007d018c4b7120e6d833e51776a78e7289ce7ffed988
|
7
|
+
data.tar.gz: 5af2942ee8d8e2590a83ddbce9d4b81b6ed3b0a433f9169affa5d00ac1196cb0b3537fdaab1a1882b7cdcc5c0b8e060690a7eeca3f3f317c20de10d40d6bbe7e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-container_v1
|
2
2
|
|
3
|
+
### v0.103.0 (2025-08-24)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250812
|
6
|
+
|
7
|
+
### v0.102.0 (2025-08-17)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250807
|
10
|
+
|
3
11
|
### v0.101.0 (2025-08-03)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250725
|
@@ -2024,6 +2024,11 @@ module Google
|
|
2024
2024
|
# @return [Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig]
|
2025
2025
|
attr_accessor :desired_network_performance_config
|
2026
2026
|
|
2027
|
+
# NetworkTierConfig contains network tier information.
|
2028
|
+
# Corresponds to the JSON property `desiredNetworkTierConfig`
|
2029
|
+
# @return [Google::Apis::ContainerV1::NetworkTierConfig]
|
2030
|
+
attr_accessor :desired_network_tier_config
|
2031
|
+
|
2027
2032
|
# Node kubelet configs.
|
2028
2033
|
# Corresponds to the JSON property `desiredNodeKubeletConfig`
|
2029
2034
|
# @return [Google::Apis::ContainerV1::NodeKubeletConfig]
|
@@ -2254,6 +2259,7 @@ module Google
|
|
2254
2259
|
@desired_monitoring_config = args[:desired_monitoring_config] if args.key?(:desired_monitoring_config)
|
2255
2260
|
@desired_monitoring_service = args[:desired_monitoring_service] if args.key?(:desired_monitoring_service)
|
2256
2261
|
@desired_network_performance_config = args[:desired_network_performance_config] if args.key?(:desired_network_performance_config)
|
2262
|
+
@desired_network_tier_config = args[:desired_network_tier_config] if args.key?(:desired_network_tier_config)
|
2257
2263
|
@desired_node_kubelet_config = args[:desired_node_kubelet_config] if args.key?(:desired_node_kubelet_config)
|
2258
2264
|
@desired_node_pool_auto_config_kubelet_config = args[:desired_node_pool_auto_config_kubelet_config] if args.key?(:desired_node_pool_auto_config_kubelet_config)
|
2259
2265
|
@desired_node_pool_auto_config_linux_node_config = args[:desired_node_pool_auto_config_linux_node_config] if args.key?(:desired_node_pool_auto_config_linux_node_config)
|
@@ -3800,6 +3806,11 @@ module Google
|
|
3800
3806
|
# @return [String]
|
3801
3807
|
attr_accessor :ipv6_access_type
|
3802
3808
|
|
3809
|
+
# NetworkTierConfig contains network tier information.
|
3810
|
+
# Corresponds to the JSON property `networkTierConfig`
|
3811
|
+
# @return [Google::Apis::ContainerV1::NetworkTierConfig]
|
3812
|
+
attr_accessor :network_tier_config
|
3813
|
+
|
3803
3814
|
# This field is deprecated, use node_ipv4_cidr_block.
|
3804
3815
|
# Corresponds to the JSON property `nodeIpv4Cidr`
|
3805
3816
|
# @return [String]
|
@@ -3913,6 +3924,7 @@ module Google
|
|
3913
3924
|
@create_subnetwork = args[:create_subnetwork] if args.key?(:create_subnetwork)
|
3914
3925
|
@default_pod_ipv4_range_utilization = args[:default_pod_ipv4_range_utilization] if args.key?(:default_pod_ipv4_range_utilization)
|
3915
3926
|
@ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
|
3927
|
+
@network_tier_config = args[:network_tier_config] if args.key?(:network_tier_config)
|
3916
3928
|
@node_ipv4_cidr = args[:node_ipv4_cidr] if args.key?(:node_ipv4_cidr)
|
3917
3929
|
@node_ipv4_cidr_block = args[:node_ipv4_cidr_block] if args.key?(:node_ipv4_cidr_block)
|
3918
3930
|
@pod_cidr_overprovision_config = args[:pod_cidr_overprovision_config] if args.key?(:pod_cidr_overprovision_config)
|
@@ -4427,7 +4439,10 @@ module Google
|
|
4427
4439
|
include Google::Apis::Core::Hashable
|
4428
4440
|
|
4429
4441
|
# If set to true, the Lustre CSI driver will install Lustre kernel modules using
|
4430
|
-
# port 6988.
|
4442
|
+
# port 6988. This serves as a workaround for a port conflict with the gke-
|
4443
|
+
# metadata-server. This field is required ONLY under the following conditions: 1.
|
4444
|
+
# The GKE node version is older than 1.33.2-gke.4655000. 2. You're connecting
|
4445
|
+
# to a Lustre instance that has the 'gke-support-enabled' flag.
|
4431
4446
|
# Corresponds to the JSON property `enableLegacyLustrePort`
|
4432
4447
|
# @return [Boolean]
|
4433
4448
|
attr_accessor :enable_legacy_lustre_port
|
@@ -5048,6 +5063,25 @@ module Google
|
|
5048
5063
|
end
|
5049
5064
|
end
|
5050
5065
|
|
5066
|
+
# NetworkTierConfig contains network tier information.
|
5067
|
+
class NetworkTierConfig
|
5068
|
+
include Google::Apis::Core::Hashable
|
5069
|
+
|
5070
|
+
# Network tier configuration.
|
5071
|
+
# Corresponds to the JSON property `networkTier`
|
5072
|
+
# @return [String]
|
5073
|
+
attr_accessor :network_tier
|
5074
|
+
|
5075
|
+
def initialize(**args)
|
5076
|
+
update!(**args)
|
5077
|
+
end
|
5078
|
+
|
5079
|
+
# Update properties of this object
|
5080
|
+
def update!(**args)
|
5081
|
+
@network_tier = args[:network_tier] if args.key?(:network_tier)
|
5082
|
+
end
|
5083
|
+
end
|
5084
|
+
|
5051
5085
|
# Specifies the NodeAffinity key, values, and affinity operator according to [
|
5052
5086
|
# shared sole tenant node group affinities](https://`$universe.dns_names.
|
5053
5087
|
# final_documentation_domain`/compute/docs/nodes/sole-tenant-nodes#
|
@@ -5797,6 +5831,11 @@ module Google
|
|
5797
5831
|
# @return [Google::Apis::ContainerV1::NetworkPerformanceConfig]
|
5798
5832
|
attr_accessor :network_performance_config
|
5799
5833
|
|
5834
|
+
# NetworkTierConfig contains network tier information.
|
5835
|
+
# Corresponds to the JSON property `networkTierConfig`
|
5836
|
+
# @return [Google::Apis::ContainerV1::NetworkTierConfig]
|
5837
|
+
attr_accessor :network_tier_config
|
5838
|
+
|
5800
5839
|
# [PRIVATE FIELD] Config for pod CIDR size overprovisioning.
|
5801
5840
|
# Corresponds to the JSON property `podCidrOverprovisionConfig`
|
5802
5841
|
# @return [Google::Apis::ContainerV1::PodCidrOverprovisionConfig]
|
@@ -5848,6 +5887,7 @@ module Google
|
|
5848
5887
|
@create_pod_range = args[:create_pod_range] if args.key?(:create_pod_range)
|
5849
5888
|
@enable_private_nodes = args[:enable_private_nodes] if args.key?(:enable_private_nodes)
|
5850
5889
|
@network_performance_config = args[:network_performance_config] if args.key?(:network_performance_config)
|
5890
|
+
@network_tier_config = args[:network_tier_config] if args.key?(:network_tier_config)
|
5851
5891
|
@pod_cidr_overprovision_config = args[:pod_cidr_overprovision_config] if args.key?(:pod_cidr_overprovision_config)
|
5852
5892
|
@pod_ipv4_cidr_block = args[:pod_ipv4_cidr_block] if args.key?(:pod_ipv4_cidr_block)
|
5853
5893
|
@pod_ipv4_range_utilization = args[:pod_ipv4_range_utilization] if args.key?(:pod_ipv4_range_utilization)
|
@@ -7300,6 +7340,33 @@ module Google
|
|
7300
7340
|
end
|
7301
7341
|
end
|
7302
7342
|
|
7343
|
+
# RotationConfig is config for secret manager auto rotation.
|
7344
|
+
class RotationConfig
|
7345
|
+
include Google::Apis::Core::Hashable
|
7346
|
+
|
7347
|
+
# Whether the rotation is enabled.
|
7348
|
+
# Corresponds to the JSON property `enabled`
|
7349
|
+
# @return [Boolean]
|
7350
|
+
attr_accessor :enabled
|
7351
|
+
alias_method :enabled?, :enabled
|
7352
|
+
|
7353
|
+
# The interval between two consecutive rotations. Default rotation interval is 2
|
7354
|
+
# minutes.
|
7355
|
+
# Corresponds to the JSON property `rotationInterval`
|
7356
|
+
# @return [String]
|
7357
|
+
attr_accessor :rotation_interval
|
7358
|
+
|
7359
|
+
def initialize(**args)
|
7360
|
+
update!(**args)
|
7361
|
+
end
|
7362
|
+
|
7363
|
+
# Update properties of this object
|
7364
|
+
def update!(**args)
|
7365
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
7366
|
+
@rotation_interval = args[:rotation_interval] if args.key?(:rotation_interval)
|
7367
|
+
end
|
7368
|
+
end
|
7369
|
+
|
7303
7370
|
# SandboxConfig contains configurations of the sandbox to use for the node.
|
7304
7371
|
class SandboxConfig
|
7305
7372
|
include Google::Apis::Core::Hashable
|
@@ -7369,6 +7436,11 @@ module Google
|
|
7369
7436
|
attr_accessor :enabled
|
7370
7437
|
alias_method :enabled?, :enabled
|
7371
7438
|
|
7439
|
+
# RotationConfig is config for secret manager auto rotation.
|
7440
|
+
# Corresponds to the JSON property `rotationConfig`
|
7441
|
+
# @return [Google::Apis::ContainerV1::RotationConfig]
|
7442
|
+
attr_accessor :rotation_config
|
7443
|
+
|
7372
7444
|
def initialize(**args)
|
7373
7445
|
update!(**args)
|
7374
7446
|
end
|
@@ -7376,6 +7448,7 @@ module Google
|
|
7376
7448
|
# Update properties of this object
|
7377
7449
|
def update!(**args)
|
7378
7450
|
@enabled = args[:enabled] if args.key?(:enabled)
|
7451
|
+
@rotation_config = args[:rotation_config] if args.key?(:rotation_config)
|
7379
7452
|
end
|
7380
7453
|
end
|
7381
7454
|
|
@@ -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.103.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 = "20250812"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -724,6 +724,12 @@ module Google
|
|
724
724
|
include Google::Apis::Core::JsonObjectSupport
|
725
725
|
end
|
726
726
|
|
727
|
+
class NetworkTierConfig
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
727
733
|
class NodeAffinity
|
728
734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
735
|
|
@@ -988,6 +994,12 @@ module Google
|
|
988
994
|
include Google::Apis::Core::JsonObjectSupport
|
989
995
|
end
|
990
996
|
|
997
|
+
class RotationConfig
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
|
+
|
1000
|
+
include Google::Apis::Core::JsonObjectSupport
|
1001
|
+
end
|
1002
|
+
|
991
1003
|
class SandboxConfig
|
992
1004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
993
1005
|
|
@@ -1798,6 +1810,8 @@ module Google
|
|
1798
1810
|
property :desired_monitoring_service, as: 'desiredMonitoringService'
|
1799
1811
|
property :desired_network_performance_config, as: 'desiredNetworkPerformanceConfig', class: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig::Representation
|
1800
1812
|
|
1813
|
+
property :desired_network_tier_config, as: 'desiredNetworkTierConfig', class: Google::Apis::ContainerV1::NetworkTierConfig, decorator: Google::Apis::ContainerV1::NetworkTierConfig::Representation
|
1814
|
+
|
1801
1815
|
property :desired_node_kubelet_config, as: 'desiredNodeKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
1802
1816
|
|
1803
1817
|
property :desired_node_pool_auto_config_kubelet_config, as: 'desiredNodePoolAutoConfigKubeletConfig', class: Google::Apis::ContainerV1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1::NodeKubeletConfig::Representation
|
@@ -2284,6 +2298,8 @@ module Google
|
|
2284
2298
|
property :create_subnetwork, as: 'createSubnetwork'
|
2285
2299
|
property :default_pod_ipv4_range_utilization, as: 'defaultPodIpv4RangeUtilization'
|
2286
2300
|
property :ipv6_access_type, as: 'ipv6AccessType'
|
2301
|
+
property :network_tier_config, as: 'networkTierConfig', class: Google::Apis::ContainerV1::NetworkTierConfig, decorator: Google::Apis::ContainerV1::NetworkTierConfig::Representation
|
2302
|
+
|
2287
2303
|
property :node_ipv4_cidr, as: 'nodeIpv4Cidr'
|
2288
2304
|
property :node_ipv4_cidr_block, as: 'nodeIpv4CidrBlock'
|
2289
2305
|
property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1::PodCidrOverprovisionConfig::Representation
|
@@ -2617,6 +2633,13 @@ module Google
|
|
2617
2633
|
end
|
2618
2634
|
end
|
2619
2635
|
|
2636
|
+
class NetworkTierConfig
|
2637
|
+
# @private
|
2638
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2639
|
+
property :network_tier, as: 'networkTier'
|
2640
|
+
end
|
2641
|
+
end
|
2642
|
+
|
2620
2643
|
class NodeAffinity
|
2621
2644
|
# @private
|
2622
2645
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2773,6 +2796,8 @@ module Google
|
|
2773
2796
|
property :enable_private_nodes, as: 'enablePrivateNodes'
|
2774
2797
|
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1::NetworkPerformanceConfig, decorator: Google::Apis::ContainerV1::NetworkPerformanceConfig::Representation
|
2775
2798
|
|
2799
|
+
property :network_tier_config, as: 'networkTierConfig', class: Google::Apis::ContainerV1::NetworkTierConfig, decorator: Google::Apis::ContainerV1::NetworkTierConfig::Representation
|
2800
|
+
|
2776
2801
|
property :pod_cidr_overprovision_config, as: 'podCidrOverprovisionConfig', class: Google::Apis::ContainerV1::PodCidrOverprovisionConfig, decorator: Google::Apis::ContainerV1::PodCidrOverprovisionConfig::Representation
|
2777
2802
|
|
2778
2803
|
property :pod_ipv4_cidr_block, as: 'podIpv4CidrBlock'
|
@@ -3165,6 +3190,14 @@ module Google
|
|
3165
3190
|
end
|
3166
3191
|
end
|
3167
3192
|
|
3193
|
+
class RotationConfig
|
3194
|
+
# @private
|
3195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3196
|
+
property :enabled, as: 'enabled'
|
3197
|
+
property :rotation_interval, as: 'rotationInterval'
|
3198
|
+
end
|
3199
|
+
end
|
3200
|
+
|
3168
3201
|
class SandboxConfig
|
3169
3202
|
# @private
|
3170
3203
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3190,6 +3223,8 @@ module Google
|
|
3190
3223
|
# @private
|
3191
3224
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3192
3225
|
property :enabled, as: 'enabled'
|
3226
|
+
property :rotation_config, as: 'rotationConfig', class: Google::Apis::ContainerV1::RotationConfig, decorator: Google::Apis::ContainerV1::RotationConfig::Representation
|
3227
|
+
|
3193
3228
|
end
|
3194
3229
|
end
|
3195
3230
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.103.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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.103.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|