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.
431 432 433 |
# File 'sig/types.rbs', line 431 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.
433 434 435 |
# File 'sig/types.rbs', line 433 def kube_controller_manager_config @kube_controller_manager_config end |
#kube_scheduler_config ⇒ Types::KubeSchedulerVersionConfig
Returns the value of attribute kube_scheduler_config.
432 433 434 |
# File 'sig/types.rbs', line 432 def kube_scheduler_config @kube_scheduler_config end |