Skip to content

Commit 8069ec5

Browse files
authored
Move nodejs functions to async folder (#72)
Signed-off-by: Benjamin Huo <benjamin@kubesphere.io>
1 parent 1fe4b05 commit 8069ec5

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

functions/node/async-bindings.yaml renamed to functions/async/mqtt-io-node/async-bindings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
# FUNC_NAME: tryKnative
1414
# srcRepo:
1515
# url: https://github.com/OpenFunction/samples.git
16-
# sourceSubPath: functions/node/src
16+
# sourceSubPath: functions/async/mqtt-io-node
1717
# revision: main
1818
# app port default to "8080"
1919
# port: 8080

functions/node/async-pubsub.yaml renamed to functions/async/mqtt-io-node/async-pubsub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
# FUNC_NAME: tryKnative
1414
# srcRepo:
1515
# url: https://github.com/OpenFunction/samples.git
16-
# sourceSubPath: functions/node/src
16+
# sourceSubPath: functions/async/mqtt-io-node
1717
# revision: main
1818
# app port default to "8080"
1919
# port: 8080

functions/node/knative.yaml renamed to functions/knative/greeting-node/greeting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
# FUNC_NAME: tryKnative
1414
# srcRepo:
1515
# url: https://github.com/OpenFunction/samples.git
16-
# sourceSubPath: functions/node/src
16+
# sourceSubPath: functions/async/mqtt-io-node
1717
# revision: main
1818
# app port default to "8080"
1919
# port: 8080

0 commit comments

Comments
 (0)