Преглед на файлове

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: