mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-23 22:46:53 +00:00
7 lines
184 B
CUE
7 lines
184 B
CUE
parameter: {
|
|
//+usage=Custom parameter description
|
|
myparam: *"myns" | string
|
|
//+usage=Deploy to specified clusters. Leave empty to deploy to all clusters.
|
|
clusters?: [...string]
|
|
}
|