| Name | Type | Description | Notes |
|---|---|---|---|
| Atomic | Pointer to bool | deploy Helm artifact with atomic flag | [optional] |
| CleanUpOnFail | Pointer to bool | cleanup deployed resources when chart fails to deploy | [optional] |
| Description | Pointer to string | custom description for the release | [optional] |
| DisableOpenAPIValidation | Pointer to bool | disable OpenAPI validation while deploying the chart | [optional] |
| Force | Pointer to bool | deploy Helm artifact with force flag | [optional] |
| KeepHistory | Pointer to bool | keep release history after uninstalling | [optional] |
| MaxHistory | Pointer to int32 | limit Helm artifact history | [optional] |
| NoHooks | Pointer to bool | deploy Helm artifact without hooks | [optional] |
| RenderSubChartNotes | Pointer to bool | render sub chart notes | [optional] |
| ResetValues | Pointer to bool | reset existing helm values | [optional] |
| ReuseValues | Pointer to bool | reuse existing values | [optional] |
| SetString | Pointer to []string | pass custom helm values as key=value | [optional] |
| SkipCRDs | Pointer to bool | skip deploying crds | [optional] |
| Timeout | Pointer to string | timeout for waiting for the resources to become ready | [optional] |
| Wait | Pointer to bool | deploy Helm artifact with wait flag | [optional] |
func NewHelmOptions() *HelmOptions
NewHelmOptions instantiates a new HelmOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHelmOptionsWithDefaults() *HelmOptions
NewHelmOptionsWithDefaults instantiates a new HelmOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *HelmOptions) GetAtomic() bool
GetAtomic returns the Atomic field if non-nil, zero value otherwise.
func (o *HelmOptions) GetAtomicOk() (*bool, bool)
GetAtomicOk returns a tuple with the Atomic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmOptions) SetAtomic(v bool)
SetAtomic sets Atomic field to given value.
func (o *HelmOptions) HasAtomic() bool
HasAtomic returns a boolean if a field has been set.
func (o *HelmOptions) GetCleanUpOnFail() bool
GetCleanUpOnFail returns the CleanUpOnFail field if non-nil, zero value otherwise.
func (o *HelmOptions) GetCleanUpOnFailOk() (*bool, bool)
GetCleanUpOnFailOk returns a tuple with the CleanUpOnFail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmOptions) SetCleanUpOnFail(v bool)
SetCleanUpOnFail sets CleanUpOnFail field to given value.
func (o *HelmOptions) HasCleanUpOnFail() bool
HasCleanUpOnFail returns a boolean if a field has been set.
func (o *HelmOptions) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *HelmOptions) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmOptions) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *HelmOptions) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *HelmOptions) GetDisableOpenAPIValidation() bool
GetDisableOpenAPIValidation returns the DisableOpenAPIValidation field if non-nil, zero value otherwise.
func (o *HelmOptions) GetDisableOpenAPIValidationOk() (*bool, bool)
GetDisableOpenAPIValidationOk returns a tuple with the DisableOpenAPIValidation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmOptions) SetDisableOpenAPIValidation(v bool)
SetDisableOpenAPIValidation sets DisableOpenAPIValidation field to given value.
func (o *HelmOptions) HasDisableOpenAPIValidation() bool
HasDisableOpenAPIValidation returns a boolean if a field has been set.
func (o *HelmOptions) GetForce() bool
GetForce returns the Force field if non-nil, zero value otherwise.
func (o *HelmOptions) GetForceOk() (*bool, bool)
GetForceOk returns a tuple with the Force field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmOptions) SetForce(v bool)
SetForce sets Force field to given value.
func (o *HelmOptions) HasForce() bool
HasForce returns a boolean if a field has been set.
func (o *HelmOptions) GetKeepHistory() bool
GetKeepHistory returns the KeepHistory field if non-nil, zero value otherwise.
func (o *HelmOptions) GetKeepHistoryOk() (*bool, bool)
GetKeepHistoryOk returns a tuple with the KeepHistory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmOptions) SetKeepHistory(v bool)
SetKeepHistory sets KeepHistory field to given value.
func (o *HelmOptions) HasKeepHistory() bool
HasKeepHistory returns a boolean if a field has been set.
func (o *HelmOptions) GetMaxHistory() int32
GetMaxHistory returns the MaxHistory field if non-nil, zero value otherwise.
func (o *HelmOptions) GetMaxHistoryOk() (*int32, bool)
GetMaxHistoryOk returns a tuple with the MaxHistory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmOptions) SetMaxHistory(v int32)
SetMaxHistory sets MaxHistory field to given value.
func (o *HelmOptions) HasMaxHistory() bool
HasMaxHistory returns a boolean if a field has been set.
func (o *HelmOptions) GetNoHooks() bool
GetNoHooks returns the NoHooks field if non-nil, zero value otherwise.
func (o *HelmOptions) GetNoHooksOk() (*bool, bool)
GetNoHooksOk returns a tuple with the NoHooks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmOptions) SetNoHooks(v bool)
SetNoHooks sets NoHooks field to given value.
func (o *HelmOptions) HasNoHooks() bool
HasNoHooks returns a boolean if a field has been set.
func (o *HelmOptions) GetRenderSubChartNotes() bool
GetRenderSubChartNotes returns the RenderSubChartNotes field if non-nil, zero value otherwise.
func (o *HelmOptions) GetRenderSubChartNotesOk() (*bool, bool)
GetRenderSubChartNotesOk returns a tuple with the RenderSubChartNotes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmOptions) SetRenderSubChartNotes(v bool)
SetRenderSubChartNotes sets RenderSubChartNotes field to given value.
func (o *HelmOptions) HasRenderSubChartNotes() bool
HasRenderSubChartNotes returns a boolean if a field has been set.
func (o *HelmOptions) GetResetValues() bool
GetResetValues returns the ResetValues field if non-nil, zero value otherwise.
func (o *HelmOptions) GetResetValuesOk() (*bool, bool)
GetResetValuesOk returns a tuple with the ResetValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmOptions) SetResetValues(v bool)
SetResetValues sets ResetValues field to given value.
func (o *HelmOptions) HasResetValues() bool
HasResetValues returns a boolean if a field has been set.
func (o *HelmOptions) GetReuseValues() bool
GetReuseValues returns the ReuseValues field if non-nil, zero value otherwise.
func (o *HelmOptions) GetReuseValuesOk() (*bool, bool)
GetReuseValuesOk returns a tuple with the ReuseValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmOptions) SetReuseValues(v bool)
SetReuseValues sets ReuseValues field to given value.
func (o *HelmOptions) HasReuseValues() bool
HasReuseValues returns a boolean if a field has been set.
func (o *HelmOptions) GetSetString() []string
GetSetString returns the SetString field if non-nil, zero value otherwise.
func (o *HelmOptions) GetSetStringOk() (*[]string, bool)
GetSetStringOk returns a tuple with the SetString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmOptions) SetSetString(v []string)
SetSetString sets SetString field to given value.
func (o *HelmOptions) HasSetString() bool
HasSetString returns a boolean if a field has been set.
func (o *HelmOptions) GetSkipCRDs() bool
GetSkipCRDs returns the SkipCRDs field if non-nil, zero value otherwise.
func (o *HelmOptions) GetSkipCRDsOk() (*bool, bool)
GetSkipCRDsOk returns a tuple with the SkipCRDs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmOptions) SetSkipCRDs(v bool)
SetSkipCRDs sets SkipCRDs field to given value.
func (o *HelmOptions) HasSkipCRDs() bool
HasSkipCRDs returns a boolean if a field has been set.
func (o *HelmOptions) GetTimeout() string
GetTimeout returns the Timeout field if non-nil, zero value otherwise.
func (o *HelmOptions) GetTimeoutOk() (*string, bool)
GetTimeoutOk returns a tuple with the Timeout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmOptions) SetTimeout(v string)
SetTimeout sets Timeout field to given value.
func (o *HelmOptions) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.
func (o *HelmOptions) GetWait() bool
GetWait returns the Wait field if non-nil, zero value otherwise.
func (o *HelmOptions) GetWaitOk() (*bool, bool)
GetWaitOk returns a tuple with the Wait field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmOptions) SetWait(v bool)
SetWait sets Wait field to given value.
func (o *HelmOptions) HasWait() bool
HasWait returns a boolean if a field has been set.