英文:
Developing and testing Kubernetes API extensions
问题
我想从源代码运行/构建Kubernetes。我通常使用Intelij IDEA打开源代码,但是我在我的IDE中看不到对'Go'的源代码支持。我主要关注的是编写一个Kubernetes API的扩展。我该如何在IDEA中轻松设置源代码以开发和测试该扩展?我还在本地安装了Kubernetes API。
英文:
I want to run/build Kubernetes from source. I normally use Intelij idea to open sources but I can't see that there is a source support for 'Go' in my ide. My main concern is to write an extension for Kubernetes API. How can I easily setup source in idea to develop and test that extension? I also have a locally installed Kubernetes API.
答案1
得分: 1
为IDEA安装Golang插件:
https://github.com/go-lang-plugin-org/go-lang-idea-plugin/wiki/Documentation
英文:
Install Golang plugin for IDEA:
https://github.com/go-lang-plugin-org/go-lang-idea-plugin/wiki/Documentation
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论