Complete Architecture Document
[policy/parent.git] / docs / architecture / plantuml / PDPStartStop.puml
1 @startuml
2
3 title PDP Startup and Shutdown
4
5 participant K8S
6 participant PDP
7 participant DMaaP
8 participant PAP
9
10 autonumber
11
12 K8S --> PDP : Start PDP
13
14 PDP --> PAP: Send Status (initial status) to PAP
15
16 PAP --> PDP: Download Policy Set to PDP
17
18 loop forever
19   PDP --> PAP: Send Status to PAP
20 end
21
22 @enduml