对于“module k8s.io/kubernetes”,为什么不使用多模块存储库?
对于module go.etcd.io/etcd/v3
,它采用多模块存储库,因此如果我们只需要一些包,则无需拉取整个存储库。
module k8s.io/kubernetes
作为单模块而不是多模块有什么好处? 请帮我解答一下,谢谢!
For module go.etcd.io/etcd/v3
, it adopts a multi-module repo so there is no need to pull the whole repo if we only need some packages.
What are the benefits that module k8s.io/kubernetes
being a single-module rather than a multi-module?
Please help me to figure it out, thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
k8s.io/kubernetes
不适合用作导入库。他们使用 staging/... 来表示合适的库。k8s.io/kubernetes
IS NOT suitable for use as an imported library. They use staging/… to denote libraries which are suitable.