Documentation
¶
Index ¶
- type InstallHelmChart
- func (i *InstallHelmChart) GetDescription(_ *api.WorkflowContext, _ render.Values) (string, error)
- func (i *InstallHelmChart) GetDocs(ctx *api.WorkflowContext, values render.Values, flags render.Flags) (string, error)
- func (i *InstallHelmChart) Run(ctx *api.WorkflowContext, values render.Values) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallHelmChart ¶
type InstallHelmChart struct {
ReleaseName string `json:"releaseName,omitempty"`
ReleaseUri string `json:"releaseUri,omitempty"`
Namespace string `json:"namespace,omitempty"`
ValuesFiles []string `json:"valuesFiles,omitempty"`
/*
These values allow you to perform values operations before setting them as helm values.
You can use any operations and keywords that general `values` support.
More information on `valet` values can be found at TODO
*/
Set render.Values `json:"set,omitempty"`
WaitForPods bool `json:"waitForPods,omitempty"`
}
func (*InstallHelmChart) GetDescription ¶
func (i *InstallHelmChart) GetDescription(_ *api.WorkflowContext, _ render.Values) (string, error)
func (*InstallHelmChart) GetDocs ¶
func (i *InstallHelmChart) GetDocs(ctx *api.WorkflowContext, values render.Values, flags render.Flags) (string, error)
func (*InstallHelmChart) Run ¶
func (i *InstallHelmChart) Run(ctx *api.WorkflowContext, values render.Values) error
Click to show internal directories.
Click to hide internal directories.