github.com/oam-dev/kubevela@v1.9.11/vela-templates/definitions/deprecated/apply-application-in-parallel.cue (about) 1 import ( 2 "vela/op" 3 ) 4 5 "apply-application-in-parallel": { 6 type: "workflow-step" 7 annotations: {} 8 labels: { 9 "ui-hidden": "true" 10 "deprecated": "true" 11 "scope": "Application" 12 } 13 description: "Apply components of an application in parallel for your workflow steps" 14 } 15 template: { 16 output: op.#ApplyApplicationInParallel & {} 17 }