Class: Aws::EKS::Types::KubeSchedulerConfigResponse

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

Overview

The Kubernetes scheduler configuration for 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.



5259
5260
5261
5262
5263
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5259

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