mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-20 16:23:24 +00:00
14 lines
140 B
CUE
14 lines
140 B
CUE
#Apply: {
|
|
#do: "apply"
|
|
#provider: "kube"
|
|
value: {...}
|
|
...
|
|
}
|
|
|
|
#Read: {
|
|
#do: "read"
|
|
#provider: "kube"
|
|
value?: {...}
|
|
...
|
|
}
|