Class: Aws::EKS::Types::KubeSchedulerConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::KubeSchedulerConfigResponse
- 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
-
#node_resources_fit ⇒ Types::NodeResourcesFitConfig
The node resource fit scoring configuration for the scheduler.
Instance Attribute Details
#node_resources_fit ⇒ Types::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 |