File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
internal/namespaces/function/v1beta1 Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -761,8 +761,11 @@ func functionFunctionCreate() *core.Command {
761761
762762func functionFunctionUpdate () * core.Command {
763763 return & core.Command {
764- Short : `Update an existing function` ,
765- Long : `Update the function associated with the specified ID.` ,
764+ Short : `Update an existing function` ,
765+ Long : `Update the function associated with the specified ID.
766+
767+ When updating a function, the function is automatically redeployed to apply the changes.
768+ This behavior can be changed by setting the ` + "`" + `redeploy` + "`" + ` field to ` + "`" + `false` + "`" + ` in the request.` ,
766769 Namespace : "function" ,
767770 Resource : "function" ,
768771 Verb : "update" ,
You can’t perform that action at this time.
0 commit comments