github.com/oam-dev/kubevela@v1.9.11/vela-templates/definitions/deprecated/raw.cue (about) 1 raw: { 2 type: "component" 3 annotations: {} 4 labels: { 5 "deprecated": "true" 6 } 7 description: "Raw allow users to specify raw K8s object in properties. This definition is DEPRECATED, please use 'k8s-objects' instead." 8 attributes: workload: type: "autodetects.core.oam.dev" 9 } 10 template: { 11 output: parameter 12 parameter: {} 13 }