Class: Aws::EKS::Types::KubeSchedulerVersionConfig

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

Overview

The Kubernetes scheduler version-specific configuration defaults and constraints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#node_resources_fitTypes::NodeResourcesFitVersionConfig

The NodeResourcesFit configuration with default value and constraints.



5714
5715
5716
5717
5718
# File 'lib/aws-sdk-eks/types.rb', line 5714

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