github.com/oam-dev/kubevela@v1.9.11/references/docgen/def-doc/trait/annotations.eg.md (about) 1 ```yaml 2 apiVersion: core.oam.dev/v1beta1 3 kind: Application 4 metadata: 5 name: myapp 6 spec: 7 components: 8 - name: express-server 9 type: webservice 10 properties: 11 image: crccheck/hello-world 12 port: 8000 13 traits: 14 - type: labels 15 properties: 16 "release": "stable" 17 - type: annotations 18 properties: 19 "description": "web application" 20 ```