mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
10 lines
222 B
YAML
10 lines
222 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: app-with-status
|
|
spec:
|
|
components:
|
|
- name: deployment-with-status
|
|
type: deployment-with-status
|
|
traits:
|
|
- type: trait-with-status |