Versions in this module Expand all Collapse all v0 v0.0.1 Nov 18, 2024 Changes in this version + func New(props *Props) environment.ConnectedChart + type Chart struct + HelmProps *HelmProps + Props *Props + func (m Chart) ExportData(e *environment.Environment) error + func (m Chart) GetName() string + func (m Chart) GetPath() string + func (m Chart) GetProps() interface{} + func (m Chart) GetValues() *map[string]interface{} + func (m Chart) GetVersion() string + func (m Chart) IsDeploymentNeeded() bool + type HelmProps struct + Name string + Path string + Values *map[string]interface{} + Version string + type Props struct + HttpURLs []string + NetworkName string + Values map[string]interface{} + WsURLs []string