# frozen_string_literal: true
module Clusters
class UpdateService < BaseService
def execute(cluster)
cluster.update(params)
end