github.com/oam-dev/kubevela@v1.9.11/charts/vela-core/templates/defwithtemplate/apply-application-in-parallel.yaml (about) 1 # Code generated by KubeVela templates. DO NOT EDIT. Please edit the original cue file. 2 # Definition source cue file: vela-templates/definitions/deprecated/apply-application-in-parallel.cue 3 apiVersion: core.oam.dev/v1beta1 4 kind: WorkflowStepDefinition 5 metadata: 6 annotations: 7 definition.oam.dev/description: Apply components of an application in parallel for your workflow steps 8 labels: 9 custom.definition.oam.dev/deprecated: "true" 10 custom.definition.oam.dev/scope: Application 11 custom.definition.oam.dev/ui-hidden: "true" 12 name: apply-application-in-parallel 13 namespace: {{ include "systemDefinitionNamespace" . }} 14 spec: 15 schematic: 16 cue: 17 template: | 18 import ( 19 "vela/op" 20 ) 21 22 output: op.#ApplyApplicationInParallel & {} 23