mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 18:10:21 +00:00
22 lines
447 B
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"]
|