mirror of
https://github.com/philippemerle/KubeDiagrams.git
synced 2026-02-14 10:00:08 +00:00
- def create_custom_cluster: easy fix to allow icons on custom cluster definitions by using an additional "type" key/attribute that refers to a diagram class allowing custom icons seems a bit more tricky as it may require a refactoring of the icon function. maybe this can also be added to have a consistent behavior...? - create_custom_node: custom nodes already support icons by specifying a diagram class via "type" key/attribute in addition, it is now possible to specify a custom icon using the new key/attribute "icon"