Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.73 KB

File metadata and controls

134 lines (73 loc) · 3.73 KB

PackagePaths

Properties

Name Type Description Notes
HelmChart Pointer to string Path to the Helm chart package [optional]
HelmChartChecksum Pointer to string Checksum for the Helm chart package [optional]
X8664 Pointer to string Path to x86_64 package [optional]
X8664Checksum Pointer to string Checksum for x86_64 package [optional]

Methods

NewPackagePaths

func NewPackagePaths() *PackagePaths

NewPackagePaths instantiates a new PackagePaths 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

NewPackagePathsWithDefaults

func NewPackagePathsWithDefaults() *PackagePaths

NewPackagePathsWithDefaults instantiates a new PackagePaths 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

GetHelmChart

func (o *PackagePaths) GetHelmChart() string

GetHelmChart returns the HelmChart field if non-nil, zero value otherwise.

GetHelmChartOk

func (o *PackagePaths) GetHelmChartOk() (*string, bool)

GetHelmChartOk returns a tuple with the HelmChart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHelmChart

func (o *PackagePaths) SetHelmChart(v string)

SetHelmChart sets HelmChart field to given value.

HasHelmChart

func (o *PackagePaths) HasHelmChart() bool

HasHelmChart returns a boolean if a field has been set.

GetHelmChartChecksum

func (o *PackagePaths) GetHelmChartChecksum() string

GetHelmChartChecksum returns the HelmChartChecksum field if non-nil, zero value otherwise.

GetHelmChartChecksumOk

func (o *PackagePaths) GetHelmChartChecksumOk() (*string, bool)

GetHelmChartChecksumOk returns a tuple with the HelmChartChecksum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHelmChartChecksum

func (o *PackagePaths) SetHelmChartChecksum(v string)

SetHelmChartChecksum sets HelmChartChecksum field to given value.

HasHelmChartChecksum

func (o *PackagePaths) HasHelmChartChecksum() bool

HasHelmChartChecksum returns a boolean if a field has been set.

GetX8664

func (o *PackagePaths) GetX8664() string

GetX8664 returns the X8664 field if non-nil, zero value otherwise.

GetX8664Ok

func (o *PackagePaths) GetX8664Ok() (*string, bool)

GetX8664Ok returns a tuple with the X8664 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetX8664

func (o *PackagePaths) SetX8664(v string)

SetX8664 sets X8664 field to given value.

HasX8664

func (o *PackagePaths) HasX8664() bool

HasX8664 returns a boolean if a field has been set.

GetX8664Checksum

func (o *PackagePaths) GetX8664Checksum() string

GetX8664Checksum returns the X8664Checksum field if non-nil, zero value otherwise.

GetX8664ChecksumOk

func (o *PackagePaths) GetX8664ChecksumOk() (*string, bool)

GetX8664ChecksumOk returns a tuple with the X8664Checksum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetX8664Checksum

func (o *PackagePaths) SetX8664Checksum(v string)

SetX8664Checksum sets X8664Checksum field to given value.

HasX8664Checksum

func (o *PackagePaths) HasX8664Checksum() bool

HasX8664Checksum returns a boolean if a field has been set.

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