google-cloud-container-v1 0.14.0 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ae995acf44ae5a846f5ad51746d1edd7b63ae179ab12292ddb5ee3411cedb07
4
- data.tar.gz: c34af62ee3f8c28f227a56dc7f0b6d72c2760c60959af771fafa9dc2915f80f8
3
+ metadata.gz: 56f6df4f5eec19503c9ec33ef10e4daca3456135e0aabf3310c0eca181a898ea
4
+ data.tar.gz: 23eb257a134508346ad6a6c5da274cfab88ffbf9c698d3c7b8105e2015146825
5
5
  SHA512:
6
- metadata.gz: a6648c52455f95866f6ec6439f7559558139e966ec888dc93144c3f01e58e788ced6defd090eaa63679a8b5eed7745ec787c9868fbb6e80c5fda6db426d1a76b
7
- data.tar.gz: 810a9a0f63f81daf197138f9a7708a915cfae47371015cdbd03af1a7b775d1e4e15510064e1286e61b906a6e329dcd140800b3c121b26a409cce847727dbb4fb
6
+ metadata.gz: c02828f3962b352b6fed423bd758965c0ac3995cac05b31eac7fde78fc2f23c28347623486f322d56327f7ac71798d2989a78d5816c89d3857c6172e4aeb58cd
7
+ data.tar.gz: 4fd35fb06358ea640a5c777bf60ab1b0ef9373ee5453de4d35cd79042767a0f0880fb3699d76b10ff29a3338a24b2998d62dd263c9a4684072a777c93ed32dac
@@ -650,7 +650,7 @@ module Google
650
650
  # @param options [::Gapic::CallOptions, ::Hash]
651
651
  # Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
652
652
  #
653
- # @overload update_node_pool(project_id: nil, zone: nil, cluster_id: nil, node_pool_id: nil, node_version: nil, image_type: nil, name: nil, locations: nil, workload_metadata_config: nil, upgrade_settings: nil, tags: nil, taints: nil, labels: nil, linux_node_config: nil, kubelet_config: nil, node_network_config: nil, gcfs_config: nil, confidential_nodes: nil, gvnic: nil, fast_socket: nil, logging_config: nil, resource_labels: nil)
653
+ # @overload update_node_pool(project_id: nil, zone: nil, cluster_id: nil, node_pool_id: nil, node_version: nil, image_type: nil, name: nil, locations: nil, workload_metadata_config: nil, upgrade_settings: nil, tags: nil, taints: nil, labels: nil, linux_node_config: nil, kubelet_config: nil, node_network_config: nil, gcfs_config: nil, confidential_nodes: nil, gvnic: nil, etag: nil, fast_socket: nil, logging_config: nil, resource_labels: nil, windows_node_config: nil)
654
654
  # Pass arguments to `update_node_pool` via keyword arguments. Note that at
655
655
  # least one keyword argument is required. To specify no parameters, or to keep all
656
656
  # the default parameter values, pass an empty Hash as a request object (see above).
@@ -723,6 +723,10 @@ module Google
723
723
  # All the nodes in the node pool will be Confidential VM once enabled.
724
724
  # @param gvnic [::Google::Cloud::Container::V1::VirtualNIC, ::Hash]
725
725
  # Enable or disable gvnic on the node pool.
726
+ # @param etag [::String]
727
+ # The current etag of the node pool.
728
+ # If an etag is provided and does not match the current etag of the node
729
+ # pool, update will be blocked and an ABORTED error will be returned.
726
730
  # @param fast_socket [::Google::Cloud::Container::V1::FastSocket, ::Hash]
727
731
  # Enable or disable NCCL fast socket for the node pool.
728
732
  # @param logging_config [::Google::Cloud::Container::V1::NodePoolLoggingConfig, ::Hash]
@@ -730,6 +734,8 @@ module Google
730
734
  # @param resource_labels [::Google::Cloud::Container::V1::ResourceLabels, ::Hash]
731
735
  # The resource labels for the node pool to use to annotate any related
732
736
  # Google Compute Engine resources.
737
+ # @param windows_node_config [::Google::Cloud::Container::V1::WindowsNodeConfig, ::Hash]
738
+ # Parameters that can be configured on Windows nodes.
733
739
  #
734
740
  # @yield [response, operation] Access the result along with the RPC operation
735
741
  # @yieldparam response [::Google::Cloud::Container::V1::Operation]
@@ -1150,8 +1156,8 @@ module Google
1150
1156
  # Deprecated. The name of the cluster to upgrade.
1151
1157
  # This field has been deprecated and replaced by the name field.
1152
1158
  # @param addons_config [::Google::Cloud::Container::V1::AddonsConfig, ::Hash]
1153
- # Required. The desired configurations for the various addons available to run in the
1154
- # cluster.
1159
+ # Required. The desired configurations for the various addons available to
1160
+ # run in the cluster.
1155
1161
  # @param name [::String]
1156
1162
  # The name (project, location, cluster) of the cluster to set addons.
1157
1163
  # Specified in the format `projects/*/locations/*/clusters/*`.
@@ -33,7 +33,7 @@ module Google
33
33
  ##
34
34
  # Google Kubernetes Engine Cluster Manager v1
35
35
  #
36
- # To load this service and instantiate a client:
36
+ # @example Load this service and instantiate a gRPC client
37
37
  #
38
38
  # require "google/cloud/container/v1/cluster_manager"
39
39
  # client = ::Google::Cloud::Container::V1::ClusterManager::Client.new
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "0.14.0"
24
+ VERSION = "0.16.0"
25
25
  end
26
26
  end
27
27
  end
@@ -23,9 +23,9 @@ module Google
23
23
  module Cloud
24
24
  module Container
25
25
  ##
26
- # To load this package, including all its services, and instantiate a client:
26
+ # API client module.
27
27
  #
28
- # @example
28
+ # @example Load this package, including all its services, and instantiate a gRPC client
29
29
  #
30
30
  # require "google/cloud/container/v1"
31
31
  # client = ::Google::Cloud::Container::V1::ClusterManager::Client.new
@@ -25,6 +25,14 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
25
25
  value :CGROUP_MODE_V1, 1
26
26
  value :CGROUP_MODE_V2, 2
27
27
  end
28
+ add_message "google.container.v1.WindowsNodeConfig" do
29
+ optional :os_version, :enum, 1, "google.container.v1.WindowsNodeConfig.OSVersion"
30
+ end
31
+ add_enum "google.container.v1.WindowsNodeConfig.OSVersion" do
32
+ value :OS_VERSION_UNSPECIFIED, 0
33
+ value :OS_VERSION_LTSC2019, 1
34
+ value :OS_VERSION_LTSC2022, 2
35
+ end
28
36
  add_message "google.container.v1.NodeKubeletConfig" do
29
37
  optional :cpu_manager_policy, :string, 1
30
38
  optional :cpu_cfs_quota, :message, 2, "google.protobuf.BoolValue"
@@ -62,6 +70,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
62
70
  proto3_optional :fast_socket, :message, 36, "google.container.v1.FastSocket"
63
71
  map :resource_labels, :string, :string, 37
64
72
  optional :logging_config, :message, 38, "google.container.v1.NodePoolLoggingConfig"
73
+ optional :windows_node_config, :message, 39, "google.container.v1.WindowsNodeConfig"
74
+ optional :local_nvme_ssd_block_config, :message, 40, "google.container.v1.LocalNvmeSsdBlockConfig"
75
+ optional :ephemeral_storage_local_ssd_config, :message, 41, "google.container.v1.EphemeralStorageLocalSsdConfig"
65
76
  end
66
77
  add_message "google.container.v1.AdvancedMachineFeatures" do
67
78
  proto3_optional :threads_per_core, :int64, 1
@@ -249,6 +260,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
249
260
  optional :use_routes, :bool, 15
250
261
  optional :stack_type, :enum, 16, "google.container.v1.StackType"
251
262
  optional :ipv6_access_type, :enum, 17, "google.container.v1.IPv6AccessType"
263
+ optional :subnet_ipv6_cidr_block, :string, 22
264
+ optional :services_ipv6_cidr_block, :string, 23
252
265
  end
253
266
  add_message "google.container.v1.Cluster" do
254
267
  optional :name, :string, 1
@@ -313,6 +326,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
313
326
  optional :logging_config, :message, 132, "google.container.v1.LoggingConfig"
314
327
  optional :monitoring_config, :message, 133, "google.container.v1.MonitoringConfig"
315
328
  optional :node_pool_auto_config, :message, 136, "google.container.v1.NodePoolAutoConfig"
329
+ optional :etag, :string, 139
316
330
  end
317
331
  add_enum "google.container.v1.Cluster.Status" do
318
332
  value :STATUS_UNSPECIFIED, 0
@@ -371,6 +385,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
371
385
  optional :desired_gcfs_config, :message, 109, "google.container.v1.GcfsConfig"
372
386
  optional :desired_node_pool_auto_config_network_tags, :message, 110, "google.container.v1.NetworkTags"
373
387
  optional :desired_gateway_api_config, :message, 114, "google.container.v1.GatewayAPIConfig"
388
+ optional :etag, :string, 115
374
389
  optional :desired_node_pool_logging_config, :message, 116, "google.container.v1.NodePoolLoggingConfig"
375
390
  optional :desired_stack_type, :enum, 119, "google.container.v1.StackType"
376
391
  end
@@ -470,9 +485,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
470
485
  optional :gcfs_config, :message, 22, "google.container.v1.GcfsConfig"
471
486
  optional :confidential_nodes, :message, 23, "google.container.v1.ConfidentialNodes"
472
487
  optional :gvnic, :message, 29, "google.container.v1.VirtualNIC"
488
+ optional :etag, :string, 30
473
489
  optional :fast_socket, :message, 31, "google.container.v1.FastSocket"
474
490
  optional :logging_config, :message, 32, "google.container.v1.NodePoolLoggingConfig"
475
491
  optional :resource_labels, :message, 33, "google.container.v1.ResourceLabels"
492
+ optional :windows_node_config, :message, 34, "google.container.v1.WindowsNodeConfig"
476
493
  end
477
494
  add_message "google.container.v1.SetNodePoolAutoscalingRequest" do
478
495
  optional :project_id, :string, 1
@@ -644,6 +661,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
644
661
  optional :upgrade_settings, :message, 107, "google.container.v1.NodePool.UpgradeSettings"
645
662
  optional :placement_policy, :message, 108, "google.container.v1.NodePool.PlacementPolicy"
646
663
  optional :update_info, :message, 109, "google.container.v1.NodePool.UpdateInfo"
664
+ optional :etag, :string, 110
647
665
  end
648
666
  add_message "google.container.v1.NodePool.UpgradeSettings" do
649
667
  optional :max_surge, :int32, 1
@@ -964,6 +982,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
964
982
  end
965
983
  add_enum "google.container.v1.DNSConfig.DNSScope" do
966
984
  value :DNS_SCOPE_UNSPECIFIED, 0
985
+ value :CLUSTER_SCOPE, 1
967
986
  value :VPC_SCOPE, 2
968
987
  end
969
988
  add_message "google.container.v1.MaxPodsConstraint" do
@@ -1133,6 +1152,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1133
1152
  add_message "google.container.v1.ManagedPrometheusConfig" do
1134
1153
  optional :enabled, :bool, 1
1135
1154
  end
1155
+ add_message "google.container.v1.LocalNvmeSsdBlockConfig" do
1156
+ optional :local_ssd_count, :int32, 1
1157
+ end
1158
+ add_message "google.container.v1.EphemeralStorageLocalSsdConfig" do
1159
+ optional :local_ssd_count, :int32, 1
1160
+ end
1136
1161
  add_enum "google.container.v1.PrivateIPv6GoogleAccess" do
1137
1162
  value :PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED, 0
1138
1163
  value :PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED, 1
@@ -1173,6 +1198,8 @@ module Google
1173
1198
  module V1
1174
1199
  LinuxNodeConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.LinuxNodeConfig").msgclass
1175
1200
  LinuxNodeConfig::CgroupMode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.LinuxNodeConfig.CgroupMode").enummodule
1201
+ WindowsNodeConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.WindowsNodeConfig").msgclass
1202
+ WindowsNodeConfig::OSVersion = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.WindowsNodeConfig.OSVersion").enummodule
1176
1203
  NodeKubeletConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.NodeKubeletConfig").msgclass
1177
1204
  NodeConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.NodeConfig").msgclass
1178
1205
  AdvancedMachineFeatures = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.AdvancedMachineFeatures").msgclass
@@ -1351,6 +1378,8 @@ module Google
1351
1378
  MonitoringComponentConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.MonitoringComponentConfig").msgclass
1352
1379
  MonitoringComponentConfig::Component = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.MonitoringComponentConfig.Component").enummodule
1353
1380
  ManagedPrometheusConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.ManagedPrometheusConfig").msgclass
1381
+ LocalNvmeSsdBlockConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.LocalNvmeSsdBlockConfig").msgclass
1382
+ EphemeralStorageLocalSsdConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.EphemeralStorageLocalSsdConfig").msgclass
1354
1383
  PrivateIPv6GoogleAccess = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.PrivateIPv6GoogleAccess").enummodule
1355
1384
  UpgradeResourceType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.UpgradeResourceType").enummodule
1356
1385
  DatapathProvider = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1.DatapathProvider").enummodule
@@ -72,6 +72,29 @@ module Google
72
72
  end
73
73
  end
74
74
 
75
+ # Parameters that can be configured on Windows nodes.
76
+ # Windows Node Config that define the parameters that will be used to
77
+ # configure the Windows node pool settings
78
+ # @!attribute [rw] os_version
79
+ # @return [::Google::Cloud::Container::V1::WindowsNodeConfig::OSVersion]
80
+ # OSVersion specifies the Windows node config to be used on the node
81
+ class WindowsNodeConfig
82
+ include ::Google::Protobuf::MessageExts
83
+ extend ::Google::Protobuf::MessageExts::ClassMethods
84
+
85
+ # Possible OS version that can be used.
86
+ module OSVersion
87
+ # When OSVersion is not specified
88
+ OS_VERSION_UNSPECIFIED = 0
89
+
90
+ # LTSC2019 specifies to use LTSC2019 as the Windows Servercore Base Image
91
+ OS_VERSION_LTSC2019 = 1
92
+
93
+ # LTSC2022 specifies to use LTSC2022 as the Windows Servercore Base Image
94
+ OS_VERSION_LTSC2022 = 2
95
+ end
96
+ end
97
+
75
98
  # Node kubelet configs.
76
99
  # @!attribute [rw] cpu_manager_policy
77
100
  # @return [::String]
@@ -312,6 +335,16 @@ module Google
312
335
  # @!attribute [rw] logging_config
313
336
  # @return [::Google::Cloud::Container::V1::NodePoolLoggingConfig]
314
337
  # Logging configuration.
338
+ # @!attribute [rw] windows_node_config
339
+ # @return [::Google::Cloud::Container::V1::WindowsNodeConfig]
340
+ # Parameters that can be configured on Windows nodes.
341
+ # @!attribute [rw] local_nvme_ssd_block_config
342
+ # @return [::Google::Cloud::Container::V1::LocalNvmeSsdBlockConfig]
343
+ # Parameters for using raw-block Local NVMe SSDs.
344
+ # @!attribute [rw] ephemeral_storage_local_ssd_config
345
+ # @return [::Google::Cloud::Container::V1::EphemeralStorageLocalSsdConfig]
346
+ # Parameters for the node ephemeral storage using Local SSDs.
347
+ # If unspecified, ephemeral storage is backed by the boot disk.
315
348
  class NodeConfig
316
349
  include ::Google::Protobuf::MessageExts
317
350
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -1100,6 +1133,13 @@ module Google
1100
1133
  # @!attribute [rw] ipv6_access_type
1101
1134
  # @return [::Google::Cloud::Container::V1::IPv6AccessType]
1102
1135
  # The ipv6 access type (internal or external) when create_subnetwork is true
1136
+ # @!attribute [r] subnet_ipv6_cidr_block
1137
+ # @return [::String]
1138
+ # Output only. [Output only] The subnet's IPv6 CIDR block used by nodes and
1139
+ # pods.
1140
+ # @!attribute [r] services_ipv6_cidr_block
1141
+ # @return [::String]
1142
+ # Output only. [Output only] The services IPv6 CIDR block for the cluster.
1103
1143
  class IPAllocationPolicy
1104
1144
  include ::Google::Protobuf::MessageExts
1105
1145
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -1416,6 +1456,11 @@ module Google
1416
1456
  # @return [::Google::Cloud::Container::V1::NodePoolAutoConfig]
1417
1457
  # Node pool configs that apply to all auto-provisioned node pools
1418
1458
  # in autopilot clusters and node auto-provisioning enabled clusters.
1459
+ # @!attribute [rw] etag
1460
+ # @return [::String]
1461
+ # This checksum is computed by the server based on the value of cluster
1462
+ # fields, and may be sent on update requests to ensure the client has an
1463
+ # up-to-date value before proceeding.
1419
1464
  class Cluster
1420
1465
  include ::Google::Protobuf::MessageExts
1421
1466
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -1663,6 +1708,11 @@ module Google
1663
1708
  # @!attribute [rw] desired_gateway_api_config
1664
1709
  # @return [::Google::Cloud::Container::V1::GatewayAPIConfig]
1665
1710
  # The desired config of Gateway API on this cluster.
1711
+ # @!attribute [rw] etag
1712
+ # @return [::String]
1713
+ # The current etag of the cluster.
1714
+ # If an etag is provided and does not match the current etag of the cluster,
1715
+ # update will be blocked and an ABORTED error will be returned.
1666
1716
  # @!attribute [rw] desired_node_pool_logging_config
1667
1717
  # @return [::Google::Cloud::Container::V1::NodePoolLoggingConfig]
1668
1718
  # The desired node pool logging configuration defaults for the cluster.
@@ -2020,6 +2070,11 @@ module Google
2020
2070
  # @!attribute [rw] gvnic
2021
2071
  # @return [::Google::Cloud::Container::V1::VirtualNIC]
2022
2072
  # Enable or disable gvnic on the node pool.
2073
+ # @!attribute [rw] etag
2074
+ # @return [::String]
2075
+ # The current etag of the node pool.
2076
+ # If an etag is provided and does not match the current etag of the node
2077
+ # pool, update will be blocked and an ABORTED error will be returned.
2023
2078
  # @!attribute [rw] fast_socket
2024
2079
  # @return [::Google::Cloud::Container::V1::FastSocket]
2025
2080
  # Enable or disable NCCL fast socket for the node pool.
@@ -2030,6 +2085,9 @@ module Google
2030
2085
  # @return [::Google::Cloud::Container::V1::ResourceLabels]
2031
2086
  # The resource labels for the node pool to use to annotate any related
2032
2087
  # Google Compute Engine resources.
2088
+ # @!attribute [rw] windows_node_config
2089
+ # @return [::Google::Cloud::Container::V1::WindowsNodeConfig]
2090
+ # Parameters that can be configured on Windows nodes.
2033
2091
  class UpdateNodePoolRequest
2034
2092
  include ::Google::Protobuf::MessageExts
2035
2093
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -2162,8 +2220,8 @@ module Google
2162
2220
  # This field has been deprecated and replaced by the name field.
2163
2221
  # @!attribute [rw] addons_config
2164
2222
  # @return [::Google::Cloud::Container::V1::AddonsConfig]
2165
- # Required. The desired configurations for the various addons available to run in the
2166
- # cluster.
2223
+ # Required. The desired configurations for the various addons available to
2224
+ # run in the cluster.
2167
2225
  # @!attribute [rw] name
2168
2226
  # @return [::String]
2169
2227
  # The name (project, location, cluster) of the cluster to set addons.
@@ -2722,8 +2780,13 @@ module Google
2722
2780
  # Specifies the node placement policy.
2723
2781
  # @!attribute [r] update_info
2724
2782
  # @return [::Google::Cloud::Container::V1::NodePool::UpdateInfo]
2725
- # Output only. [Output only] Update info contains relevant information during a node
2726
- # pool update.
2783
+ # Output only. [Output only] Update info contains relevant information during
2784
+ # a node pool update.
2785
+ # @!attribute [rw] etag
2786
+ # @return [::String]
2787
+ # This checksum is computed by the server based on the value of node pool
2788
+ # fields, and may be sent on update requests to ensure the client has an
2789
+ # up-to-date value before proceeding.
2727
2790
  class NodePool
2728
2791
  include ::Google::Protobuf::MessageExts
2729
2792
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -3959,6 +4022,9 @@ module Google
3959
4022
  # Default value, will be inferred as cluster scope.
3960
4023
  DNS_SCOPE_UNSPECIFIED = 0
3961
4024
 
4025
+ # DNS records are accessible from within the cluster.
4026
+ CLUSTER_SCOPE = 1
4027
+
3962
4028
  # DNS records are accessible from within the VPC.
3963
4029
  VPC_SCOPE = 2
3964
4030
  end
@@ -4514,6 +4580,38 @@ module Google
4514
4580
  extend ::Google::Protobuf::MessageExts::ClassMethods
4515
4581
  end
4516
4582
 
4583
+ # LocalNvmeSsdBlockConfig contains configuration for using raw-block local
4584
+ # NVMe SSD.
4585
+ # @!attribute [rw] local_ssd_count
4586
+ # @return [::Integer]
4587
+ # The number of raw-block local NVMe SSD disks to be attached to the node.
4588
+ # Each local SSD is 375 GB in size. If zero, it means no raw-block local NVMe
4589
+ # SSD disks to be attached to the node.
4590
+ # The limit for this value is dependent upon the maximum number of
4591
+ # disks available on a machine per zone. See:
4592
+ # https://cloud.google.com/compute/docs/disks/local-ssd
4593
+ # for more information.
4594
+ class LocalNvmeSsdBlockConfig
4595
+ include ::Google::Protobuf::MessageExts
4596
+ extend ::Google::Protobuf::MessageExts::ClassMethods
4597
+ end
4598
+
4599
+ # EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral
4600
+ # storage using Local SSD.
4601
+ # @!attribute [rw] local_ssd_count
4602
+ # @return [::Integer]
4603
+ # Number of local SSDs to use to back ephemeral storage. Uses NVMe
4604
+ # interfaces. Each local SSD is 375 GB in size.
4605
+ # If zero, it means to disable using local SSDs as ephemeral storage.
4606
+ # The limit for this value is dependent upon the maximum number of
4607
+ # disks available on a machine per zone. See:
4608
+ # https://cloud.google.com/compute/docs/disks/local-ssd
4609
+ # for more information.
4610
+ class EphemeralStorageLocalSsdConfig
4611
+ include ::Google::Protobuf::MessageExts
4612
+ extend ::Google::Protobuf::MessageExts::ClassMethods
4613
+ end
4614
+
4517
4615
  # PrivateIPv6GoogleAccess controls whether and how the pods can communicate
4518
4616
  # with Google Services through gRPC over IPv6.
4519
4617
  module PrivateIPv6GoogleAccess
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.16.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: 2022-12-15 00:00:00.000000000 Z
11
+ date: 2023-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.12'
19
+ version: 0.16.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.12'
29
+ version: 0.16.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -210,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
210
210
  - !ruby/object:Gem::Version
211
211
  version: '0'
212
212
  requirements: []
213
- rubygems_version: 3.3.14
213
+ rubygems_version: 3.4.2
214
214
  signing_key:
215
215
  specification_version: 4
216
216
  summary: API Client library for the Kubernetes Engine V1 API