开发和测试Kubernetes API扩展

huangapple go评论76阅读模式
英文:

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

huangapple
  • 本文由 发表于 2015年12月19日 10:58:07
  • 转载请务必保留本文链接:https://go.coder-hub.com/34366779.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定