File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
33本文是如何创建 CRD 来扩展 Kubernetes API 的教程。CRD 是用来扩展 Kubernetes 最常用的方式,在 Service Mesh 和 Operator 中也被大量使用。因此读者如果想在 Kubernetes 上做扩展和开发的话,是十分有必要了解 CRD 的。
44
5- 在阅读本文前您需要先了解[ 使用自定义资源扩展 API] ( custom-resource.md ) , 以下内容译自 [ Kubernetes 官方文档] ( https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/ ) ,有删改,
5+ 在阅读本文前您需要先了解[ 使用自定义资源扩展 API] ( custom-resource.md ) , 以下内容译自 [ Kubernetes 官方文档] ( https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/ ) ,有删改,推荐阅读 [ 如何从零开始编写一个 Kubernetes CRD ] ( http://www.servicemesher.com/blog/kubernetes-crd-quick-start/ ) 。
66
77## 创建 CRD(CustomResourceDefinition)
88
@@ -596,4 +596,5 @@ crontabs/my-new-cron-object 3s
596596
597597## 参考
598598
599- - [ Extend the Kubernetes API with CustomResourceDefinitions - kubernetes.io] (Extend the Kubernetes API with CustomResourceDefinitions)
599+ - [ Extend the Kubernetes API with CustomResourceDefinitions - kubernetes.io] (Extend the Kubernetes API with CustomResourceDefinitions)
600+ - [ 如何从零开始编写一个Kubernetes CRD] (http://www.servicemesher.com/blog/kubernetes-crd-quick-start/ - servicemesher.com)
You can’t perform that action at this time.
0 commit comments