github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/apps/StatefulSet/actions/discovery.lua (about)

     1  local actions = {}
     2  actions["restart"] = {}
     3  
     4  actions["scale"] = {
     5    ["params"] = {
     6          {
     7              ["name"] = "replicas"
     8          }
     9    },
    10  }
    11  return actions