Name | Type | Description | Notes |
---|---|---|---|
ChartVersion | Pointer to string | version of the chart to deploy. Cannot be set if `git_commit_id` is defined | [optional] |
GitCommitId | Pointer to string | Commit to deploy for chart source. Cannot be set if `version` is defined | [optional] |
ValuesOverrideGitCommitId | Pointer to string | Commit to deploy for values override | [optional] |
func NewHelmDeployRequest() *HelmDeployRequest
NewHelmDeployRequest instantiates a new HelmDeployRequest 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 NewHelmDeployRequestWithDefaults() *HelmDeployRequest
NewHelmDeployRequestWithDefaults instantiates a new HelmDeployRequest 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 *HelmDeployRequest) GetChartVersion() string
GetChartVersion returns the ChartVersion field if non-nil, zero value otherwise.
func (o *HelmDeployRequest) GetChartVersionOk() (*string, bool)
GetChartVersionOk returns a tuple with the ChartVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmDeployRequest) SetChartVersion(v string)
SetChartVersion sets ChartVersion field to given value.
func (o *HelmDeployRequest) HasChartVersion() bool
HasChartVersion returns a boolean if a field has been set.
func (o *HelmDeployRequest) GetGitCommitId() string
GetGitCommitId returns the GitCommitId field if non-nil, zero value otherwise.
func (o *HelmDeployRequest) GetGitCommitIdOk() (*string, bool)
GetGitCommitIdOk returns a tuple with the GitCommitId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmDeployRequest) SetGitCommitId(v string)
SetGitCommitId sets GitCommitId field to given value.
func (o *HelmDeployRequest) HasGitCommitId() bool
HasGitCommitId returns a boolean if a field has been set.
func (o *HelmDeployRequest) GetValuesOverrideGitCommitId() string
GetValuesOverrideGitCommitId returns the ValuesOverrideGitCommitId field if non-nil, zero value otherwise.
func (o *HelmDeployRequest) GetValuesOverrideGitCommitIdOk() (*string, bool)
GetValuesOverrideGitCommitIdOk returns a tuple with the ValuesOverrideGitCommitId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmDeployRequest) SetValuesOverrideGitCommitId(v string)
SetValuesOverrideGitCommitId sets ValuesOverrideGitCommitId field to given value.
func (o *HelmDeployRequest) HasValuesOverrideGitCommitId() bool
HasValuesOverrideGitCommitId returns a boolean if a field has been set.