Class: Aws::EKS::Types::KubeSchedulerVersionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::KubeSchedulerVersionConfig
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
The Kubernetes scheduler version-specific configuration defaults and constraints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_resources_fit ⇒ Types::NodeResourcesFitVersionConfig
The NodeResourcesFit configuration with default value and constraints.
Instance Attribute Details
#node_resources_fit ⇒ Types::NodeResourcesFitVersionConfig
The NodeResourcesFit configuration with default value and constraints.
5275 5276 5277 5278 5279 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5275 class KubeSchedulerVersionConfig < Struct.new( :node_resources_fit) SENSITIVE = [] include Aws::Structure end |