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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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.



5214
5215
5216
5217
5218
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5214

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