Skip to content

Latest commit

 

History

History
118 lines (65 loc) · 4.04 KB

HelmRequestAllOfSourceOneOf1HelmRepository.md

File metadata and controls

118 lines (65 loc) · 4.04 KB

HelmRequestAllOfSourceOneOf1HelmRepository

Properties

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]

Methods

NewHelmRequestAllOfSourceOneOf1HelmRepository

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

NewHelmRequestAllOfSourceOneOf1HelmRepositoryWithDefaults

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

GetRepository

func (o *HelmRequestAllOfSourceOneOf1HelmRepository) GetRepository() string

GetRepository returns the Repository field if non-nil, zero value otherwise.

GetRepositoryOk

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.

SetRepository

func (o *HelmRequestAllOfSourceOneOf1HelmRepository) SetRepository(v string)

SetRepository sets Repository field to given value.

HasRepository

func (o *HelmRequestAllOfSourceOneOf1HelmRepository) HasRepository() bool

HasRepository returns a boolean if a field has been set.

SetRepositoryNil

func (o *HelmRequestAllOfSourceOneOf1HelmRepository) SetRepositoryNil(b bool)

SetRepositoryNil sets the value for Repository to be an explicit nil

UnsetRepository

func (o *HelmRequestAllOfSourceOneOf1HelmRepository) UnsetRepository()

UnsetRepository ensures that no value is present for Repository, not even an explicit nil

GetChartName

func (o *HelmRequestAllOfSourceOneOf1HelmRepository) GetChartName() string

GetChartName returns the ChartName field if non-nil, zero value otherwise.

GetChartNameOk

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.

SetChartName

func (o *HelmRequestAllOfSourceOneOf1HelmRepository) SetChartName(v string)

SetChartName sets ChartName field to given value.

HasChartName

func (o *HelmRequestAllOfSourceOneOf1HelmRepository) HasChartName() bool

HasChartName returns a boolean if a field has been set.

GetChartVersion

func (o *HelmRequestAllOfSourceOneOf1HelmRepository) GetChartVersion() string

GetChartVersion returns the ChartVersion field if non-nil, zero value otherwise.

GetChartVersionOk

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.

SetChartVersion

func (o *HelmRequestAllOfSourceOneOf1HelmRepository) SetChartVersion(v string)

SetChartVersion sets ChartVersion field to given value.

HasChartVersion

func (o *HelmRequestAllOfSourceOneOf1HelmRepository) HasChartVersion() bool

HasChartVersion returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]