summaryrefslogtreecommitdiff
path: root/doc/helm-locate-override-inheritor.plantuml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/helm-locate-override-inheritor.plantuml')
-rw-r--r--doc/helm-locate-override-inheritor.plantuml16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/helm-locate-override-inheritor.plantuml b/doc/helm-locate-override-inheritor.plantuml
new file mode 100644
index 00000000..61d74f96
--- /dev/null
+++ b/doc/helm-locate-override-inheritor.plantuml
@@ -0,0 +1,16 @@
+@startuml
+skinparam classFontStyle bold
+skinparam captionFontStyle bold
+title **Parents and Children of**\n**'helm-locate-override-inheritor'**\n\n
+"helm-type-file" <|-- "helm-locate-override-inheritor"
+class "helm-type-file"
+"helm-source" <|-- "helm-type-file"
+class "helm-source"
+class "helm-locate-override-inheritor" {
+ __ some interesting slots __
+}
+note right of "helm-locate-override-inheritor"
+ **helm-locate-override-inheritor**
+end note
+"helm-locate-override-inheritor" <|-- "helm-locate-source"
+@enduml