瀏覽代碼

quick sentence about stack create

Alexander Belanger 4 年之前
父節點
當前提交
6e00011c5e
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
  1. 1 1
      api/server/router/v1/stack.go

+ 1 - 1
api/server/router/v1/stack.go

@@ -112,7 +112,7 @@ func getV1StackRoutes(
 	// POST /api/v1/projects/{project_id}/clusters/{cluster_id}/namespaces/{namespace}/stacks -> stack.NewStackCreateHandler
 	// swagger:operation POST /api/v1/projects/{project_id}/clusters/{cluster_id}/namespaces/{namespace}/stacks createStack
 	//
-	// Creates a stack
+	// Creates a new stack and triggers a deployment for all resources in the stack.
 	//
 	// ---
 	// produces: