Files
kubevela/test/e2e-multicluster-test/testdata/app/app-remote-resource.yaml

22 lines
447 B
YAML

apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
name: remote
spec:
components:
- type: k8s-objects
name: remote
properties:
objects:
- apiVersion: sample.custom.io/v1alpha1
kind: Foo
metadata:
name: remote
spec:
key: value
policies:
- type: topology
name: topology
properties:
clusters: ["cluster-worker"]