github.com/oam-dev/kubevela@v1.9.11/references/cli/test-data/dry-run/testing-dry-run-1.yaml (about) 1 apiVersion: core.oam.dev/v1beta1 2 kind: Application 3 metadata: 4 name: testing-app 5 spec: 6 components: 7 - name: testing-dryrun 8 type: webservice 9 properties: 10 image: oamdev/hello-world:v1 11 traits: 12 - type: scaler 13 properties: 14 replicas: 1 15 16