Documentation ¶
Index ¶
Constants ¶
View Source
const ( URLsKey = "geth" TXNodesAppLabel = "geth-ethereum-geth" MinerNodesAppLabel = "geth-ethereum-miner-node" // #nosec G101 )
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(props *Props) environment.ConnectedChart
func NewVersioned ¶
func NewVersioned(helmVersion string, props *Props) 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.