File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed
docs/user_docs/guides/working-with-konfig
i18n/zh-CN/docusaurus-plugin-content-docs
current/user_docs/guides/working-with-konfig
version-0.10/user_docs/guides/working-with-konfig
versioned_docs/version-0.10/user_docs/guides/working-with-konfig Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,11 @@ spec:
198198 app.k8s.io/component: sampleappdev
199199` ` `
200200
201+ # # Resources
202+
203+ - More examples can be found [here](https://github.com/kcl-lang/konfig/blob/main/examples/README.md)
204+ - Konfig schema reference document can be found [here](https://github.com/kcl-lang/konfig/blob/main/docs/konfig.md)
205+
201206# # Summary
202207
203208This document mainly introduces how to use the KCL and Konfig library to deploy a Long Running application running in Kubernetes.
Original file line number Diff line number Diff line change @@ -220,6 +220,11 @@ spec:
220220 app.k8s.io/component: sampleappdev
221221` ` `
222222
223+ # # 资源
224+
225+ - 更多用例可以在[这里](https://github.com/kcl-lang/konfig/blob/main/examples/README.md)找到
226+ - 更多参考文档可以在[这里](https://github.com/kcl-lang/konfig/blob/main/docs/konfig.md)找到
227+
223228# # 小结
224229
225230本文主要介绍了如何使用 KCL 语言与其相对应的 Konfig 库,完成一个运行在 Kubernetes 中的 Long-Running 服务应用的部署。
Original file line number Diff line number Diff line change @@ -220,6 +220,11 @@ spec:
220220 app.k8s.io/component: sampleappdev
221221` ` `
222222
223+ # # 资源
224+
225+ - 更多用例可以在[这里](https://github.com/kcl-lang/konfig/blob/main/examples/README.md)找到
226+ - 更多参考文档可以在[这里](https://github.com/kcl-lang/konfig/blob/main/docs/konfig.md)找到
227+
223228# # 小结
224229
225230本文主要介绍了如何使用 KCL 语言与其相对应的 Konfig 库,完成一个运行在 Kubernetes 中的 Long-Running 服务应用的部署。
Original file line number Diff line number Diff line change @@ -198,6 +198,11 @@ spec:
198198 app.k8s.io/component: sampleappdev
199199` ` `
200200
201+ # # Resources
202+
203+ - More examples can be found [here](https://github.com/kcl-lang/konfig/blob/main/examples/README.md)
204+ - Konfig schema reference document can be found [here](https://github.com/kcl-lang/konfig/blob/main/docs/konfig.md)
205+
201206# # Summary
202207
203208This document mainly introduces how to use the KCL and Konfig library to deploy a Long Running application running in Kubernetes.
You can’t perform that action at this time.
0 commit comments