Name | Type | Description | Notes |
---|---|---|---|
Repository | Pointer to NullableString | The id of the helm repository | [optional] |
ChartName | Pointer to string | The name of the chart in the repository | [optional] |
ChartVersion | Pointer to string | The version of the chart to use | [optional] |
func NewHelmRequestAllOfSourceOneOf1HelmRepository() *HelmRequestAllOfSourceOneOf1HelmRepository
NewHelmRequestAllOfSourceOneOf1HelmRepository instantiates a new HelmRequestAllOfSourceOneOf1HelmRepository 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 NewHelmRequestAllOfSourceOneOf1HelmRepositoryWithDefaults() *HelmRequestAllOfSourceOneOf1HelmRepository
NewHelmRequestAllOfSourceOneOf1HelmRepositoryWithDefaults instantiates a new HelmRequestAllOfSourceOneOf1HelmRepository 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 *HelmRequestAllOfSourceOneOf1HelmRepository) GetRepository() string
GetRepository returns the Repository field if non-nil, zero value otherwise.
func (o *HelmRequestAllOfSourceOneOf1HelmRepository) GetRepositoryOk() (*string, bool)
GetRepositoryOk returns a tuple with the Repository field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmRequestAllOfSourceOneOf1HelmRepository) SetRepository(v string)
SetRepository sets Repository field to given value.
func (o *HelmRequestAllOfSourceOneOf1HelmRepository) HasRepository() bool
HasRepository returns a boolean if a field has been set.
func (o *HelmRequestAllOfSourceOneOf1HelmRepository) SetRepositoryNil(b bool)
SetRepositoryNil sets the value for Repository to be an explicit nil
func (o *HelmRequestAllOfSourceOneOf1HelmRepository) UnsetRepository()
UnsetRepository ensures that no value is present for Repository, not even an explicit nil
func (o *HelmRequestAllOfSourceOneOf1HelmRepository) GetChartName() string
GetChartName returns the ChartName field if non-nil, zero value otherwise.
func (o *HelmRequestAllOfSourceOneOf1HelmRepository) GetChartNameOk() (*string, bool)
GetChartNameOk returns a tuple with the ChartName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HelmRequestAllOfSourceOneOf1HelmRepository) SetChartName(v string)
SetChartName sets ChartName field to given value.
func (o *HelmRequestAllOfSourceOneOf1HelmRepository) HasChartName() bool
HasChartName returns a boolean if a field has been set.
func (o *HelmRequestAllOfSourceOneOf1HelmRepository) GetChartVersion() string
GetChartVersion returns the ChartVersion field if non-nil, zero value otherwise.
func (o *HelmRequestAllOfSourceOneOf1HelmRepository) 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 *HelmRequestAllOfSourceOneOf1HelmRepository) SetChartVersion(v string)
SetChartVersion sets ChartVersion field to given value.
func (o *HelmRequestAllOfSourceOneOf1HelmRepository) HasChartVersion() bool
HasChartVersion returns a boolean if a field has been set.