mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2026-04-02 11:55:30 +00:00
Clear History
This commit is contained in:
24
thesis/diagrams/node.mmd
Normal file
24
thesis/diagrams/node.mmd
Normal file
@@ -0,0 +1,24 @@
|
||||
stateDiagram-v2
|
||||
direction LR
|
||||
[*] --> Creation
|
||||
state Creation {
|
||||
state f0 <<fork>>
|
||||
state j0 <<join>>
|
||||
[*] --> f0: Preparation
|
||||
f0 --> j0: Deployment
|
||||
f0 --> j0: Service
|
||||
f0 --> j0: NetworkPolicy
|
||||
j0 --> [*]: Ready
|
||||
}
|
||||
Creation --> Running
|
||||
Running --> Deletion
|
||||
state Deletion {
|
||||
state f1 <<fork>>
|
||||
state j1 <<join>>
|
||||
[*] --> f1: Cascading deletion
|
||||
f1 --> j1: Deployment
|
||||
f1 --> j1: Service
|
||||
f1 --> j1: NetworkPolicy
|
||||
j1 --> [*]
|
||||
}
|
||||
Deletion --> [*]
|
||||
Reference in New Issue
Block a user