foundry

package
v1.31.8 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2024 License: MIT Imports: 7 Imported by: 3

Documentation

Index

Constants

View Source
const (
	ChartName = "foundry" // Chart name as defined in Chart.yaml
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Chart

type Chart struct {
	Name             string
	AppLabel         string
	Path             string
	Version          string
	Props            *Props
	Values           *map[string]any
	ClusterWSURL     string
	ClusterHTTPURL   string
	ForwardedWSURL   string
	ForwardedHTTPURL string
}

func New

func New(props *Props) *Chart

func NewVersioned

func NewVersioned(helmVersion string, props *Props) *Chart

NewVersioned enables choosing a specific helm chart version

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

func (m Chart) GetProps() interface{}

func (Chart) GetValues

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

func (Chart) GetVersion

func (m Chart) GetVersion() string

func (Chart) IsDeploymentNeeded

func (m Chart) IsDeploymentNeeded() bool

type Props

type Props struct {
	NetworkName string
	Values      map[string]interface{}
}

Jump to

Keyboard shortcuts

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