blob: cffed84e4a285ebc8883a59dcf04ed0aadbfc67e [file] [log] [blame]
liamfallonc9e27902019-05-28 13:27:04 +00001@startuml
2
3title PAP Startup and Shutdown
4
5participant K8S
6participant PAP
7database PolicyDB
8
9autonumber
10
11K8S --> PAP : Start PAP
12
13PAP --> PolicyDB : Read Initial Data
14PAP --> PAP : Initialize Policy Administration
15
16activate PAP
17deactivate PAP
18
19loop forever
20 ref over PAP: Wait for and\nHandle PDP\nStatus Updates
21 ref over PAP: Wait for and\nHandle\nAdmin Requests
22end
23
24@enduml