reorg

package
v0.38.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2023 License: MIT Imports: 6 Imported by: 2

Documentation

Index

Constants

View Source
const (
	URLsKey            = "geth"
	TXNodesAppLabel    = "geth-ethereum-geth"
	MinerNodesAppLabel = "geth-ethereum-miner-node"
)

Variables

This section is empty.

Functions

func New

func New(props *Props) environment.ConnectedChart

func NewVersioned added in v0.2.51

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) GetName

func (m Chart) GetName() string

func (Chart) GetPath

func (m Chart) GetPath() string

func (Chart) GetProps added in v0.2.6

func (m Chart) GetProps() interface{}

func (Chart) GetValues

func (m Chart) GetValues() *map[string]interface{}

func (Chart) GetVersion added in v0.2.51

func (m Chart) GetVersion() string

func (Chart) IsDeploymentNeeded added in v0.2.8

func (m Chart) IsDeploymentNeeded() bool

type Props added in v0.2.6

type Props struct {
	NetworkName string `envconfig:"network_name"`
	NetworkType string `envconfig:"network_type"`
	Values      map[string]interface{}
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL