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.



6549
6550
6551
6552
6553
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6549

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