Class: Aws::EKS::Types::KubeControllerManagerConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::KubeControllerManagerConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
The Kubernetes controller manager configuration for an Amazon EKS cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#horizontal_pod_autoscaler_controller_config ⇒ Types::HorizontalPodAutoscalerControllerConfigResponse
The horizontal pod autoscaler controller configuration.
-
#pod_gc_controller_config ⇒ Types::PodGcControllerConfigResponse
The pod garbage collection controller configuration.
Instance Attribute Details
#horizontal_pod_autoscaler_controller_config ⇒ Types::HorizontalPodAutoscalerControllerConfigResponse
The horizontal pod autoscaler controller configuration.
5646 5647 5648 5649 5650 5651 |
# File 'lib/aws-sdk-eks/types.rb', line 5646 class KubeControllerManagerConfigResponse < Struct.new( :pod_gc_controller_config, :horizontal_pod_autoscaler_controller_config) SENSITIVE = [] include Aws::Structure end |
#pod_gc_controller_config ⇒ Types::PodGcControllerConfigResponse
The pod garbage collection controller configuration.
5646 5647 5648 5649 5650 5651 |
# File 'lib/aws-sdk-eks/types.rb', line 5646 class KubeControllerManagerConfigResponse < Struct.new( :pod_gc_controller_config, :horizontal_pod_autoscaler_controller_config) SENSITIVE = [] include Aws::Structure end |