github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/numaflow.numaproj.io/MonoVertex/actions/pause/action.lua (about)

     1  if obj.spec.lifecycle == nil then
     2      obj.spec.lifecycle = {}
     3    end
     4    obj.spec.lifecycle.desiredPhase = "Paused"
     5    return obj