Class: Aws::EKS::Types::HorizontalPodAutoscalerControllerVersionConfig

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

Overview

The horizontal pod autoscaler controller version configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#horizontal_pod_autoscaler_sync_periodTypes::DurationParameterConfig

The HPA sync period configuration with default value and constraints.



4616
4617
4618
4619
4620
# File 'lib/aws-sdk-eks/types.rb', line 4616

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