github.com/argoproj/argo-cd@v1.8.7/resource_customizations/argoproj.io/Rollout/actions/resume/action.lua (about)

     1  if obj.status.pauseConditions ~= nil and table.getn(obj.status.pauseConditions) > 0 then
     2      obj.status.pauseConditions = nil
     3  end
     4  
     5  if obj.spec.paused ~= nil and obj.spec.paused then
     6      obj.spec.paused = false
     7  end
     8  
     9  return obj