google-apis-container_v1beta1 0.30.0 → 0.33.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: 1dadea4cd81c4cba935d32642841c9d65c752df9200e4d79026ab8333479b1e9
4
- data.tar.gz: 4a3e4d588e5868357ea3840ed8fa0872d31aa288027fcf6c3a767dbfec1d8988
3
+ metadata.gz: 5ca72c3962973b23eda7a808a7c1a6f13e8a6fa0b932393fc31570662ee7d7d2
4
+ data.tar.gz: 29d2bfae6fedeb457ba70f72fa1f7ec208467ebdee6a59f4cd9a265ca8e89248
5
5
  SHA512:
6
- metadata.gz: 80d64556b83dfd6fcb0eaf4965f76caa79b22a3c438137908ccb1dfae123c023be71346b7851d90f01031c433171388a66e600be35c885a1b1802b8e782d1f96
7
- data.tar.gz: 135bc2fcf88834ede75137336bf42f320f335e6dfc23198e405515dd17d4a89739f054ef52bd492d56922f15da18bf0ec8f9cc0686aaa3c993465ddf6776b86a
6
+ metadata.gz: e06bdec62f7155afc9a0d3a2a78f483499b6827c217dfb0cf1a64983f6128249a292abf22d878aa0154a1fc039b68d3be4a5b6c8a05e43c204c773c410c88fd5
7
+ data.tar.gz: ba6b90a85a3ef3490396d1e1c22a5ce0352a0113a44fd9f3a2bf0c8eaa0227f91d5be96acd3e60cb4581a077f07f20600a65a125074e685e9728faa7942fef5f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.33.0 (2022-06-04)
4
+
5
+ * Regenerated from discovery document revision 20220518
6
+ * Regenerated using generator version 0.5.0
7
+
8
+ ### v0.32.0 (2022-05-17)
9
+
10
+ * Regenerated from discovery document revision 20220429
11
+
12
+ ### v0.31.0 (2022-05-09)
13
+
14
+ * Regenerated from discovery document revision 20220420
15
+
3
16
  ### v0.30.0 (2022-05-02)
4
17
 
5
18
  * Regenerated from discovery document revision 20220419
@@ -44,6 +44,17 @@ module Google
44
44
  # @return [String]
45
45
  attr_accessor :gpu_partition_size
46
46
 
47
+ # GPUSharingConfig represents the GPU sharing configuration for Hardware
48
+ # Accelerators.
49
+ # Corresponds to the JSON property `gpuSharingConfig`
50
+ # @return [Google::Apis::ContainerV1beta1::GpuSharingConfig]
51
+ attr_accessor :gpu_sharing_config
52
+
53
+ # The number of time-shared GPU resources to expose for each physical GPU.
54
+ # Corresponds to the JSON property `maxTimeSharedClientsPerGpu`
55
+ # @return [Fixnum]
56
+ attr_accessor :max_time_shared_clients_per_gpu
57
+
47
58
  def initialize(**args)
48
59
  update!(**args)
49
60
  end
@@ -53,6 +64,8 @@ module Google
53
64
  @accelerator_count = args[:accelerator_count] if args.key?(:accelerator_count)
54
65
  @accelerator_type = args[:accelerator_type] if args.key?(:accelerator_type)
55
66
  @gpu_partition_size = args[:gpu_partition_size] if args.key?(:gpu_partition_size)
67
+ @gpu_sharing_config = args[:gpu_sharing_config] if args.key?(:gpu_sharing_config)
68
+ @max_time_shared_clients_per_gpu = args[:max_time_shared_clients_per_gpu] if args.key?(:max_time_shared_clients_per_gpu)
56
69
  end
57
70
  end
58
71
 
@@ -398,6 +411,12 @@ module Google
398
411
  attr_accessor :enabled
399
412
  alias_method :enabled?, :enabled
400
413
 
414
+ # Mode of operation for binauthz policy evaluation. Currently the only options
415
+ # are equivalent to enable/disable. If unspecified, defaults to DISABLED.
416
+ # Corresponds to the JSON property `evaluationMode`
417
+ # @return [String]
418
+ attr_accessor :evaluation_mode
419
+
401
420
  def initialize(**args)
402
421
  update!(**args)
403
422
  end
@@ -405,6 +424,7 @@ module Google
405
424
  # Update properties of this object
406
425
  def update!(**args)
407
426
  @enabled = args[:enabled] if args.key?(:enabled)
427
+ @evaluation_mode = args[:evaluation_mode] if args.key?(:evaluation_mode)
408
428
  end
409
429
  end
410
430
 
@@ -823,9 +843,9 @@ module Google
823
843
  # @return [Google::Apis::ContainerV1beta1::NetworkPolicy]
824
844
  attr_accessor :network_policy
825
845
 
826
- # Parameters that describe the nodes in a cluster. *Note:* GKE Autopilot
827
- # clusters do not recognize parameters in `NodeConfig`. Use
828
- # AutoprovisioningNodePoolDefaults instead.
846
+ # Parameters that describe the nodes in a cluster. GKE Autopilot clusters do not
847
+ # recognize parameters in `NodeConfig`. Use AutoprovisioningNodePoolDefaults
848
+ # instead.
829
849
  # Corresponds to the JSON property `nodeConfig`
830
850
  # @return [Google::Apis::ContainerV1beta1::NodeConfig]
831
851
  attr_accessor :node_config
@@ -878,6 +898,12 @@ module Google
878
898
  # @return [Google::Apis::ContainerV1beta1::PrivateClusterConfig]
879
899
  attr_accessor :private_cluster_config
880
900
 
901
+ # ProtectConfig defines the flags needed to enable/disable features for the
902
+ # Protect API.
903
+ # Corresponds to the JSON property `protectConfig`
904
+ # @return [Google::Apis::ContainerV1beta1::ProtectConfig]
905
+ attr_accessor :protect_config
906
+
881
907
  # ReleaseChannel indicates which release channel a cluster is subscribed to.
882
908
  # Release channels are arranged in order of risk. When a cluster is subscribed
883
909
  # to a release channel, Google maintains both the master version and the node
@@ -1033,6 +1059,7 @@ module Google
1033
1059
  @pod_security_policy_config = args[:pod_security_policy_config] if args.key?(:pod_security_policy_config)
1034
1060
  @private_cluster = args[:private_cluster] if args.key?(:private_cluster)
1035
1061
  @private_cluster_config = args[:private_cluster_config] if args.key?(:private_cluster_config)
1062
+ @protect_config = args[:protect_config] if args.key?(:protect_config)
1036
1063
  @release_channel = args[:release_channel] if args.key?(:release_channel)
1037
1064
  @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
1038
1065
  @resource_usage_export_config = args[:resource_usage_export_config] if args.key?(:resource_usage_export_config)
@@ -1325,6 +1352,12 @@ module Google
1325
1352
  # @return [String]
1326
1353
  attr_accessor :desired_private_ipv6_google_access
1327
1354
 
1355
+ # ProtectConfig defines the flags needed to enable/disable features for the
1356
+ # Protect API.
1357
+ # Corresponds to the JSON property `desiredProtectConfig`
1358
+ # @return [Google::Apis::ContainerV1beta1::ProtectConfig]
1359
+ attr_accessor :desired_protect_config
1360
+
1328
1361
  # ReleaseChannel indicates which release channel a cluster is subscribed to.
1329
1362
  # Release channels are arranged in order of risk. When a cluster is subscribed
1330
1363
  # to a release channel, Google maintains both the master version and the node
@@ -1412,6 +1445,7 @@ module Google
1412
1445
  @desired_pod_security_policy_config = args[:desired_pod_security_policy_config] if args.key?(:desired_pod_security_policy_config)
1413
1446
  @desired_private_cluster_config = args[:desired_private_cluster_config] if args.key?(:desired_private_cluster_config)
1414
1447
  @desired_private_ipv6_google_access = args[:desired_private_ipv6_google_access] if args.key?(:desired_private_ipv6_google_access)
1448
+ @desired_protect_config = args[:desired_protect_config] if args.key?(:desired_protect_config)
1415
1449
  @desired_release_channel = args[:desired_release_channel] if args.key?(:desired_release_channel)
1416
1450
  @desired_resource_usage_export_config = args[:desired_resource_usage_export_config] if args.key?(:desired_resource_usage_export_config)
1417
1451
  @desired_service_external_ips_config = args[:desired_service_external_ips_config] if args.key?(:desired_service_external_ips_config)
@@ -1864,6 +1898,32 @@ module Google
1864
1898
  end
1865
1899
  end
1866
1900
 
1901
+ # GPUSharingConfig represents the GPU sharing configuration for Hardware
1902
+ # Accelerators.
1903
+ class GpuSharingConfig
1904
+ include Google::Apis::Core::Hashable
1905
+
1906
+ # The type of GPU sharing strategy to enable on the GPU node.
1907
+ # Corresponds to the JSON property `gpuSharingStrategy`
1908
+ # @return [String]
1909
+ attr_accessor :gpu_sharing_strategy
1910
+
1911
+ # The max number of containers that can share a physical GPU.
1912
+ # Corresponds to the JSON property `maxSharedClientsPerGpu`
1913
+ # @return [Fixnum]
1914
+ attr_accessor :max_shared_clients_per_gpu
1915
+
1916
+ def initialize(**args)
1917
+ update!(**args)
1918
+ end
1919
+
1920
+ # Update properties of this object
1921
+ def update!(**args)
1922
+ @gpu_sharing_strategy = args[:gpu_sharing_strategy] if args.key?(:gpu_sharing_strategy)
1923
+ @max_shared_clients_per_gpu = args[:max_shared_clients_per_gpu] if args.key?(:max_shared_clients_per_gpu)
1924
+ end
1925
+ end
1926
+
1867
1927
  # Configuration for the Compute Engine PD CSI driver.
1868
1928
  class GcePersistentDiskCsiDriverConfig
1869
1929
  include Google::Apis::Core::Hashable
@@ -2178,6 +2238,11 @@ module Google
2178
2238
  attr_accessor :create_subnetwork
2179
2239
  alias_method :create_subnetwork?, :create_subnetwork
2180
2240
 
2241
+ # The ipv6 access type (internal or external) when create_subnetwork is true
2242
+ # Corresponds to the JSON property `ipv6AccessType`
2243
+ # @return [String]
2244
+ attr_accessor :ipv6_access_type
2245
+
2181
2246
  # This field is deprecated, use node_ipv4_cidr_block.
2182
2247
  # Corresponds to the JSON property `nodeIpv4Cidr`
2183
2248
  # @return [String]
@@ -2219,6 +2284,11 @@ module Google
2219
2284
  # @return [String]
2220
2285
  attr_accessor :services_secondary_range_name
2221
2286
 
2287
+ # IP stack type
2288
+ # Corresponds to the JSON property `stackType`
2289
+ # @return [String]
2290
+ attr_accessor :stack_type
2291
+
2222
2292
  # A custom subnetwork name to be used if `create_subnetwork` is true. If this
2223
2293
  # field is empty, then an automatic name will be chosen for the new subnetwork.
2224
2294
  # Corresponds to the JSON property `subnetworkName`
@@ -2267,11 +2337,13 @@ module Google
2267
2337
  @cluster_ipv4_cidr_block = args[:cluster_ipv4_cidr_block] if args.key?(:cluster_ipv4_cidr_block)
2268
2338
  @cluster_secondary_range_name = args[:cluster_secondary_range_name] if args.key?(:cluster_secondary_range_name)
2269
2339
  @create_subnetwork = args[:create_subnetwork] if args.key?(:create_subnetwork)
2340
+ @ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
2270
2341
  @node_ipv4_cidr = args[:node_ipv4_cidr] if args.key?(:node_ipv4_cidr)
2271
2342
  @node_ipv4_cidr_block = args[:node_ipv4_cidr_block] if args.key?(:node_ipv4_cidr_block)
2272
2343
  @services_ipv4_cidr = args[:services_ipv4_cidr] if args.key?(:services_ipv4_cidr)
2273
2344
  @services_ipv4_cidr_block = args[:services_ipv4_cidr_block] if args.key?(:services_ipv4_cidr_block)
2274
2345
  @services_secondary_range_name = args[:services_secondary_range_name] if args.key?(:services_secondary_range_name)
2346
+ @stack_type = args[:stack_type] if args.key?(:stack_type)
2275
2347
  @subnetwork_name = args[:subnetwork_name] if args.key?(:subnetwork_name)
2276
2348
  @tpu_ipv4_cidr_block = args[:tpu_ipv4_cidr_block] if args.key?(:tpu_ipv4_cidr_block)
2277
2349
  @use_ip_aliases = args[:use_ip_aliases] if args.key?(:use_ip_aliases)
@@ -3207,9 +3279,9 @@ module Google
3207
3279
  end
3208
3280
  end
3209
3281
 
3210
- # Parameters that describe the nodes in a cluster. *Note:* GKE Autopilot
3211
- # clusters do not recognize parameters in `NodeConfig`. Use
3212
- # AutoprovisioningNodePoolDefaults instead.
3282
+ # Parameters that describe the nodes in a cluster. GKE Autopilot clusters do not
3283
+ # recognize parameters in `NodeConfig`. Use AutoprovisioningNodePoolDefaults
3284
+ # instead.
3213
3285
  class NodeConfig
3214
3286
  include Google::Apis::Core::Hashable
3215
3287
 
@@ -3669,9 +3741,9 @@ module Google
3669
3741
  # @return [Array<Google::Apis::ContainerV1beta1::StatusCondition>]
3670
3742
  attr_accessor :conditions
3671
3743
 
3672
- # Parameters that describe the nodes in a cluster. *Note:* GKE Autopilot
3673
- # clusters do not recognize parameters in `NodeConfig`. Use
3674
- # AutoprovisioningNodePoolDefaults instead.
3744
+ # Parameters that describe the nodes in a cluster. GKE Autopilot clusters do not
3745
+ # recognize parameters in `NodeConfig`. Use AutoprovisioningNodePoolDefaults
3746
+ # instead.
3675
3747
  # Corresponds to the JSON property `config`
3676
3748
  # @return [Google::Apis::ContainerV1beta1::NodeConfig]
3677
3749
  attr_accessor :config
@@ -4221,6 +4293,27 @@ module Google
4221
4293
  end
4222
4294
  end
4223
4295
 
4296
+ # ProtectConfig defines the flags needed to enable/disable features for the
4297
+ # Protect API.
4298
+ class ProtectConfig
4299
+ include Google::Apis::Core::Hashable
4300
+
4301
+ # WorkloadConfig defines the flags to enable or disable the workload
4302
+ # configurations for the cluster.
4303
+ # Corresponds to the JSON property `workloadConfig`
4304
+ # @return [Google::Apis::ContainerV1beta1::WorkloadConfig]
4305
+ attr_accessor :workload_config
4306
+
4307
+ def initialize(**args)
4308
+ update!(**args)
4309
+ end
4310
+
4311
+ # Update properties of this object
4312
+ def update!(**args)
4313
+ @workload_config = args[:workload_config] if args.key?(:workload_config)
4314
+ end
4315
+ end
4316
+
4224
4317
  # Pub/Sub specific notification config.
4225
4318
  class PubSub
4226
4319
  include Google::Apis::Core::Hashable
@@ -6184,6 +6277,26 @@ module Google
6184
6277
  end
6185
6278
  end
6186
6279
 
6280
+ # WorkloadConfig defines the flags to enable or disable the workload
6281
+ # configurations for the cluster.
6282
+ class WorkloadConfig
6283
+ include Google::Apis::Core::Hashable
6284
+
6285
+ # Sets which mode of auditing should be used for the cluster's workloads.
6286
+ # Corresponds to the JSON property `auditMode`
6287
+ # @return [String]
6288
+ attr_accessor :audit_mode
6289
+
6290
+ def initialize(**args)
6291
+ update!(**args)
6292
+ end
6293
+
6294
+ # Update properties of this object
6295
+ def update!(**args)
6296
+ @audit_mode = args[:audit_mode] if args.key?(:audit_mode)
6297
+ end
6298
+ end
6299
+
6187
6300
  # Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
6188
6301
  class WorkloadIdentityConfig
6189
6302
  include Google::Apis::Core::Hashable
@@ -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.30.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220419"
25
+ REVISION = "20220518"
26
26
  end
27
27
  end
28
28
  end
@@ -220,6 +220,12 @@ module Google
220
220
  include Google::Apis::Core::JsonObjectSupport
221
221
  end
222
222
 
223
+ class GpuSharingConfig
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
223
229
  class GcePersistentDiskCsiDriverConfig
224
230
  class Representation < Google::Apis::Core::JsonRepresentation; end
225
231
 
@@ -598,6 +604,12 @@ module Google
598
604
  include Google::Apis::Core::JsonObjectSupport
599
605
  end
600
606
 
607
+ class ProtectConfig
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
601
613
  class PubSub
602
614
  class Representation < Google::Apis::Core::JsonRepresentation; end
603
615
 
@@ -868,6 +880,12 @@ module Google
868
880
  include Google::Apis::Core::JsonObjectSupport
869
881
  end
870
882
 
883
+ class WorkloadConfig
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
871
889
  class WorkloadIdentityConfig
872
890
  class Representation < Google::Apis::Core::JsonRepresentation; end
873
891
 
@@ -886,6 +904,9 @@ module Google
886
904
  property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
887
905
  property :accelerator_type, as: 'acceleratorType'
888
906
  property :gpu_partition_size, as: 'gpuPartitionSize'
907
+ property :gpu_sharing_config, as: 'gpuSharingConfig', class: Google::Apis::ContainerV1beta1::GpuSharingConfig, decorator: Google::Apis::ContainerV1beta1::GpuSharingConfig::Representation
908
+
909
+ property :max_time_shared_clients_per_gpu, :numeric_string => true, as: 'maxTimeSharedClientsPerGpu'
889
910
  end
890
911
  end
891
912
 
@@ -987,6 +1008,7 @@ module Google
987
1008
  # @private
988
1009
  class Representation < Google::Apis::Core::JsonRepresentation
989
1010
  property :enabled, as: 'enabled'
1011
+ property :evaluation_mode, as: 'evaluationMode'
990
1012
  end
991
1013
  end
992
1014
 
@@ -1108,6 +1130,8 @@ module Google
1108
1130
  property :private_cluster, as: 'privateCluster'
1109
1131
  property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
1110
1132
 
1133
+ property :protect_config, as: 'protectConfig', class: Google::Apis::ContainerV1beta1::ProtectConfig, decorator: Google::Apis::ContainerV1beta1::ProtectConfig::Representation
1134
+
1111
1135
  property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
1112
1136
 
1113
1137
  hash :resource_labels, as: 'resourceLabels'
@@ -1211,6 +1235,8 @@ module Google
1211
1235
  property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
1212
1236
 
1213
1237
  property :desired_private_ipv6_google_access, as: 'desiredPrivateIpv6GoogleAccess'
1238
+ property :desired_protect_config, as: 'desiredProtectConfig', class: Google::Apis::ContainerV1beta1::ProtectConfig, decorator: Google::Apis::ContainerV1beta1::ProtectConfig::Representation
1239
+
1214
1240
  property :desired_release_channel, as: 'desiredReleaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
1215
1241
 
1216
1242
  property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
@@ -1354,6 +1380,14 @@ module Google
1354
1380
  end
1355
1381
  end
1356
1382
 
1383
+ class GpuSharingConfig
1384
+ # @private
1385
+ class Representation < Google::Apis::Core::JsonRepresentation
1386
+ property :gpu_sharing_strategy, as: 'gpuSharingStrategy'
1387
+ property :max_shared_clients_per_gpu, :numeric_string => true, as: 'maxSharedClientsPerGpu'
1388
+ end
1389
+ end
1390
+
1357
1391
  class GcePersistentDiskCsiDriverConfig
1358
1392
  # @private
1359
1393
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1445,11 +1479,13 @@ module Google
1445
1479
  property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
1446
1480
  property :cluster_secondary_range_name, as: 'clusterSecondaryRangeName'
1447
1481
  property :create_subnetwork, as: 'createSubnetwork'
1482
+ property :ipv6_access_type, as: 'ipv6AccessType'
1448
1483
  property :node_ipv4_cidr, as: 'nodeIpv4Cidr'
1449
1484
  property :node_ipv4_cidr_block, as: 'nodeIpv4CidrBlock'
1450
1485
  property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
1451
1486
  property :services_ipv4_cidr_block, as: 'servicesIpv4CidrBlock'
1452
1487
  property :services_secondary_range_name, as: 'servicesSecondaryRangeName'
1488
+ property :stack_type, as: 'stackType'
1453
1489
  property :subnetwork_name, as: 'subnetworkName'
1454
1490
  property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
1455
1491
  property :use_ip_aliases, as: 'useIpAliases'
@@ -1989,6 +2025,14 @@ module Google
1989
2025
  end
1990
2026
  end
1991
2027
 
2028
+ class ProtectConfig
2029
+ # @private
2030
+ class Representation < Google::Apis::Core::JsonRepresentation
2031
+ property :workload_config, as: 'workloadConfig', class: Google::Apis::ContainerV1beta1::WorkloadConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadConfig::Representation
2032
+
2033
+ end
2034
+ end
2035
+
1992
2036
  class PubSub
1993
2037
  # @private
1994
2038
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2475,6 +2519,13 @@ module Google
2475
2519
  end
2476
2520
  end
2477
2521
 
2522
+ class WorkloadConfig
2523
+ # @private
2524
+ class Representation < Google::Apis::Core::JsonRepresentation
2525
+ property :audit_mode, as: 'auditMode'
2526
+ end
2527
+ end
2528
+
2478
2529
  class WorkloadIdentityConfig
2479
2530
  # @private
2480
2531
  class Representation < Google::Apis::Core::JsonRepresentation
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.30.0
4
+ version: 0.33.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-05-09 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
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.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.33.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Kubernetes Engine API V1beta1