github.com/oam-dev/kubevela@v1.9.11/test/e2e-multicluster-test/testdata/app/standalone/app-with-publish-version-busybox.yaml (about) 1 apiVersion: core.oam.dev/v1beta1 2 kind: Application 3 metadata: 4 name: busybox 5 annotations: 6 app.oam.dev/publishVersion: alpha1 7 spec: 8 components: 9 - name: busybox 10 type: webservice 11 properties: 12 image: busybox 13 cmd: [ "sleep", "86400" ] 14 - name: busybox-ref 15 type: ref-objects 16 properties: 17 objects: 18 - resource: deployment 19 workflow: 20 ref: deploy-worker