Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.81 KB

ExtraDependencies.md

File metadata and controls

56 lines (31 loc) · 1.81 KB

ExtraDependencies

Properties

Name Type Description Notes
InstallNodeExporter Pointer to bool Install node exporter on nodes [optional]

Methods

NewExtraDependencies

func NewExtraDependencies() *ExtraDependencies

NewExtraDependencies instantiates a new ExtraDependencies 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

NewExtraDependenciesWithDefaults

func NewExtraDependenciesWithDefaults() *ExtraDependencies

NewExtraDependenciesWithDefaults instantiates a new ExtraDependencies 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

GetInstallNodeExporter

func (o *ExtraDependencies) GetInstallNodeExporter() bool

GetInstallNodeExporter returns the InstallNodeExporter field if non-nil, zero value otherwise.

GetInstallNodeExporterOk

func (o *ExtraDependencies) GetInstallNodeExporterOk() (*bool, bool)

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

SetInstallNodeExporter

func (o *ExtraDependencies) SetInstallNodeExporter(v bool)

SetInstallNodeExporter sets InstallNodeExporter field to given value.

HasInstallNodeExporter

func (o *ExtraDependencies) HasInstallNodeExporter() bool

HasInstallNodeExporter returns a boolean if a field has been set.

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