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

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



5275
5276
5277
5278
5279
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5275

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