2023-09-21 13:20:42 +00:00
|
|
|
local actions = {}
|
2019-09-13 09:50:57 +00:00
|
|
|
actions["restart"] = {}
|
2025-05-08 08:19:04 +00:00
|
|
|
|
|
|
|
|
actions["scale"] = {
|
|
|
|
|
["params"] = {
|
|
|
|
|
{
|
|
|
|
|
["name"] = "replicas",
|
|
|
|
|
["default"] = tostring(obj.spec.replicas)
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
}
|
2019-09-13 09:50:57 +00:00
|
|
|
return actions
|