[Feature] Remove the use of Render
method of the chartrenderer.Interface
#454
Labels
kind/enhancement
Enhancement, improvement, extension
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
priority/4
Priority (lower number equals higher priority)
status/closed
Issue is closed (either delivered or triaged)
Feature (What you would like to be added):
I would like the use of
Render
method of thechartrenderer.Interface
to be removed from this project (currently used in./controllers/etcd_controller.go
and./controllers/etcdcopybackupstack_controller.go
)Motivation (Why is this needed?):
The
Render
method is deprecated in favour ofRenderEmbeddedFS
and will be removed in the future. For more info check this PR.Approach/Hint to the implement solution (optional):
The current
Render
method can be replaced byRenderEmbeddedFS
with some changes to file structure or the code can be refactored without the use of these methods.The text was updated successfully, but these errors were encountered: