Class: Aws::EKS::Types::PodGcControllerVersionConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

The pod garbage collection controller version configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#terminated_pod_gc_thresholdTypes::IntegerParameterConfig

The terminated pod garbage collection threshold configuration with default value and constraints.



7772
7773
7774
7775
7776
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7772

class PodGcControllerVersionConfig < Struct.new(
  :terminated_pod_gc_threshold)
  SENSITIVE = []
  include Aws::Structure
end