One-time Delivery (Coordinate with Multi-Controllers)
- Working with HPA, which will change the deployment replicas.
- Working with Istio, which will change the deployment containers.
- Other controllers…
Specified fields once apply
kind: Application
metadata:
name: apply-once-app
components:
- name: hello-world
type: webservice
properties:
image: oamdev/hello-world
- type: scaler
properties:
replicas: 3
- name: apply-once
type: apply-once
properties:
enable: true
rules:
path: ["spec.replicas"]
selector:
resourceTypes: ["Deployment"]