summaryrefslogtreecommitdiff
path: root/doc/helm-type-timers.plantuml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/helm-type-timers.plantuml')
-rw-r--r--doc/helm-type-timers.plantuml20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/helm-type-timers.plantuml b/doc/helm-type-timers.plantuml
new file mode 100644
index 00000000..159824d2
--- /dev/null
+++ b/doc/helm-type-timers.plantuml
@@ -0,0 +1,20 @@
+@startuml
+skinparam classFontStyle bold
+skinparam captionFontStyle bold
+title **Parents and Children of**\n**'helm-type-timers'**\n\n
+"helm-source" <|-- "helm-type-timers"
+class "helm-source"
+class "helm-type-timers" {
+ A class to define helm type
+ timers.
+ ==
+ __ some interesting slots __
+}
+note right of "helm-type-timers"
+ **helm-type-timers**:
+ A class to define helm type
+ timers.
+end note
+"helm-type-timers" <|-- "helm-idle-time-timers-class"
+"helm-type-timers" <|-- "helm-absolute-time-timers-class"
+@enduml