github.com/oam-dev/kubevela@v1.9.11/test/e2e-test/testdata/app/app_wait_suspend.yaml (about)

     1  apiVersion: core.oam.dev/v1beta1
     2  kind: Application
     3  metadata:
     4    name: wait-suspend-test
     5  spec:
     6    components:
     7      - name: wait-suspend-comp
     8        type: webservice
     9        properties:
    10          image: nginx
    11          port: 80
    12    workflow:
    13      steps:
    14        - name: suspend-test
    15          type: suspend
    16          properties:
    17            duration: 30s
    18        - name: apply-wait-suspend-comp
    19          type: apply-component
    20          properties:
    21            component: wait-suspend-comp