| Name | Type | Description | Notes |
|---|---|---|---|
| NodeSelectionEnabled | Pointer to bool | [optional] | |
| Tolerations | Pointer to []DaemonSetOverrideTolerationsInner | [optional] |
func NewDaemonSetOverride() *DaemonSetOverride
NewDaemonSetOverride instantiates a new DaemonSetOverride 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 NewDaemonSetOverrideWithDefaults() *DaemonSetOverride
NewDaemonSetOverrideWithDefaults instantiates a new DaemonSetOverride 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 *DaemonSetOverride) GetNodeSelectionEnabled() bool
GetNodeSelectionEnabled returns the NodeSelectionEnabled field if non-nil, zero value otherwise.
func (o *DaemonSetOverride) GetNodeSelectionEnabledOk() (*bool, bool)
GetNodeSelectionEnabledOk returns a tuple with the NodeSelectionEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DaemonSetOverride) SetNodeSelectionEnabled(v bool)
SetNodeSelectionEnabled sets NodeSelectionEnabled field to given value.
func (o *DaemonSetOverride) HasNodeSelectionEnabled() bool
HasNodeSelectionEnabled returns a boolean if a field has been set.
func (o *DaemonSetOverride) GetTolerations() []DaemonSetOverrideTolerationsInner
GetTolerations returns the Tolerations field if non-nil, zero value otherwise.
func (o *DaemonSetOverride) GetTolerationsOk() (*[]DaemonSetOverrideTolerationsInner, bool)
GetTolerationsOk returns a tuple with the Tolerations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DaemonSetOverride) SetTolerations(v []DaemonSetOverrideTolerationsInner)
SetTolerations sets Tolerations field to given value.
func (o *DaemonSetOverride) HasTolerations() bool
HasTolerations returns a boolean if a field has been set.