aws-sdk-eks 1.174.0 → 1.175.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: 012777266f5217141bb2b61ed6e7233173d341c91f413607521f4e3ab0f2dedc
4
- data.tar.gz: e99f3c4f834196a55541b43fcbee09c438ddbdbc28fb4ca500cb0a237451472b
3
+ metadata.gz: 61d9da80664e46a27bfeba37782e60973d46512b479c7b26bb0ab69399a53868
4
+ data.tar.gz: 4775f3d88851eeba6c7ab3ca9bc4c66379c744bc81e9e1e196a3ef1454dbbea2
5
5
  SHA512:
6
- metadata.gz: 37163cc3e07dc078a5ec763a1902d5209f8ae52785f8dba425754da158286db799cfccc07080ccf8649a72b7d9620678aa9395a5b98981ed864da4e597b22996
7
- data.tar.gz: 84be8a1667fdec653e0dd667dc75376f0c6c5cfd69450981161d66f541a05b49f20d40952ad338256ee1f3b4485869dda09a9568299b40fc6c0290a9a4acf63f
6
+ metadata.gz: 40d13290093be56614a2f2c6afd9624210f7ed924f915c08613e844e48a6b3a3b7fdce815f2ad3d879bbe1262f6e793ba6ae7ce71df0681011269fd6b88e7e3e
7
+ data.tar.gz: 5fad804dcdc3ddf812d44d642a5c71cdb9c4030fe840671adb442c6d7907cfd99da55833c20770ca3154596f7917e2eb14199465a2378fdc707bad9410b9f4ac
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.175.0 (2026-08-25)
5
+ ------------------
6
+
7
+ * Feature - This feature would give customers the ability to tune TerminatedPodGcThreshold configuration in an Amazon EKS cluster.
8
+
4
9
  1.174.0 (2026-08-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.174.0
1
+ 1.175.0
@@ -1804,6 +1804,9 @@ module Aws::EKS
1804
1804
  # },
1805
1805
  # },
1806
1806
  # kube_controller_manager_config: {
1807
+ # pod_gc_controller_config: {
1808
+ # terminated_pod_gc_threshold: 1,
1809
+ # },
1807
1810
  # horizontal_pod_autoscaler_controller_config: {
1808
1811
  # horizontal_pod_autoscaler_sync_period: "String",
1809
1812
  # },
@@ -1892,6 +1895,7 @@ module Aws::EKS
1892
1895
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources #=> Array
1893
1896
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].name #=> String
1894
1897
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].weight #=> Integer
1898
+ # resp.cluster.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold #=> Integer
1895
1899
  # resp.cluster.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period #=> String
1896
1900
  #
1897
1901
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCluster AWS API Documentation
@@ -3078,6 +3082,7 @@ module Aws::EKS
3078
3082
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources #=> Array
3079
3083
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].name #=> String
3080
3084
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].weight #=> Integer
3085
+ # resp.cluster.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold #=> Integer
3081
3086
  # resp.cluster.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period #=> String
3082
3087
  #
3083
3088
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster AWS API Documentation
@@ -3444,6 +3449,7 @@ module Aws::EKS
3444
3449
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources #=> Array
3445
3450
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].name #=> String
3446
3451
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].weight #=> Integer
3452
+ # resp.cluster.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold #=> Integer
3447
3453
  # resp.cluster.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period #=> String
3448
3454
  #
3449
3455
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster AWS API Documentation
@@ -3968,6 +3974,7 @@ module Aws::EKS
3968
3974
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources #=> Array
3969
3975
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].name #=> String
3970
3976
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].weight #=> Integer
3977
+ # resp.cluster.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold #=> Integer
3971
3978
  # resp.cluster.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period #=> String
3972
3979
  #
3973
3980
  #
@@ -4072,6 +4079,9 @@ module Aws::EKS
4072
4079
  # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.name.allowed_values[0] #=> String
4073
4080
  # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.weight.min #=> Integer
4074
4081
  # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.weight.max #=> Integer
4082
+ # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.default_value #=> Integer
4083
+ # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.constraints.min #=> Integer
4084
+ # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.constraints.max #=> Integer
4075
4085
  # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.default_value #=> String
4076
4086
  # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.constraints.min #=> String
4077
4087
  # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.constraints.max #=> String
@@ -4094,6 +4104,9 @@ module Aws::EKS
4094
4104
  # resp.cluster_versions[0].control_plane_component_config.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.name.allowed_values[0] #=> String
4095
4105
  # resp.cluster_versions[0].control_plane_component_config.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.weight.min #=> Integer
4096
4106
  # resp.cluster_versions[0].control_plane_component_config.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.weight.max #=> Integer
4107
+ # resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.default_value #=> Integer
4108
+ # resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.constraints.min #=> Integer
4109
+ # resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.constraints.max #=> Integer
4097
4110
  # resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.default_value #=> String
4098
4111
  # resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.constraints.min #=> String
4099
4112
  # resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.constraints.max #=> String
@@ -5770,6 +5783,7 @@ module Aws::EKS
5770
5783
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources #=> Array
5771
5784
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].name #=> String
5772
5785
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].weight #=> Integer
5786
+ # resp.cluster.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold #=> Integer
5773
5787
  # resp.cluster.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period #=> String
5774
5788
  #
5775
5789
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster AWS API Documentation
@@ -6455,6 +6469,9 @@ module Aws::EKS
6455
6469
  # },
6456
6470
  # },
6457
6471
  # kube_controller_manager_config: {
6472
+ # pod_gc_controller_config: {
6473
+ # terminated_pod_gc_threshold: 1,
6474
+ # },
6458
6475
  # horizontal_pod_autoscaler_controller_config: {
6459
6476
  # horizontal_pod_autoscaler_sync_period: "String",
6460
6477
  # },
@@ -7087,7 +7104,7 @@ module Aws::EKS
7087
7104
  tracer: tracer
7088
7105
  )
7089
7106
  context[:gem_name] = 'aws-sdk-eks'
7090
- context[:gem_version] = '1.174.0'
7107
+ context[:gem_version] = '1.175.0'
7091
7108
  Seahorse::Client::Request.new(handlers, context)
7092
7109
  end
7093
7110
 
@@ -256,6 +256,8 @@ module Aws::EKS
256
256
  InsightsFilter = Shapes::StructureShape.new(name: 'InsightsFilter')
257
257
  InsightsRefreshStatus = Shapes::StringShape.new(name: 'InsightsRefreshStatus')
258
258
  Integer = Shapes::IntegerShape.new(name: 'Integer')
259
+ IntegerConstraints = Shapes::StructureShape.new(name: 'IntegerConstraints')
260
+ IntegerParameterConfig = Shapes::StructureShape.new(name: 'IntegerParameterConfig')
259
261
  IntegerRangeConstraint = Shapes::StructureShape.new(name: 'IntegerRangeConstraint')
260
262
  InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
261
263
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
@@ -346,6 +348,9 @@ module Aws::EKS
346
348
  OutpostConfigRequest = Shapes::StructureShape.new(name: 'OutpostConfigRequest')
347
349
  OutpostConfigResponse = Shapes::StructureShape.new(name: 'OutpostConfigResponse')
348
350
  PercentCapacity = Shapes::IntegerShape.new(name: 'PercentCapacity')
351
+ PodGcControllerConfigRequest = Shapes::StructureShape.new(name: 'PodGcControllerConfigRequest')
352
+ PodGcControllerConfigResponse = Shapes::StructureShape.new(name: 'PodGcControllerConfigResponse')
353
+ PodGcControllerVersionConfig = Shapes::StructureShape.new(name: 'PodGcControllerVersionConfig')
349
354
  PodIdentityAssociation = Shapes::StructureShape.new(name: 'PodIdentityAssociation')
350
355
  PodIdentityAssociationSummaries = Shapes::ListShape.new(name: 'PodIdentityAssociationSummaries')
351
356
  PodIdentityAssociationSummary = Shapes::StructureShape.new(name: 'PodIdentityAssociationSummary')
@@ -401,6 +406,7 @@ module Aws::EKS
401
406
  TagValue = Shapes::StringShape.new(name: 'TagValue')
402
407
  Taint = Shapes::StructureShape.new(name: 'Taint')
403
408
  TaintEffect = Shapes::StringShape.new(name: 'TaintEffect')
409
+ TerminatedPodGcThresholdValue = Shapes::IntegerShape.new(name: 'TerminatedPodGcThresholdValue')
404
410
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
405
411
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
406
412
  UnsupportedAvailabilityZoneException = Shapes::StructureShape.new(name: 'UnsupportedAvailabilityZoneException')
@@ -1401,6 +1407,14 @@ module Aws::EKS
1401
1407
  InsightsFilter.add_member(:statuses, Shapes::ShapeRef.new(shape: InsightStatusValueList, location_name: "statuses"))
1402
1408
  InsightsFilter.struct_class = Types::InsightsFilter
1403
1409
 
1410
+ IntegerConstraints.add_member(:min, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "min"))
1411
+ IntegerConstraints.add_member(:max, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "max"))
1412
+ IntegerConstraints.struct_class = Types::IntegerConstraints
1413
+
1414
+ IntegerParameterConfig.add_member(:default_value, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "defaultValue"))
1415
+ IntegerParameterConfig.add_member(:constraints, Shapes::ShapeRef.new(shape: IntegerConstraints, location_name: "constraints"))
1416
+ IntegerParameterConfig.struct_class = Types::IntegerParameterConfig
1417
+
1404
1418
  IntegerRangeConstraint.add_member(:min, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "min"))
1405
1419
  IntegerRangeConstraint.add_member(:max, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "max"))
1406
1420
  IntegerRangeConstraint.struct_class = Types::IntegerRangeConstraint
@@ -1443,12 +1457,15 @@ module Aws::EKS
1443
1457
  KubeApiServerVersionConfig.add_member(:service_node_port_range, Shapes::ShapeRef.new(shape: PortRangeParameterConfig, location_name: "serviceNodePortRange"))
1444
1458
  KubeApiServerVersionConfig.struct_class = Types::KubeApiServerVersionConfig
1445
1459
 
1460
+ KubeControllerManagerConfigRequest.add_member(:pod_gc_controller_config, Shapes::ShapeRef.new(shape: PodGcControllerConfigRequest, location_name: "podGcControllerConfig"))
1446
1461
  KubeControllerManagerConfigRequest.add_member(:horizontal_pod_autoscaler_controller_config, Shapes::ShapeRef.new(shape: HorizontalPodAutoscalerControllerConfigRequest, location_name: "horizontalPodAutoscalerControllerConfig"))
1447
1462
  KubeControllerManagerConfigRequest.struct_class = Types::KubeControllerManagerConfigRequest
1448
1463
 
1464
+ KubeControllerManagerConfigResponse.add_member(:pod_gc_controller_config, Shapes::ShapeRef.new(shape: PodGcControllerConfigResponse, location_name: "podGcControllerConfig"))
1449
1465
  KubeControllerManagerConfigResponse.add_member(:horizontal_pod_autoscaler_controller_config, Shapes::ShapeRef.new(shape: HorizontalPodAutoscalerControllerConfigResponse, location_name: "horizontalPodAutoscalerControllerConfig"))
1450
1466
  KubeControllerManagerConfigResponse.struct_class = Types::KubeControllerManagerConfigResponse
1451
1467
 
1468
+ KubeControllerManagerVersionConfig.add_member(:pod_gc_controller_config, Shapes::ShapeRef.new(shape: PodGcControllerVersionConfig, location_name: "podGcControllerConfig"))
1452
1469
  KubeControllerManagerVersionConfig.add_member(:horizontal_pod_autoscaler_controller_config, Shapes::ShapeRef.new(shape: HorizontalPodAutoscalerControllerVersionConfig, location_name: "horizontalPodAutoscalerControllerConfig"))
1453
1470
  KubeControllerManagerVersionConfig.struct_class = Types::KubeControllerManagerVersionConfig
1454
1471
 
@@ -1749,6 +1766,15 @@ module Aws::EKS
1749
1766
  OutpostConfigResponse.add_member(:etcd_placement, Shapes::ShapeRef.new(shape: EtcdPlacementResponse, location_name: "etcdPlacement"))
1750
1767
  OutpostConfigResponse.struct_class = Types::OutpostConfigResponse
1751
1768
 
1769
+ PodGcControllerConfigRequest.add_member(:terminated_pod_gc_threshold, Shapes::ShapeRef.new(shape: TerminatedPodGcThresholdValue, location_name: "terminatedPodGcThreshold"))
1770
+ PodGcControllerConfigRequest.struct_class = Types::PodGcControllerConfigRequest
1771
+
1772
+ PodGcControllerConfigResponse.add_member(:terminated_pod_gc_threshold, Shapes::ShapeRef.new(shape: TerminatedPodGcThresholdValue, location_name: "terminatedPodGcThreshold"))
1773
+ PodGcControllerConfigResponse.struct_class = Types::PodGcControllerConfigResponse
1774
+
1775
+ PodGcControllerVersionConfig.add_member(:terminated_pod_gc_threshold, Shapes::ShapeRef.new(shape: IntegerParameterConfig, location_name: "terminatedPodGcThreshold"))
1776
+ PodGcControllerVersionConfig.struct_class = Types::PodGcControllerVersionConfig
1777
+
1752
1778
  PodIdentityAssociation.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
1753
1779
  PodIdentityAssociation.add_member(:namespace, Shapes::ShapeRef.new(shape: String, location_name: "namespace"))
1754
1780
  PodIdentityAssociation.add_member(:service_account, Shapes::ShapeRef.new(shape: String, location_name: "serviceAccount"))
@@ -5288,6 +5288,44 @@ module Aws::EKS
5288
5288
  include Aws::Structure
5289
5289
  end
5290
5290
 
5291
+ # Constraints for an integer parameter specifying allowed range.
5292
+ #
5293
+ # @!attribute [rw] min
5294
+ # The minimum allowed value.
5295
+ # @return [Integer]
5296
+ #
5297
+ # @!attribute [rw] max
5298
+ # The maximum allowed value.
5299
+ # @return [Integer]
5300
+ #
5301
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/IntegerConstraints AWS API Documentation
5302
+ #
5303
+ class IntegerConstraints < Struct.new(
5304
+ :min,
5305
+ :max)
5306
+ SENSITIVE = []
5307
+ include Aws::Structure
5308
+ end
5309
+
5310
+ # An integer parameter configuration with default value and constraints.
5311
+ #
5312
+ # @!attribute [rw] default_value
5313
+ # The default value for the integer parameter.
5314
+ # @return [Integer]
5315
+ #
5316
+ # @!attribute [rw] constraints
5317
+ # The constraints for the integer parameter.
5318
+ # @return [Types::IntegerConstraints]
5319
+ #
5320
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/IntegerParameterConfig AWS API Documentation
5321
+ #
5322
+ class IntegerParameterConfig < Struct.new(
5323
+ :default_value,
5324
+ :constraints)
5325
+ SENSITIVE = []
5326
+ include Aws::Structure
5327
+ end
5328
+
5291
5329
  # An integer range constraint specifying minimum and maximum allowed
5292
5330
  # values.
5293
5331
  #
@@ -5575,6 +5613,10 @@ module Aws::EKS
5575
5613
  # The configuration for the Kubernetes controller manager on an Amazon
5576
5614
  # EKS cluster.
5577
5615
  #
5616
+ # @!attribute [rw] pod_gc_controller_config
5617
+ # The pod garbage collection controller configuration.
5618
+ # @return [Types::PodGcControllerConfigRequest]
5619
+ #
5578
5620
  # @!attribute [rw] horizontal_pod_autoscaler_controller_config
5579
5621
  # The horizontal pod autoscaler controller configuration.
5580
5622
  # @return [Types::HorizontalPodAutoscalerControllerConfigRequest]
@@ -5582,6 +5624,7 @@ module Aws::EKS
5582
5624
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/KubeControllerManagerConfigRequest AWS API Documentation
5583
5625
  #
5584
5626
  class KubeControllerManagerConfigRequest < Struct.new(
5627
+ :pod_gc_controller_config,
5585
5628
  :horizontal_pod_autoscaler_controller_config)
5586
5629
  SENSITIVE = []
5587
5630
  include Aws::Structure
@@ -5590,6 +5633,10 @@ module Aws::EKS
5590
5633
  # The Kubernetes controller manager configuration for an Amazon EKS
5591
5634
  # cluster.
5592
5635
  #
5636
+ # @!attribute [rw] pod_gc_controller_config
5637
+ # The pod garbage collection controller configuration.
5638
+ # @return [Types::PodGcControllerConfigResponse]
5639
+ #
5593
5640
  # @!attribute [rw] horizontal_pod_autoscaler_controller_config
5594
5641
  # The horizontal pod autoscaler controller configuration.
5595
5642
  # @return [Types::HorizontalPodAutoscalerControllerConfigResponse]
@@ -5597,6 +5644,7 @@ module Aws::EKS
5597
5644
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/KubeControllerManagerConfigResponse AWS API Documentation
5598
5645
  #
5599
5646
  class KubeControllerManagerConfigResponse < Struct.new(
5647
+ :pod_gc_controller_config,
5600
5648
  :horizontal_pod_autoscaler_controller_config)
5601
5649
  SENSITIVE = []
5602
5650
  include Aws::Structure
@@ -5605,6 +5653,11 @@ module Aws::EKS
5605
5653
  # The Kubernetes controller manager version-specific configuration
5606
5654
  # defaults and constraints.
5607
5655
  #
5656
+ # @!attribute [rw] pod_gc_controller_config
5657
+ # The pod garbage collection controller configuration with default
5658
+ # value and constraints.
5659
+ # @return [Types::PodGcControllerVersionConfig]
5660
+ #
5608
5661
  # @!attribute [rw] horizontal_pod_autoscaler_controller_config
5609
5662
  # The horizontal pod autoscaler controller configuration with default
5610
5663
  # value and constraints.
@@ -5613,6 +5666,7 @@ module Aws::EKS
5613
5666
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/KubeControllerManagerVersionConfig AWS API Documentation
5614
5667
  #
5615
5668
  class KubeControllerManagerVersionConfig < Struct.new(
5669
+ :pod_gc_controller_config,
5616
5670
  :horizontal_pod_autoscaler_controller_config)
5617
5671
  SENSITIVE = []
5618
5672
  include Aws::Structure
@@ -7670,6 +7724,53 @@ module Aws::EKS
7670
7724
  include Aws::Structure
7671
7725
  end
7672
7726
 
7727
+ # The pod garbage collection controller configuration for the Kubernetes
7728
+ # controller manager.
7729
+ #
7730
+ # @!attribute [rw] terminated_pod_gc_threshold
7731
+ # The number of terminated pods that can exist before the garbage
7732
+ # collector starts deleting them.
7733
+ # @return [Integer]
7734
+ #
7735
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/PodGcControllerConfigRequest AWS API Documentation
7736
+ #
7737
+ class PodGcControllerConfigRequest < Struct.new(
7738
+ :terminated_pod_gc_threshold)
7739
+ SENSITIVE = []
7740
+ include Aws::Structure
7741
+ end
7742
+
7743
+ # The pod garbage collection controller configuration for the Kubernetes
7744
+ # controller manager.
7745
+ #
7746
+ # @!attribute [rw] terminated_pod_gc_threshold
7747
+ # The number of terminated pods that can exist before the garbage
7748
+ # collector starts deleting them.
7749
+ # @return [Integer]
7750
+ #
7751
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/PodGcControllerConfigResponse AWS API Documentation
7752
+ #
7753
+ class PodGcControllerConfigResponse < Struct.new(
7754
+ :terminated_pod_gc_threshold)
7755
+ SENSITIVE = []
7756
+ include Aws::Structure
7757
+ end
7758
+
7759
+ # The pod garbage collection controller version configuration.
7760
+ #
7761
+ # @!attribute [rw] terminated_pod_gc_threshold
7762
+ # The terminated pod garbage collection threshold configuration with
7763
+ # default value and constraints.
7764
+ # @return [Types::IntegerParameterConfig]
7765
+ #
7766
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/PodGcControllerVersionConfig AWS API Documentation
7767
+ #
7768
+ class PodGcControllerVersionConfig < Struct.new(
7769
+ :terminated_pod_gc_threshold)
7770
+ SENSITIVE = []
7771
+ include Aws::Structure
7772
+ end
7773
+
7673
7774
  # Amazon EKS Pod Identity associations provide the ability to manage
7674
7775
  # credentials for your applications, similar to the way that Amazon EC2
7675
7776
  # instance profiles provide credentials to Amazon EC2 instances.
data/lib/aws-sdk-eks.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::EKS
55
55
  autoload :EndpointProvider, 'aws-sdk-eks/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-eks/endpoints'
57
57
 
58
- GEM_VERSION = '1.174.0'
58
+ GEM_VERSION = '1.175.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -337,11 +337,7 @@ module Aws
337
337
  }?
338
338
  },
339
339
  ?kube_scheduler_config: Params::kube_scheduler_config_request,
340
- ?kube_controller_manager_config: {
341
- horizontal_pod_autoscaler_controller_config: {
342
- horizontal_pod_autoscaler_sync_period: ::String?
343
- }?
344
- }
340
+ ?kube_controller_manager_config: Params::kube_controller_manager_config_request
345
341
  ) -> _CreateClusterResponseSuccess
346
342
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
347
343
 
@@ -1181,11 +1177,7 @@ module Aws
1181
1177
  }?
1182
1178
  },
1183
1179
  ?kube_scheduler_config: Params::kube_scheduler_config_request,
1184
- ?kube_controller_manager_config: {
1185
- horizontal_pod_autoscaler_controller_config: {
1186
- horizontal_pod_autoscaler_sync_period: ::String?
1187
- }?
1188
- }
1180
+ ?kube_controller_manager_config: Params::kube_controller_manager_config_request
1189
1181
  ) -> _UpdateClusterConfigResponseSuccess
1190
1182
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterConfigResponseSuccess
1191
1183
 
data/sig/params.rbs CHANGED
@@ -46,6 +46,15 @@ module Aws
46
46
  node_resources_fit: Params::node_resources_fit_config?
47
47
  }
48
48
 
49
+ type kube_controller_manager_config_request = {
50
+ pod_gc_controller_config: {
51
+ terminated_pod_gc_threshold: ::Integer?
52
+ }?,
53
+ horizontal_pod_autoscaler_controller_config: {
54
+ horizontal_pod_autoscaler_sync_period: ::String?
55
+ }?
56
+ }
57
+
49
58
  type node_repair_config = {
50
59
  enabled: bool?,
51
60
  max_unhealthy_node_threshold_count: ::Integer?,
data/sig/types.rbs CHANGED
@@ -1212,6 +1212,18 @@ module Aws::EKS
1212
1212
  SENSITIVE: []
1213
1213
  end
1214
1214
 
1215
+ class IntegerConstraints
1216
+ attr_accessor min: ::Integer
1217
+ attr_accessor max: ::Integer
1218
+ SENSITIVE: []
1219
+ end
1220
+
1221
+ class IntegerParameterConfig
1222
+ attr_accessor default_value: ::Integer
1223
+ attr_accessor constraints: Types::IntegerConstraints
1224
+ SENSITIVE: []
1225
+ end
1226
+
1215
1227
  class IntegerRangeConstraint
1216
1228
  attr_accessor min: ::Integer
1217
1229
  attr_accessor max: ::Integer
@@ -1269,16 +1281,19 @@ module Aws::EKS
1269
1281
  end
1270
1282
 
1271
1283
  class KubeControllerManagerConfigRequest
1284
+ attr_accessor pod_gc_controller_config: Types::PodGcControllerConfigRequest
1272
1285
  attr_accessor horizontal_pod_autoscaler_controller_config: Types::HorizontalPodAutoscalerControllerConfigRequest
1273
1286
  SENSITIVE: []
1274
1287
  end
1275
1288
 
1276
1289
  class KubeControllerManagerConfigResponse
1290
+ attr_accessor pod_gc_controller_config: Types::PodGcControllerConfigResponse
1277
1291
  attr_accessor horizontal_pod_autoscaler_controller_config: Types::HorizontalPodAutoscalerControllerConfigResponse
1278
1292
  SENSITIVE: []
1279
1293
  end
1280
1294
 
1281
1295
  class KubeControllerManagerVersionConfig
1296
+ attr_accessor pod_gc_controller_config: Types::PodGcControllerVersionConfig
1282
1297
  attr_accessor horizontal_pod_autoscaler_controller_config: Types::HorizontalPodAutoscalerControllerVersionConfig
1283
1298
  SENSITIVE: []
1284
1299
  end
@@ -1682,6 +1697,21 @@ module Aws::EKS
1682
1697
  SENSITIVE: []
1683
1698
  end
1684
1699
 
1700
+ class PodGcControllerConfigRequest
1701
+ attr_accessor terminated_pod_gc_threshold: ::Integer
1702
+ SENSITIVE: []
1703
+ end
1704
+
1705
+ class PodGcControllerConfigResponse
1706
+ attr_accessor terminated_pod_gc_threshold: ::Integer
1707
+ SENSITIVE: []
1708
+ end
1709
+
1710
+ class PodGcControllerVersionConfig
1711
+ attr_accessor terminated_pod_gc_threshold: Types::IntegerParameterConfig
1712
+ SENSITIVE: []
1713
+ end
1714
+
1685
1715
  class PodIdentityAssociation
1686
1716
  attr_accessor cluster_name: ::String
1687
1717
  attr_accessor namespace: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.174.0
4
+ version: 1.175.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services