Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(props map[string]interface{}) environment.ConnectedChart
func NewLocal ¶ added in v0.2.43
func NewLocal(props map[string]interface{}, chartPath string) environment.ConnectedChart
NewLocal Use a local chart path instead of a remote one, very useful for debugging chart changes
func NewVersioned ¶ added in v0.2.51
func NewVersioned(helmVersion string, props map[string]interface{}) environment.ConnectedChart
NewVersioned enables choosing a specific helm chart version
Types ¶
type Chart ¶
type Chart struct { Name string Path string Version string Props *Props Values *map[string]interface{} }
func (Chart) ExportData ¶
func (m Chart) ExportData(e *environment.Environment) error
func (Chart) GetVersion ¶ added in v0.2.51
func (Chart) IsDeploymentNeeded ¶ added in v0.2.8
Click to show internal directories.
Click to hide internal directories.