Skip to content

Commit 40c88e2

Browse files
authored
feat: 添加 API 网关插件模板 (#2197)
1 parent 35f990c commit 40c88e2

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

apiserver/paasng/fixtures/template.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,47 @@
133133
processes: {}
134134
tags: []
135135
repo_url: ''
136+
- model: templates.template
137+
pk: 7
138+
fields:
139+
created: !!timestamp '2023-12-26 12:00:00.000000+00:00'
140+
updated: !!timestamp '2023-12-26 12:00:00.000000+00:00'
141+
name: bk-apigw-plugin-python
142+
type: 'plugin'
143+
display_name_zh_cn: API 网关插件(Python)
144+
display_name_en: API Gateway Plugin (Python)
145+
description_zh_cn: 为开发者提供快速创建 API 的能力,并自动将 API 注册到 API 网关
146+
description_en: Empowering developers to quickly create APIs and automatically register them with the API gateway.
147+
language: Python
148+
market_ready: False
149+
preset_services_config:
150+
mysql: {}
151+
blob_url: {}
152+
enabled_regions:
153+
- default
154+
required_buildpacks: []
155+
processes: {}
156+
tags: []
157+
repo_url: ''
158+
- model: templates.template
159+
pk: 8
160+
fields:
161+
created: !!timestamp '2023-12-26 12:00:00.000000+00:00'
162+
updated: !!timestamp '2023-12-26 12:00:00.000000+00:00'
163+
name: bk-apigw-plugin-go
164+
type: 'plugin'
165+
display_name_zh_cn: API 网关插件(Golang)
166+
display_name_en: API Gateway Plugin (Golang)
167+
description_zh_cn: 为开发者提供快速创建 API 的能力,并自动将 API 注册到 API 网关
168+
description_en: Empowering developers to quickly create APIs and automatically register them with the API gateway.
169+
language: Go
170+
market_ready: False
171+
preset_services_config:
172+
mysql: {}
173+
blob_url: {}
174+
enabled_regions:
175+
- default
176+
required_buildpacks: []
177+
processes: {}
178+
tags: []
179+
repo_url: ''

0 commit comments

Comments
 (0)