Refer postman collection in api document
[policy/parent.git] / docs / architecture / plantuml / PAPStartStop.puml
1 @startuml
2
3 title PAP Startup and Shutdown
4
5 participant K8S
6 participant PAP
7 database PolicyDB
8
9 autonumber
10
11 K8S --> PAP : Start PAP
12
13 PAP --> PolicyDB : Read Initial Data
14 PAP --> PAP : Initialize Policy Administration
15
16 activate PAP
17 deactivate PAP
18
19 loop forever
20   ref over PAP: Wait for and\nHandle PDP\nStatus Updates
21   ref over PAP: Wait for and\nHandle\nAdmin Requests
22 end
23
24 @enduml