Versions in this module Expand all Collapse all v0 v0.0.1 Nov 18, 2024 Changes in this version + const AppName + const DBsLocalURLsKey + const NodesInternalURLsKey + const NodesLocalURLsKey + func New(index int, props map[string]any) environment.ConnectedChart + func NewVersioned(index int, helmVersion string, props map[string]any) environment.ConnectedChart + type Chart struct + Index int + Name string + Path string + Props *Props + Values *map[string]any + Version string + func (m Chart) ExportData(e *environment.Environment) error + func (m Chart) GetName() string + func (m Chart) GetPath() string + func (m Chart) GetProps() any + func (m Chart) GetValues() *map[string]any + func (m Chart) GetVersion() string + func (m Chart) IsDeploymentNeeded() bool + type Props struct