Class: Aws::Types::ControlPlaneConfigInfo
- Inherits:
-
Object
- Object
- Aws::Types::ControlPlaneConfigInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kube_api_server_config ⇒ Types::KubeApiServerVersionConfig
Returns the value of attribute kube_api_server_config.
-
#kube_controller_manager_config ⇒ Types::KubeControllerManagerVersionConfig
Returns the value of attribute kube_controller_manager_config.
-
#kube_scheduler_config ⇒ Types::KubeSchedulerVersionConfig
Returns the value of attribute kube_scheduler_config.
Instance Attribute Details
#kube_api_server_config ⇒ Types::KubeApiServerVersionConfig
Returns the value of attribute kube_api_server_config.
489 490 491 |
# File 'sig/types.rbs', line 489 def kube_api_server_config @kube_api_server_config end |
#kube_controller_manager_config ⇒ Types::KubeControllerManagerVersionConfig
Returns the value of attribute kube_controller_manager_config.
491 492 493 |
# File 'sig/types.rbs', line 491 def kube_controller_manager_config @kube_controller_manager_config end |
#kube_scheduler_config ⇒ Types::KubeSchedulerVersionConfig
Returns the value of attribute kube_scheduler_config.
490 491 492 |
# File 'sig/types.rbs', line 490 def kube_scheduler_config @kube_scheduler_config end |