summaryrefslogtreecommitdiffstats
path: root/docs/architecture/plantuml/PDPStartStop.puml
blob: d55f6d1d6507ce8615dc76f764c879512068f51b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@startuml

title PDP Startup and Shutdown

participant K8S
participant PDP
participant DMaaP
participant PAP

autonumber

K8S --> PDP : Start PDP

PDP --> PAP: Send Status (initial status) to PAP

PAP --> PDP: Download Policy Set to PDP

loop forever
  PDP --> PAP: Send Status to PAP
end

@enduml