Class: EcsDeploy::AutoScaler::NullClusterResourceManager
- Inherits:
-
Object
- Object
- EcsDeploy::AutoScaler::NullClusterResourceManager
- Defined in:
- lib/ecs_deploy/auto_scaler/null_cluster_resource_manager.rb
Instance Method Summary collapse
Instance Method Details
#acquire(capacity, timeout: nil) ⇒ Object
4 5 6 |
# File 'lib/ecs_deploy/auto_scaler/null_cluster_resource_manager.rb', line 4 def acquire(capacity, timeout: nil) true end |
#release(capacity) ⇒ Object
8 9 10 |
# File 'lib/ecs_deploy/auto_scaler/null_cluster_resource_manager.rb', line 8 def release(capacity) true end |