github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/astra.netapp.io/Schedule/health.lua (about)

     1  hs = { status = "Healthy", message = "Protection policy not yet executed" }
     2  if obj.status ~= nil then
     3    if obj.status.lastScheduleTime ~= nil then
     4      hs.message = "Protection policy lastScheduleTime: " .. obj.status.lastScheduleTime
     5    end
     6  end
     7  return hs