Class: Aws::EKS::Types::PodGcControllerVersionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::PodGcControllerVersionConfig
- 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
-
#terminated_pod_gc_threshold ⇒ Types::IntegerParameterConfig
The terminated pod garbage collection threshold configuration with default value and constraints.
Instance Attribute Details
#terminated_pod_gc_threshold ⇒ Types::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 |