Name | Type | Description | Notes |
---|---|---|---|
InstallNodeExporter | Pointer to bool | Install node exporter on nodes | [optional] |
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
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
func (o *ExtraDependencies) GetInstallNodeExporter() bool
GetInstallNodeExporter returns the InstallNodeExporter field if non-nil, zero value otherwise.
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.
func (o *ExtraDependencies) SetInstallNodeExporter(v bool)
SetInstallNodeExporter sets InstallNodeExporter field to given value.
func (o *ExtraDependencies) HasInstallNodeExporter() bool
HasInstallNodeExporter returns a boolean if a field has been set.