blob: d55f6d1d6507ce8615dc76f764c879512068f51b [file] [log] [blame]
@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