 Documentation
      ¶
      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 NewVersioned ¶
NewVersioned enables choosing a specific helm chart version
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.