Class: Aws::EKS::Types::ControlPlaneConfigInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ControlPlaneConfigInfo
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
The control plane component configuration defaults and constraints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kube_api_server_config ⇒ Types::KubeApiServerVersionConfig
The Kubernetes API server configuration defaults and constraints.
-
#kube_controller_manager_config ⇒ Types::KubeControllerManagerVersionConfig
The Kubernetes controller manager configuration defaults and constraints.
-
#kube_scheduler_config ⇒ Types::KubeSchedulerVersionConfig
The Kubernetes scheduler configuration defaults and constraints.
Instance Attribute Details
#kube_api_server_config ⇒ Types::KubeApiServerVersionConfig
The Kubernetes API server configuration defaults and constraints.
1852 1853 1854 1855 1856 1857 1858 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1852 class ControlPlaneConfigInfo < Struct.new( :kube_api_server_config, :kube_scheduler_config, :kube_controller_manager_config) SENSITIVE = [] include Aws::Structure end |
#kube_controller_manager_config ⇒ Types::KubeControllerManagerVersionConfig
The Kubernetes controller manager configuration defaults and constraints.
1852 1853 1854 1855 1856 1857 1858 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1852 class ControlPlaneConfigInfo < Struct.new( :kube_api_server_config, :kube_scheduler_config, :kube_controller_manager_config) SENSITIVE = [] include Aws::Structure end |
#kube_scheduler_config ⇒ Types::KubeSchedulerVersionConfig
The Kubernetes scheduler configuration defaults and constraints.
1852 1853 1854 1855 1856 1857 1858 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1852 class ControlPlaneConfigInfo < Struct.new( :kube_api_server_config, :kube_scheduler_config, :kube_controller_manager_config) SENSITIVE = [] include Aws::Structure end |