@hashgraph/solo
Preparing search index...
src/integration/helm/model/options
Options
Interface Options
Interface for options that can be applied to Helm commands.
interface
Options
{
apply
(
builder
:
HelmExecutionBuilder
)
:
void
;
}
Implemented by
InstallChartOptions
TestChartOptions
UnInstallChartOptions
UpgradeChartOptions
Index
Methods
apply
Methods
apply
apply
(
builder
:
HelmExecutionBuilder
)
:
void
Parameters
builder
:
HelmExecutionBuilder
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
apply
@hashgraph/solo
Loading...
Interface for options that can be applied to Helm commands.