Class: Aws::EKS::Types::NodeResourcesFitConfig

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

Overview

The NodeResourcesFit plugin configuration for the Kubernetes scheduler.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scoring_strategyTypes::ScoringStrategy

The scoring strategy used to rank nodes during scheduling.



7052
7053
7054
7055
7056
# File 'lib/aws-sdk-eks/types.rb', line 7052

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