Class: Clusters::Applications::PatchService
- Inherits:
-
BaseHelmService
- Object
- BaseHelmService
- Clusters::Applications::PatchService
- Defined in:
- app/services/clusters/applications/patch_service.rb
Instance Attribute Summary
Attributes inherited from BaseHelmService
Instance Method Summary collapse
Methods inherited from BaseHelmService
Constructor Details
This class inherits a constructor from Clusters::Applications::BaseHelmService
Instance Method Details
#execute ⇒ Object
6 7 8 9 10 11 12 |
# File 'app/services/clusters/applications/patch_service.rb', line 6 def execute return unless app.scheduled? app.make_updating! patch end |