github.com/oam-dev/kubevela@v1.9.11/test/e2e-multicluster-test/testdata/app/app-carrying-deploy-step-with-inline-policy.yaml (about) 1 apiVersion: core.oam.dev/v1beta1 2 kind: Application 3 metadata: 4 name: test 5 spec: 6 components: 7 - name: test 8 type: webservice 9 properties: 10 image: nginx:1.20 11 policies: 12 - type: topology 13 name: topo 14 properties: 15 clusters: ["cluster-worker"] 16 workflow: 17 steps: 18 - type: inline-deploy 19 name: deploy