Versions in this module Expand all Collapse all v0 v0.0.1 Nov 18, 2024 Changes in this version + func New(props map[string]interface{}) environment.ConnectedChart + func NewVersioned(helmVersion string, props map[string]interface{}) environment.ConnectedChart + type Chart struct + Name string + Path string + Props *Props + Values *map[string]interface{} + Version string + 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 Props struct