Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 412 Bytes

example-cmd.md

File metadata and controls

21 lines (15 loc) · 412 Bytes
sequenceDiagram
participant Client
participant Operator
participant OperatorWorker
participant API Server

Client ->> API Server: kube apply
API Server -->> Operator: watched by informer/watcher

Note over Operator: event handler<br>(add/update/delete)

Operator ->> OperatorWorker: enqueue key

Note over OperatorWorker: sync handler<br>error handler

Loading
kool g -f example-config.yaml .