One-time Delivery (Coordinate with Multi-Controllers)

    1. Working with HPA, which will change the deployment replicas.
    2. Working with Istio, which will change the deployment containers.
    3. Other controllers…

    Specified fields once apply

    1. kind: Application
    2. metadata:
    3. name: apply-once-app
    4. components:
    5. - name: hello-world
    6. type: webservice
    7. properties:
    8. image: oamdev/hello-world
    9. - type: scaler
    10. properties:
    11. replicas: 3
    12. - name: apply-once
    13. type: apply-once
    14. properties:
    15. enable: true
    16. rules:
    17. path: ["spec.replicas"]
    18. selector:
    19. resourceTypes: ["Deployment"]