github.com/oam-dev/kubevela@v1.9.11/pkg/appfile/dryrun/testdata/testing-dry-run-4.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 policies: 12 - name: mypolicy 13 type: mypolicy 14 properties: 15 name: "my-policy" 16