- 本文是 Kubernetes operator学习 系列文章,本节会对 Cue配置语言 进行学习,Cue是一门为配置而生的语言,在开源项目kubevela中被广泛使用
- 本文的所有代码,都存储于github代码库:https://github.com/graham924/share-code-operator-study/tree/main/cronJob-operator
- 希望各位大佬们,点点star,大家的鼓励是我更新的动力
- Kubernetes operator学习系列 快捷链接
- Kubernetes operator系列:client-go篇
- Kubernetes operator系列:CRD篇
- Kubernetes operator系列:code-generator 篇
- Kubernetes operator系列:controller-tools 篇
- Kubernetes operator系列:api 和 apimachinery 篇
- Kubernetes operator系列:CRD控制器 开发实战篇
- Kubernetes operator系列:kubebuilder 的安装及简单使用 篇
- Kubernetes operator系列:kubebuilder 实战演练之deploy-image插件的使用
- Kubernetes operator系列:webhook 知识学习
- Kubernetes operator系列:kubebuilder 实战演练 之 自定义CronJob
- Kubernetes operator系列:kubebuilder 实战演练 之 开发多版本CronJob
- Kubernetes operator系列:kustomize 管理配置篇
- Kubernetes operator系列:OAM 规范篇
- Kubernetes operator系列:Cue语言基础学习
- Kubernetes operator系列:零散知识篇
- 官网:https://cuelang.org/
- github地址:https://github.com/cue-lang/cue
- 官方文档:https://cuelang.org/docs/
- Cue命令+基础语法学习(看完就知道基础用法了):https://blog.csdn.net/a772304419/article/details/126009802
- kubevela官网关于Cue使用的学习:https://kubevela.io/zh/docs/platform-engineers/cue/basic/