Class: Aws::EKS::Types::KubeControllerManagerConfigResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#horizontal_pod_autoscaler_controller_configTypes::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_configTypes::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