mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 18:10:21 +00:00
21 lines
443 B
CUE
21 lines
443 B
CUE
"apply-component": {
|
|
type: "workflow-step"
|
|
annotations: {
|
|
"category": "Application Delivery"
|
|
}
|
|
labels: {
|
|
"scope": "Application"
|
|
}
|
|
description: "Apply a specific component and its corresponding traits in application"
|
|
}
|
|
template: {
|
|
parameter: {
|
|
// +usage=Specify the component name to apply
|
|
component: string
|
|
// +usage=Specify the cluster
|
|
cluster: *"" | string
|
|
// +usage=Specify the namespace
|
|
namespace: *"" | string
|
|
}
|
|
}
|