简体   繁体   English

在哪里可以找到Kubernetes的Pod API?

[英]Where to find Pod API of Kubernetes?

I read http://kubernetes.io/v1.0/docs/user-guide/pods.html and the last paragraph shows a link to Pod API which is broken. 我阅读了http://kubernetes.io/v1.0/docs/user-guide/pods.html ,最后一段显示了指向Pod API的链接,该链接已损坏。 Does anybody know how to get there? 有人知道怎么去吗? Thanks in advance 提前致谢

The github organization where Kubernetes is developed changed (from "GoogleCloudPlatform" to "kubernetes") after these docs were generated. 这些文档生成后,开发Kubernetes的github组织已更改(从“ GoogleCloudPlatform”更改为“ kubernetes”)。 That broke the link. 那打破了联系。 I think you can find the reference here: http://kubernetes.io/v1.0/docs/api-reference/definitions.html#_v1_pod 我认为您可以在这里找到参考: http : //kubernetes.io/v1.0/docs/api-reference/definitions.html#_v1_pod

And the source for that here: https://github.com/kubernetes/kubernetes/tree/master/docs/api-reference 以及此处的来源: https : //github.com/kubernetes/kubernetes/tree/master/docs/api-reference

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM