google-apis-container_v1beta1 0.59.0 → 0.61.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: 14285e6c455edb63cd7e2b2c6b58668d32cdbe40026a8e49828536f461d0cc68
4
- data.tar.gz: 56ae162bd71fe79df0969e863f8f4ad66f3a1064f96060dd200d76e8afb2c2fb
3
+ metadata.gz: 3f85c06d0b17add17e25cb4258e7f8bfcb7445b1b75c66a785e52e3d723ce023
4
+ data.tar.gz: 3ad490a37d2edd92ef5007c1a1152865e0deb9f7c16f0a37afbd69dc9488e333
5
5
  SHA512:
6
- metadata.gz: fe7f74cce8c0fbc545a104038e2727cb94b8b6d9156e2359a71ae8273c135a9f55ad8071fcc5465addc9417f725d90bdaeb884c98c120c65df9e48a92de8a923
7
- data.tar.gz: c87db230cf89e588c7059aebf644b030595638bfb00e3ea424ff596c0c528bd80a2bd040a10c59eb73f69d666dbbfd8bbedecf7dd07ad61198a9bf16e948c118
6
+ metadata.gz: 5d9e47f97de23eab5bb4df02cfc2f3007b74848ea151968b86c3f74fe64c3f7040d702ce7bea613e14111a3fc2386c761872fd0e25a6eedff2023429d7bbd983
7
+ data.tar.gz: 73c4dc4d92680188472765483543ba4de5a7d607e1a5d508659e06f02a049314bea4ae5f3ce661f26e4f58a4f8bae55718e8eb0a07c602f2d06d3e1bdfc4ebc4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.61.0 (2023-11-05)
4
+
5
+ * Regenerated from discovery document revision 20231024
6
+
7
+ ### v0.60.0 (2023-10-29)
8
+
9
+ * Regenerated from discovery document revision 20231012
10
+
3
11
  ### v0.59.0 (2023-10-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20230919
@@ -1015,6 +1015,11 @@ module Google
1015
1015
  # @return [String]
1016
1016
  attr_accessor :endpoint
1017
1017
 
1018
+ # EnterpriseConfig is the cluster enterprise configuration.
1019
+ # Corresponds to the JSON property `enterpriseConfig`
1020
+ # @return [Google::Apis::ContainerV1beta1::EnterpriseConfig]
1021
+ attr_accessor :enterprise_config
1022
+
1018
1023
  # This checksum is computed by the server based on the value of cluster fields,
1019
1024
  # and may be sent on update requests to ensure the client has an up-to-date
1020
1025
  # value before proceeding.
@@ -1403,6 +1408,7 @@ module Google
1403
1408
  @enable_kubernetes_alpha = args[:enable_kubernetes_alpha] if args.key?(:enable_kubernetes_alpha)
1404
1409
  @enable_tpu = args[:enable_tpu] if args.key?(:enable_tpu)
1405
1410
  @endpoint = args[:endpoint] if args.key?(:endpoint)
1411
+ @enterprise_config = args[:enterprise_config] if args.key?(:enterprise_config)
1406
1412
  @etag = args[:etag] if args.key?(:etag)
1407
1413
  @expire_time = args[:expire_time] if args.key?(:expire_time)
1408
1414
  @fleet = args[:fleet] if args.key?(:fleet)
@@ -1768,6 +1774,15 @@ module Google
1768
1774
  # @return [Google::Apis::ContainerV1beta1::NetworkTags]
1769
1775
  attr_accessor :desired_node_pool_auto_config_network_tags
1770
1776
 
1777
+ # A map of resource manager tag keys and values to be attached to the nodes for
1778
+ # managing Compute Engine firewalls using Network Firewall Policies. Tags must
1779
+ # be according to specifications in https://cloud.google.com/vpc/docs/tags-
1780
+ # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
1781
+ # specified. Existing tags will be replaced with new values.
1782
+ # Corresponds to the JSON property `desiredNodePoolAutoConfigResourceManagerTags`
1783
+ # @return [Google::Apis::ContainerV1beta1::ResourceManagerTags]
1784
+ attr_accessor :desired_node_pool_auto_config_resource_manager_tags
1785
+
1771
1786
  # NodePoolAutoscaling contains information required by cluster autoscaler to
1772
1787
  # adjust the size of the node pool to the current cluster usage.
1773
1788
  # Corresponds to the JSON property `desiredNodePoolAutoscaling`
@@ -1953,6 +1968,7 @@ module Google
1953
1968
  @desired_monitoring_service = args[:desired_monitoring_service] if args.key?(:desired_monitoring_service)
1954
1969
  @desired_network_performance_config = args[:desired_network_performance_config] if args.key?(:desired_network_performance_config)
1955
1970
  @desired_node_pool_auto_config_network_tags = args[:desired_node_pool_auto_config_network_tags] if args.key?(:desired_node_pool_auto_config_network_tags)
1971
+ @desired_node_pool_auto_config_resource_manager_tags = args[:desired_node_pool_auto_config_resource_manager_tags] if args.key?(:desired_node_pool_auto_config_resource_manager_tags)
1956
1972
  @desired_node_pool_autoscaling = args[:desired_node_pool_autoscaling] if args.key?(:desired_node_pool_autoscaling)
1957
1973
  @desired_node_pool_id = args[:desired_node_pool_id] if args.key?(:desired_node_pool_id)
1958
1974
  @desired_node_pool_logging_config = args[:desired_node_pool_logging_config] if args.key?(:desired_node_pool_logging_config)
@@ -2410,6 +2426,26 @@ module Google
2410
2426
  end
2411
2427
  end
2412
2428
 
2429
+ # EnterpriseConfig is the cluster enterprise configuration.
2430
+ class EnterpriseConfig
2431
+ include Google::Apis::Core::Hashable
2432
+
2433
+ # Output only. [Output only] cluster_tier specifies the premium tier of the
2434
+ # cluster.
2435
+ # Corresponds to the JSON property `clusterTier`
2436
+ # @return [String]
2437
+ attr_accessor :cluster_tier
2438
+
2439
+ def initialize(**args)
2440
+ update!(**args)
2441
+ end
2442
+
2443
+ # Update properties of this object
2444
+ def update!(**args)
2445
+ @cluster_tier = args[:cluster_tier] if args.key?(:cluster_tier)
2446
+ end
2447
+ end
2448
+
2413
2449
  # EphemeralStorageConfig contains configuration for the ephemeral storage
2414
2450
  # filesystem.
2415
2451
  class EphemeralStorageConfig
@@ -2835,6 +2871,11 @@ module Google
2835
2871
  # @return [String]
2836
2872
  attr_accessor :maintenance_interval
2837
2873
 
2874
+ # Strategy that will trigger maintenance on behalf of the customer.
2875
+ # Corresponds to the JSON property `opportunisticMaintenanceStrategy`
2876
+ # @return [Google::Apis::ContainerV1beta1::OpportunisticMaintenanceStrategy]
2877
+ attr_accessor :opportunistic_maintenance_strategy
2878
+
2838
2879
  def initialize(**args)
2839
2880
  update!(**args)
2840
2881
  end
@@ -2842,6 +2883,7 @@ module Google
2842
2883
  # Update properties of this object
2843
2884
  def update!(**args)
2844
2885
  @maintenance_interval = args[:maintenance_interval] if args.key?(:maintenance_interval)
2886
+ @opportunistic_maintenance_strategy = args[:opportunistic_maintenance_strategy] if args.key?(:opportunistic_maintenance_strategy)
2845
2887
  end
2846
2888
  end
2847
2889
 
@@ -4405,6 +4447,15 @@ module Google
4405
4447
  # @return [Hash<String,String>]
4406
4448
  attr_accessor :resource_labels
4407
4449
 
4450
+ # A map of resource manager tag keys and values to be attached to the nodes for
4451
+ # managing Compute Engine firewalls using Network Firewall Policies. Tags must
4452
+ # be according to specifications in https://cloud.google.com/vpc/docs/tags-
4453
+ # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
4454
+ # specified. Existing tags will be replaced with new values.
4455
+ # Corresponds to the JSON property `resourceManagerTags`
4456
+ # @return [Google::Apis::ContainerV1beta1::ResourceManagerTags]
4457
+ attr_accessor :resource_manager_tags
4458
+
4408
4459
  # SandboxConfig contains configurations of the sandbox to use for the node.
4409
4460
  # Corresponds to the JSON property `sandboxConfig`
4410
4461
  # @return [Google::Apis::ContainerV1beta1::SandboxConfig]
@@ -4497,6 +4548,7 @@ module Google
4497
4548
  @preemptible = args[:preemptible] if args.key?(:preemptible)
4498
4549
  @reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
4499
4550
  @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
4551
+ @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
4500
4552
  @sandbox_config = args[:sandbox_config] if args.key?(:sandbox_config)
4501
4553
  @service_account = args[:service_account] if args.key?(:service_account)
4502
4554
  @shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
@@ -4948,6 +5000,15 @@ module Google
4948
5000
  # @return [Google::Apis::ContainerV1beta1::NetworkTags]
4949
5001
  attr_accessor :network_tags
4950
5002
 
5003
+ # A map of resource manager tag keys and values to be attached to the nodes for
5004
+ # managing Compute Engine firewalls using Network Firewall Policies. Tags must
5005
+ # be according to specifications in https://cloud.google.com/vpc/docs/tags-
5006
+ # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
5007
+ # specified. Existing tags will be replaced with new values.
5008
+ # Corresponds to the JSON property `resourceManagerTags`
5009
+ # @return [Google::Apis::ContainerV1beta1::ResourceManagerTags]
5010
+ attr_accessor :resource_manager_tags
5011
+
4951
5012
  def initialize(**args)
4952
5013
  update!(**args)
4953
5014
  end
@@ -4955,6 +5016,7 @@ module Google
4955
5016
  # Update properties of this object
4956
5017
  def update!(**args)
4957
5018
  @network_tags = args[:network_tags] if args.key?(:network_tags)
5019
+ @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
4958
5020
  end
4959
5021
  end
4960
5022
 
@@ -5301,6 +5363,43 @@ module Google
5301
5363
  end
5302
5364
  end
5303
5365
 
5366
+ # Strategy that will trigger maintenance on behalf of the customer.
5367
+ class OpportunisticMaintenanceStrategy
5368
+ include Google::Apis::Core::Hashable
5369
+
5370
+ # The window of time that opportunistic maintenance can run. Example: A setting
5371
+ # of 14 days implies that opportunistic maintenance can only be ran in the 2
5372
+ # weeks leading up to the scheduled maintenance date. Setting 28 days allows
5373
+ # opportunistic maintenance to run at any time in the scheduled maintenance
5374
+ # window (all `PERIODIC` maintenance is set 28 days in advance).
5375
+ # Corresponds to the JSON property `maintenanceAvailabilityWindow`
5376
+ # @return [String]
5377
+ attr_accessor :maintenance_availability_window
5378
+
5379
+ # The minimum nodes required to be available in a pool. Blocks maintenance if it
5380
+ # would cause the number of running nodes to dip below this value.
5381
+ # Corresponds to the JSON property `minNodesPerPool`
5382
+ # @return [Fixnum]
5383
+ attr_accessor :min_nodes_per_pool
5384
+
5385
+ # The amount of time that a node can remain idle (no customer owned workloads
5386
+ # running), before triggering maintenance.
5387
+ # Corresponds to the JSON property `nodeIdleTimeWindow`
5388
+ # @return [String]
5389
+ attr_accessor :node_idle_time_window
5390
+
5391
+ def initialize(**args)
5392
+ update!(**args)
5393
+ end
5394
+
5395
+ # Update properties of this object
5396
+ def update!(**args)
5397
+ @maintenance_availability_window = args[:maintenance_availability_window] if args.key?(:maintenance_availability_window)
5398
+ @min_nodes_per_pool = args[:min_nodes_per_pool] if args.key?(:min_nodes_per_pool)
5399
+ @node_idle_time_window = args[:node_idle_time_window] if args.key?(:node_idle_time_window)
5400
+ end
5401
+ end
5402
+
5304
5403
  # ParentProductConfig is the configuration of the parent product of the cluster.
5305
5404
  # This field is used by Google internal products that are built on top of a GKE
5306
5405
  # cluster and take the ownership of the cluster.
@@ -5788,6 +5887,31 @@ module Google
5788
5887
  end
5789
5888
  end
5790
5889
 
5890
+ # A map of resource manager tag keys and values to be attached to the nodes for
5891
+ # managing Compute Engine firewalls using Network Firewall Policies. Tags must
5892
+ # be according to specifications in https://cloud.google.com/vpc/docs/tags-
5893
+ # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
5894
+ # specified. Existing tags will be replaced with new values.
5895
+ class ResourceManagerTags
5896
+ include Google::Apis::Core::Hashable
5897
+
5898
+ # Tags must be in one of the following formats ([KEY]=[VALUE]) 1. `tagKeys/`
5899
+ # tag_key_id`=tagValues/`tag_value_id`` 2. ``org_id`/`tag_key_name`=`
5900
+ # tag_value_name`` 3. ``project_id`/`tag_key_name`=`tag_value_name``
5901
+ # Corresponds to the JSON property `tags`
5902
+ # @return [Hash<String,String>]
5903
+ attr_accessor :tags
5904
+
5905
+ def initialize(**args)
5906
+ update!(**args)
5907
+ end
5908
+
5909
+ # Update properties of this object
5910
+ def update!(**args)
5911
+ @tags = args[:tags] if args.key?(:tags)
5912
+ end
5913
+ end
5914
+
5791
5915
  # Configuration for exporting cluster resource usages.
5792
5916
  class ResourceUsageExportConfig
5793
5917
  include Google::Apis::Core::Hashable
@@ -7297,6 +7421,15 @@ module Google
7297
7421
  # @return [Google::Apis::ContainerV1beta1::ResourceLabels]
7298
7422
  attr_accessor :resource_labels
7299
7423
 
7424
+ # A map of resource manager tag keys and values to be attached to the nodes for
7425
+ # managing Compute Engine firewalls using Network Firewall Policies. Tags must
7426
+ # be according to specifications in https://cloud.google.com/vpc/docs/tags-
7427
+ # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
7428
+ # specified. Existing tags will be replaced with new values.
7429
+ # Corresponds to the JSON property `resourceManagerTags`
7430
+ # @return [Google::Apis::ContainerV1beta1::ResourceManagerTags]
7431
+ attr_accessor :resource_manager_tags
7432
+
7300
7433
  # Collection of Compute Engine network tags that can be applied to a node's
7301
7434
  # underlying VM instance. (See `tags` field in [`NodeConfig`](/kubernetes-engine/
7302
7435
  # docs/reference/rest/v1/NodeConfig)).
@@ -7378,6 +7511,7 @@ module Google
7378
7511
  @node_version = args[:node_version] if args.key?(:node_version)
7379
7512
  @project_id = args[:project_id] if args.key?(:project_id)
7380
7513
  @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
7514
+ @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
7381
7515
  @tags = args[:tags] if args.key?(:tags)
7382
7516
  @taints = args[:taints] if args.key?(:taints)
7383
7517
  @upgrade_settings = args[:upgrade_settings] if args.key?(:upgrade_settings)
@@ -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.59.0"
19
+ GEM_VERSION = "0.61.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230919"
25
+ REVISION = "20231024"
26
26
  end
27
27
  end
28
28
  end
@@ -280,6 +280,12 @@ module Google
280
280
  include Google::Apis::Core::JsonObjectSupport
281
281
  end
282
282
 
283
+ class EnterpriseConfig
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
283
289
  class EphemeralStorageConfig
284
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
285
291
 
@@ -724,6 +730,12 @@ module Google
724
730
  include Google::Apis::Core::JsonObjectSupport
725
731
  end
726
732
 
733
+ class OpportunisticMaintenanceStrategy
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
727
739
  class ParentProductConfig
728
740
  class Representation < Google::Apis::Core::JsonRepresentation; end
729
741
 
@@ -820,6 +832,12 @@ module Google
820
832
  include Google::Apis::Core::JsonObjectSupport
821
833
  end
822
834
 
835
+ class ResourceManagerTags
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
823
841
  class ResourceUsageExportConfig
824
842
  class Representation < Google::Apis::Core::JsonRepresentation; end
825
843
 
@@ -1384,6 +1402,8 @@ module Google
1384
1402
  property :enable_kubernetes_alpha, as: 'enableKubernetesAlpha'
1385
1403
  property :enable_tpu, as: 'enableTpu'
1386
1404
  property :endpoint, as: 'endpoint'
1405
+ property :enterprise_config, as: 'enterpriseConfig', class: Google::Apis::ContainerV1beta1::EnterpriseConfig, decorator: Google::Apis::ContainerV1beta1::EnterpriseConfig::Representation
1406
+
1387
1407
  property :etag, as: 'etag'
1388
1408
  property :expire_time, as: 'expireTime'
1389
1409
  property :fleet, as: 'fleet', class: Google::Apis::ContainerV1beta1::Fleet, decorator: Google::Apis::ContainerV1beta1::Fleet::Representation
@@ -1564,6 +1584,8 @@ module Google
1564
1584
 
1565
1585
  property :desired_node_pool_auto_config_network_tags, as: 'desiredNodePoolAutoConfigNetworkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
1566
1586
 
1587
+ property :desired_node_pool_auto_config_resource_manager_tags, as: 'desiredNodePoolAutoConfigResourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
1588
+
1567
1589
  property :desired_node_pool_autoscaling, as: 'desiredNodePoolAutoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
1568
1590
 
1569
1591
  property :desired_node_pool_id, as: 'desiredNodePoolId'
@@ -1731,6 +1753,13 @@ module Google
1731
1753
  end
1732
1754
  end
1733
1755
 
1756
+ class EnterpriseConfig
1757
+ # @private
1758
+ class Representation < Google::Apis::Core::JsonRepresentation
1759
+ property :cluster_tier, as: 'clusterTier'
1760
+ end
1761
+ end
1762
+
1734
1763
  class EphemeralStorageConfig
1735
1764
  # @private
1736
1765
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1861,6 +1890,8 @@ module Google
1861
1890
  # @private
1862
1891
  class Representation < Google::Apis::Core::JsonRepresentation
1863
1892
  property :maintenance_interval, as: 'maintenanceInterval'
1893
+ property :opportunistic_maintenance_strategy, as: 'opportunisticMaintenanceStrategy', class: Google::Apis::ContainerV1beta1::OpportunisticMaintenanceStrategy, decorator: Google::Apis::ContainerV1beta1::OpportunisticMaintenanceStrategy::Representation
1894
+
1864
1895
  end
1865
1896
  end
1866
1897
 
@@ -2287,6 +2318,8 @@ module Google
2287
2318
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ContainerV1beta1::ReservationAffinity, decorator: Google::Apis::ContainerV1beta1::ReservationAffinity::Representation
2288
2319
 
2289
2320
  hash :resource_labels, as: 'resourceLabels'
2321
+ property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
2322
+
2290
2323
  property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1beta1::SandboxConfig, decorator: Google::Apis::ContainerV1beta1::SandboxConfig::Representation
2291
2324
 
2292
2325
  property :service_account, as: 'serviceAccount'
@@ -2405,6 +2438,8 @@ module Google
2405
2438
  class Representation < Google::Apis::Core::JsonRepresentation
2406
2439
  property :network_tags, as: 'networkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
2407
2440
 
2441
+ property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
2442
+
2408
2443
  end
2409
2444
  end
2410
2445
 
@@ -2499,6 +2534,15 @@ module Google
2499
2534
  end
2500
2535
  end
2501
2536
 
2537
+ class OpportunisticMaintenanceStrategy
2538
+ # @private
2539
+ class Representation < Google::Apis::Core::JsonRepresentation
2540
+ property :maintenance_availability_window, as: 'maintenanceAvailabilityWindow'
2541
+ property :min_nodes_per_pool, :numeric_string => true, as: 'minNodesPerPool'
2542
+ property :node_idle_time_window, as: 'nodeIdleTimeWindow'
2543
+ end
2544
+ end
2545
+
2502
2546
  class ParentProductConfig
2503
2547
  # @private
2504
2548
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2638,6 +2682,13 @@ module Google
2638
2682
  end
2639
2683
  end
2640
2684
 
2685
+ class ResourceManagerTags
2686
+ # @private
2687
+ class Representation < Google::Apis::Core::JsonRepresentation
2688
+ hash :tags, as: 'tags'
2689
+ end
2690
+ end
2691
+
2641
2692
  class ResourceUsageExportConfig
2642
2693
  # @private
2643
2694
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3003,6 +3054,8 @@ module Google
3003
3054
  property :project_id, as: 'projectId'
3004
3055
  property :resource_labels, as: 'resourceLabels', class: Google::Apis::ContainerV1beta1::ResourceLabels, decorator: Google::Apis::ContainerV1beta1::ResourceLabels::Representation
3005
3056
 
3057
+ property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
3058
+
3006
3059
  property :tags, as: 'tags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
3007
3060
 
3008
3061
  property :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaints, decorator: Google::Apis::ContainerV1beta1::NodeTaints::Representation
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.59.0
4
+ version: 0.61.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: 2023-10-08 00:00:00.000000000 Z
11
+ date: 2023-11-05 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.59.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.61.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: []