Explorar el Código

quick sentence about stack create

Alexander Belanger hace 4 años
padre
commit
6e00011c5e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: