摘要: 1.引入依赖 <dependency> <groupId>io.kubernetes</groupId> <artifactId>client-java</artifactId> <version>15.0.1</version> </dependency> 2.代码实现 @Service publ 阅读全文
posted @ 2023-07-19 18:34 wdgde 阅读(1686) 评论(0) 推荐(0)
摘要: 先阅读以下链接 https://iswbm.com/192.html 1.python有一个ansible-api的包,可以提供restful api接口,通过如下命令可以查询 pip search ansible-api#注意pip search可能在某些版本不能使用了,需要安装新的命令#pip 阅读全文
posted @ 2023-07-19 18:11 wdgde 阅读(501) 评论(0) 推荐(0)