https://github.com/iyear/kubevela-cue-demo
KubeVela CUE DEMO
https://github.com/iyear/kubevela-cue-demo
Last synced: 11 months ago
JSON representation
KubeVela CUE DEMO
- Host: GitHub
- URL: https://github.com/iyear/kubevela-cue-demo
- Owner: iyear
- Created: 2023-02-06T12:38:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T12:05:59.000Z (over 3 years ago)
- Last Synced: 2025-04-01T22:53:48.489Z (over 1 year ago)
- Language: Go
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## KubeVela Cue DEMO
```shell
go build -o cue-gen cmd/main.go && ./cue-gen --file test/struct.go
cat test/struct.cue
```
目前进度:读取 go 文件,转换所有结构体并展开
## TODO
- 部分指针结构体如 `http.Request` 展开无限循环,