Documentation ¶
Index ¶
Constants ¶
View Source
const ( AppName = "chainlink" NodesLocalURLsKey = "chainlink_local" NodesInternalURLsKey = "chainlink_internal" DBsLocalURLsKey = "chainlink_db" )
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(index int, props map[string]any) environment.ConnectedChart
func NewVersioned ¶
func NewVersioned(index int, helmVersion string, props map[string]any) environment.ConnectedChart
NewVersioned enables you to select a specific helm chart version
Types ¶
type Chart ¶
type Chart struct { Name string Index int Path string Version string Props *Props Values *map[string]any }
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.