Class: Aws::Types::ControlPlaneConfigInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kube_api_server_configTypes::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_configTypes::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_configTypes::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