当前位置:  开发笔记 > 编程语言 > 正文

使用API​​ Client Library for Python提交作业?

如何解决《使用API​​ClientLibraryforPython提交作业?》经验,为你挑选了1个好方法。

API客户端库是否支持在Google容器引擎上创建和删除窗格和作业?



1> William Chen..:

鉴于Kubernetes带有Swagger规范(1.2,而不是最新版本),您可以使用swagger-codegen为其生成Python API客户端.

以下是使用https://generator.swagger.io生成Python API客户端的示例:

curl -X POST -H "content-type:application/json" -d '{"swaggerUrl":"https://raw.githubusercontent.com/kubernetes/kubernetes/master/api/swagger-spec/v1.json"}' https://generator.swagger.io/api/gen/clients/python

返回带有URL的JSON以下载压缩的Python API客户端.

参考:https://github.com/swagger-api/swagger-codegen#online-generators

如果您需要有关swagger codegen或Python API客户端的帮助,请通过https://github.com/swagger-api/swagger-codegen/issues打开一张票

推荐阅读
惬听风吟jyy_802
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有