Documentation ¶
Index ¶
- func New(props map[string]interface{}) environment.ConnectedChart
- func NewVersioned(helmVersion string, props map[string]interface{}) environment.ConnectedChart
- type Chart
- func (m Chart) ExportData(e *environment.Environment) error
- func (m Chart) GetLabels() map[string]string
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(props map[string]interface{}) environment.ConnectedChart
func NewVersioned ¶
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 ¶
func (Chart) IsDeploymentNeeded ¶
Click to show internal directories.
Click to hide internal directories.