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

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



7056
7057
7058
7059
7060
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7056

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