Skip to content

Commit b141d69

Browse files
committed
add roadmap
1 parent 9f882b7 commit b141d69

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ io.fabric8.kubernetes.api.model.Pod pod = new ObjectMapper().readValue(json.toSt
255255
## Roadmap
256256

257257
- 1.0.0: product ready
258+
- 1.1.0: support webhook
259+
- 1.2.0: support cluster
258260

259261
[Sonatype](https://mp.weixin.qq.com/s?__biz=Mzg2MDYzODI5Nw==&mid=2247493958&idx=1&sn=d7e47334823f58db7ce012783045f382&source=41#wechat_redirect)
260262

src/main/java/io/github/kubesys/client/utils/KubeUtil.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ private KubeUtil() {
2929
* { "apiVersion": "v1", "kind": "Binding", "metadata": { "name": "podName" },
3030
* "target": { "apiVersion": "v1", "kind": "Node", "name": "hostName" } }
3131
*
32-
* @param pod pod json
32+
* @param podName name
33+
* @param podNamespace namespace
3334
* @param hostName hostname
3435
* @return json json from Kubernetes
3536
*/

0 commit comments

Comments
 (0)