Class: Aws::EKS::Types::NodeResourcesFitConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::NodeResourcesFitConfig
- 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
-
#scoring_strategy ⇒ Types::ScoringStrategy
The scoring strategy used to rank nodes during scheduling.
Instance Attribute Details
#scoring_strategy ⇒ Types::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 |