github.com/oam-dev/kubevela@v1.9.11/charts/vela-core/templates/defwithtemplate/raw.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/raw.cue
     3  apiVersion: core.oam.dev/v1beta1
     4  kind: ComponentDefinition
     5  metadata:
     6    annotations:
     7      definition.oam.dev/description: Raw allow users to specify raw K8s object in properties. This definition is DEPRECATED, please use 'k8s-objects' instead.
     8    labels:
     9      custom.definition.oam.dev/deprecated: "true"
    10    name: raw
    11    namespace: {{ include "systemDefinitionNamespace" . }}
    12  spec:
    13    schematic:
    14      cue:
    15        template: |
    16          output: parameter
    17          parameter: {}
    18    workload:
    19      type: autodetects.core.oam.dev
    20