github.com/oam-dev/kubevela@v1.9.11/test/e2e-multicluster-test/testdata/app/app-component-with-cluster-context.yaml (about) 1 apiVersion: core.oam.dev/v1beta1 2 kind: Application 3 metadata: 4 name: app-component-with-cluster-context 5 spec: 6 components: 7 - name: test 8 type: cluster-config 9 policies: 10 - name: topology 11 type: topology 12 properties: 13 clusters: ["local", "cluster-worker"]