Skip to content

Commit 777c787

Browse files
update docs (#358)
* update docs Signed-off-by: wanjunlei <wanjunlei@kubesphere.io> * Update content/en/docs/concepts/build_strategy.md --------- Signed-off-by: wanjunlei <wanjunlei@kubesphere.io> Co-authored-by: Benjamin Huo <huobj@qq.com>
1 parent 17c9d4d commit 777c787

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

content/en/docs/concepts/build_strategy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ The following are the parameters of the `openfunction` ClusterBuildStrategy:
2121
| Name | Type | Describe |
2222
| --- | --- | --- |
2323
| RUN_IMAGE | string | Reference to a run image to use |
24+
| CACHE_IMAGE | string | Cache Image is a way to preserve cache layers across different builds, which can improve build performance when building functions or applications with lots of dependencies like Java functions. |
25+
| BASH_IMAGE | string | The bash image that the strategy used. |
2426
| ENV_VARS | string | Environment variables to set during _build-time_. The formate is `key1=value1,key2=value2`. |
2527

2628
Users can set these parameters like this:

content/en/docs/concepts/function_trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linkTitle: "Function Trigger"
44
weight: 3200
55
description:
66
---
7-
Function `Triggers` are used to define how to trigger a function. Currently, there are two kinds of triggers: `HTTP Trigger`, and `Dapr Trigger`.
7+
Function `Triggers` are used to define how to trigger a function. Currently, there are two kinds of triggers: `HTTP Trigger`, and `Dapr Trigger`. The default trigger is `HTTP trigger`.
88

99
## HTTP Trigger
1010

0 commit comments

Comments
 (0)