Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
更新一部分publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-zerui committed Sep 6, 2021
1 parent 9b4b55e commit 9464c57
Showing 1 changed file with 70 additions and 7 deletions.
77 changes: 70 additions & 7 deletions publish.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,80 @@
Type: Component
Name: yaml
Version: 0.0.1
Version: 0.01
Category: 云应用
HomePage: 'https://github.com/xinwuyun/cfc'
Description: 百度云函数组件
Properties:
code:
Description: 代码信息
projectId:
Description: 项目ID
Required: true
Example: ''
Default: ''
Type:
- Struct: {}
Type:
- String
function:
functionName:
Description: 函数名
Required: true
Type:
- String
description:
Description: 函数描述
Requeired: false
Default: serverless-devs函数应用
Type:
- String
handler:
Description: 处理程序
Required: true
Type:
- String
memorySize:
Description: 内存
Required: true
Default: 128
Type:
- Number
timeout:
Description: 超时时间
Required: true
Default: 30
Type:
- Number
runtime:
Description: 运行环境
Required: true
Type:
- String
package:
Description: 应用
Required: false
Default: default
Type:
- String
cpu:

codeType:
Description: 代码类型
Required: true
Default: zip
Type:
- Enum:
-
codeFilename:
enterpriseProjectId:
xrole:
appXrole:
initializerHandler:
initializerTimeout:
functionUrn:
code:
codeUri:

trigger:
triggerTypeCode:
eventTypeCode:
status:
eventData:

functionName:
Description: 函数名
Required: true
Expand Down

0 comments on commit 9464c57

Please sign in to comment.