1 Star 0 Fork 0

alapha23/fc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
publish.yaml 3.21 KB
一键复制 编辑 原始数据 按行查看 历史
wss-gitee 提交于 2021-06-30 10:02 . refactor: version 0.1.6
Type: Component
Name: fc
Provider:
- 阿里云
Version: 0.1.6
Description: 阿里云函数计算基础组件
HomePage: https://github.com/devsapp/fc
Tags:
- 函数计算
Category: 基础云产品
Commands:
deploy: 部署资源
remove: 删除资源
local: 本地调试
build: 构建函数
invoke: 远端调用
info: 获取线上资源配置
sync: 同步线上资源配置/代码到本地
logs: 实时获取线上函数的运行日志
metrics: 查看线上函数的监控指标
nas: 管理远端 NAS 文件系统中的文件
stress: 压测函数
Service:
函数计算:
Authorities:
- 函数计算全部权限
Properties:
region:
Description:
zh: 地域
en: Region
Required: true
Type:
- Enum:
- cn-beijing
- cn-hangzhou
- cn-shanghai
- cn-qingdao
- cn-zhangjiakou
- cn-huhehaote
- cn-shenzhen
- cn-chengdu
- cn-hongkong
- ap-southeast-1
- ap-southeast-2
- ap-southeast-3
- ap-southeast-5
- ap-northeast-1
- eu-central-1
- eu-west-1
- us-west-1
- us-east-1
- ap-south-1
customDomain:
Description:
Required: true
Type:
- Struct:
domainName:
Required: true
Description: domain 名称
Type:
- String
protocol:
Required: true
Description: 自定义域名支持的协议类型
Type:
- Enum:
- HTTP
- HTTP,HTTPS
routeConfigs:
Required: true
Description: 路由表,配置路径和函数的映射关系
Type:
- List<Struct>:
path:
Required: true
Description: 自定义域名路径
Type:
- String
serviceName:
Required: true
Description: 服务名称
Type:
- String
functionName:
Required: true
Description: 函数名称
Type:
- String
qualifier:
Required: false
Description: 服务版本
Type:
- String
methods:
Required: true
Description: HTTP 访问方法
Type:
- List<String>
certConfig:
Required: false
Description: https 证书信息(仅当 Protocol 为 HTTP,HTTPS 时配置)
Type:
- Struct:
certName:
Required: true
Description: 证书名称
Type:
- String
certificate:
Required: true
Description: 证书
Type:
- String
privateKey:
Required: true
Description: 私钥
Type:
- String
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alapha23/fc.git
git@gitee.com:alapha23/fc.git
alapha23
fc
fc
add-custom-container-example

搜索帮助

0d507c66 1850385 C8b1a773 1850385