-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublish.yaml
95 lines (86 loc) · 2.23 KB
/
publish.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Edition: 3.0.0
Type: Component
Name: fc3-domain
Provider:
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
Version: 0.0.24
Description: 部署阿里云函数计算自定义域名资源
HomePage: https://github.com/devsapp/fc3-domain
Tags:
- FC
- custom domain
Category: 基础云服务 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
Service: # 使用的服务
函数计算: # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
Authorities:
- AliyunFCFullAccess
Commands: # 指令,格式为指令:指令描述,例如:
deploy: 创建/更新函数计算自定义域名
remove: 删除函数计算自定义域名
plan: 计划变更
info: 查看函数计算自定义域名详情
Organization: 阿里云函数计算(FC)
Effective: Public
Parameters:
type: object
additionalProperties: false
properties:
region:
type: string
required: true
description: 地域
default: cn-hangzhou
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-southeast-7
- ap-northeast-1
- ap-northeast-2
- eu-central-1
- eu-west-1
- us-west-1
- us-east-1
- ap-south-1
domainName:
type: string
required: true
description: domainName
protocol:
type: string
required: true
description: 域名支持的协议类型
enum:
- HTTP
- HTTPS
- HTTP,HTTPS
routeConfig:
type: object
required: true
description: 路由表:自定义域名访问时的PATH到Function的映射
certConfig:
type: object
required: false
description: HTTPS证书的信息
tlsConfig:
type: object
required: false
description: TLS配置信息
wafConfig:
type: object
required: false
description: Web应用防火墙配置信息
authConfig:
type: object
required: false
description: Auth配置信息