operator-framework / operator-framework/java-operator-sdk
Passing configuration as POJOs (v6)
还没有人认领这个 Issue。
- 主要语言
- Java
- 星标
- 944
- 派生
- 242
- 平均合并
- 1 天 4 小时
- 30 天内合并 PR
- 43
描述
Currently, we have a configuration overrider approach, which would be nicer to have as a simple POJOs (+ Builder) to pass to the operator instance.
Note that at some point this configuration should override the onces coming from annotation to compute the final result. We have to also think about SB and mainly Quarkus integration.
see also:
https://github.com/operator-framework/java-operator-sdk/pull/3177
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
未指定任何文件或测试。首先追踪现有的 configuration overrider 以及配置如何传递到 operator instance,然后检查 annotation-derived configuration 和 Spring Boot、Quarkus 的集成点。完成的标准是定义好 POJO-plus-Builder 配置路径,确立其相对于 annotation configuration 的优先级,并处理好各集成点。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, kubernetes, spring-boot
- 领域
- backend, backend-api-design
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 冷清
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100