summaryrefslogtreecommitdiff
path: root/doc/helm-source-dummy.plantuml
blob: 34297759400b6ee676c23d519955ebfa235aab4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@startuml
skinparam classFontStyle bold
skinparam captionFontStyle bold
title **Parents and Children of**\n**'helm-source-dummy'**\n\n
"helm-source" <|-- "helm-source-dummy"
class "helm-source"
class "helm-source-dummy" {
	__ some interesting slots __
	accept-empty
	candidates
	filtered-candidate-transformer
	match
	multimatch
	volatile
}
note right of "helm-source-dummy"
	**helm-source-dummy**
end note
@enduml