implement (in golang) a configurator tool [alessandro sanino]
维护者通常 1 天内回复
还没有人认领这个 Issue。
评估
调研方向
未指定源文件或测试。首先定位 ops cloud eks config 背后的现有任务语言配置器,然后检查提议的入口点 ops -configurator description.json 和描述符字段。完成内容应涵盖所列字段类型的交互式值、配置变量存储,以及将配置保存和读取为 Kubernetes CRD。
由索引模型根据 Issue 内容生成。
描述
Why you need it?
THere are many interactive configurators in ops: for example ops cloud eks config
They are implemented in task language but it is not ideal.
It would be better to provide a tool for it
How it could be?
a tool in go doing ops -configurator description.json
where the descriptor can be like:
[{
"name": "WHI",
"label": "Why do you recommend Apache OpenServerless?",
"type": "textarea",
"required": "true"
}, {
"name": "JOB",
"label": "What is your job role?",
"type": "text",
"required": "true"
}, {
"name": "TONE",
"label": "What tone should the post have?",
"type": "text",
"required": "true"
}]
executing the configurator it will ask for the values and store then as configuration variables.
Form Field: a dictionary
label: the descriptionname: the field used in the inputrequired: is it required?type: can betext,textarea,checkbox,radio,file- if
radio:options: array of options
- if
file:- upload a (small!) file in base64
CRD support
it is important that the configurator will be able to save the configuration as a CRD so you can put it in a kubernetes cluster and able to read them back as environment variables from a crd
Other related information
Add any other context or screenshots about the feature request here.
- 主要语言
- Python
- 星标
- 576
- 派生
- 29
- 平均合并
- 51 分钟
- 30 天内合并 PR
- 14
环境准备
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
apache/openserverless 的其他 Issue
-
help wanted
难度 3/5 1-2 天 新手友好度 45/100
apache/openserverless#252 ·
维护者通常 1 天内回复
-
enhancement
难度 5/5 一周以上 新手友好度 25/100
apache/openserverless#215 ·
维护者通常 1 天内回复
-
bug
难度 4/5 3-5 天 新手友好度 58/100
apache/openserverless#214 ·
维护者通常 1 天内回复
-
bug
难度 4/5 3-5 天 新手友好度 72/100
apache/openserverless#213 ·
维护者通常 1 天内回复
-
help wanted
难度 5/5 一周以上 新手友好度 15/100
apache/openserverless#195 ·
维护者通常 1 天内回复
查看 apache/openserverless 的全部 Issue
相似的 Issue
-
good first issue
难度 2/5 1-3 小时 新手友好度 88/100
-
难度 2/5 1-3 小时 新手友好度 88/100
vllm-project/vllm-metal#822 ·
维护者通常 1 天内回复
-
vector-store
难度 1/5 1-3 小时 新手友好度 90/100
维护者通常 1 天内回复
-
[Bug]: chunk_span_bounds and _validated_chunk_spans reject Pydantic models ChunkSpan and AudioFile未关闭
难度 2/5 1-3 小时 新手友好度 78/100
BasedHardware/omi#19047 ·
维护者通常 1 天内回复
-
难度 2/5 1-3 小时 新手友好度 88/100
维护者通常 1 天内回复