Files
kubevela/pkg/utils/common/testdata/workload1.cue
2021-06-15 13:36:23 +08:00

14 lines
247 B
CUE

#parameter: {
// +usage=Which image would you like to use for your service
// +short=i
image: string
// +usage=Commands to run in the container
cmd?: [...string]
cpu?: string
}
#routeName: "\(context.appName)-\(context.name)"
context: {}