HelmChartOptions
Handle
interface HelmChartOptions { withChartVersion(version: ParameterResource): HelmChartOptions; withNamespace(namespace: ParameterResource): HelmChartOptions; withReleaseName(releaseName: ParameterResource): HelmChartOptions;}Methods
method
withChartVersion Sets the Helm chart version for deployment.
withChartVersion(version: ParameterResource): HelmChartOptionsParameters
version ParameterResource Returns
HelmChartOptions method
withNamespace Sets the target Kubernetes namespace for deployment.
withNamespace(namespace: ParameterResource): HelmChartOptionsParameters
namespace ParameterResource Returns
HelmChartOptions method
withReleaseName Sets the Helm release name for deployment.
withReleaseName(releaseName: ParameterResource): HelmChartOptionsParameters
releaseName ParameterResource Returns
HelmChartOptions