Class: Aws::Types::KubeControllerManagerConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::KubeControllerManagerConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#horizontal_pod_autoscaler_controller_config ⇒ Types::HorizontalPodAutoscalerControllerConfigResponse
Returns the value of attribute horizontal_pod_autoscaler_controller_config.
-
#pod_gc_controller_config ⇒ Types::PodGcControllerConfigResponse
Returns the value of attribute pod_gc_controller_config.
Instance Attribute Details
#horizontal_pod_autoscaler_controller_config ⇒ Types::HorizontalPodAutoscalerControllerConfigResponse
Returns the value of attribute horizontal_pod_autoscaler_controller_config.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def horizontal_pod_autoscaler_controller_config @horizontal_pod_autoscaler_controller_config end |
#pod_gc_controller_config ⇒ Types::PodGcControllerConfigResponse
Returns the value of attribute pod_gc_controller_config.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def pod_gc_controller_config @pod_gc_controller_config end |