Просмотр исходного кода

quick sentence about stack create

Alexander Belanger 4 лет назад
Родитель
Сommit
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: