package
0.48.2
Repository: https://github.com/gruntwork-io/terratest.git
Documentation: pkg.go.dev

# Functions

AddRepo will setup the provided helm repository to the local helm client configuration.
AddRepoE will setup the provided helm repository to the local helm client configuration.
Delete will delete the provided release from Tiller.
DeleteE will delete the provided release from Tiller.
DiffAgainstSnapshot compare the current manifests of a chart (e.g bitnami/nginx) with the previous manifests stored in the snapshot.
DiffAgainstSnapshotE compare the current manifests of a chart (e.g bitnami/nginx) with the previous manifests stored in the snapshot.
Install will install the selected helm chart with the provided options under the given release name.
InstallE will install the selected helm chart with the provided options under the given release name.
RemoveRepo will remove the provided helm repository from the local helm client configuration.
RemoveRepoE will remove the provided helm repository from the local helm client configuration.
RenderRemoteTemplate runs `helm template` to render a *remote* chart given the provided options and returns stdout/stderr from the template command.
RenderRemoteTemplateE runs `helm template` to render a *remote* helm chart given the provided options and returns stdout/stderr from the template command.
RenderTemplate runs `helm template` to render the template given the provided options and returns stdout/stderr from the template command.
RenderTemplateE runs `helm template` to render the template given the provided options and returns stdout/stderr from the template command.
Rollback will downgrade the release to the specified version.
RollbackE will downgrade the release to the specified version.
RunHelmCommandAndGetOutputE runs helm with the given arguments and options and returns combined, interleaved stdout/stderr.
RunHelmCommandAndGetStdOutE runs helm with the given arguments and options and returns stdout.
UnmarshalK8SYaml is the same as UnmarshalK8SYamlE, but will fail the test if there is an error.
UnmarshalK8SYamlE can be used to take template outputs and unmarshal them into the corresponding client-go struct.
UpdateSnapshot creates or updates the k8s manifest snapshot of a chart (e.g bitnami/nginx).
UpdateSnapshotE creates or updates the k8s manifest snapshot of a chart (e.g bitnami/nginx).
Upgrade will upgrade the release and chart will be deployed with the lastest configuration.
UpgradeE will upgrade the release and chart will be deployed with the lastest configuration.

# Structs

ChartNotFoundError is returned when a provided chart dir is not found.
SetFileNotFoundError is returned when a provided set file input is not found on the host path.
TemplateFileNotFoundError is returned when a provided template file input is not found in the chart.
ValuesFileNotFoundError is returned when a provided values file input is not found on the host path.