You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/openfaas-pro/builder.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,10 +249,13 @@ A HTTP client has three tasks to perform:
249
249
"v: 2022-06-23T09:10:13Z exporting to image 5.18s"
250
250
],
251
251
"image": "ttl.sh/openfaas-image:1h",
252
-
"status": "success"
252
+
"status": "success",
253
+
"duration": 0.843
253
254
}
254
255
```
255
256
257
+
The `duration` field is given in seconds and is the total time taken to build the image including pulling base layers, exporting the image, and pushing it to the registry.
258
+
256
259
There are several examples available of how to call the Function Builder's API via different programming languages: [openfaas-function-builder-api-examples](https://github.com/openfaas/function-builder-examples)
257
260
258
261
You should be able to translate the example given with curl into any programming language, but if you need additional support, feel free to [reach out to us](https://openfaas.com/support).
0 commit comments