Class: Aws::EKS::Types::KubeSchedulerConfigRequest

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

Overview

The configuration for the Kubernetes scheduler on an Amazon EKS cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#node_resources_fitTypes::NodeResourcesFitConfig

The node resource fit scoring configuration for the scheduler.



5688
5689
5690
5691
5692
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5688

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