Documentation ¶
Index ¶
Constants ¶
View Source
const ( LocalURLsKey = "wiremock_local" InternalURLsKey = "wiremock_internal" )
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(props map[string]interface{}) environment.ConnectedChart
func NewVersioned ¶
func NewVersioned(helmVersion string, props map[string]interface{}) 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.