Name | Type | Description | Notes |
---|---|---|---|
Autoscaler | Pointer to PostLkeClusterRequestNodePoolsInnerAutoscaler | [optional] | |
Count | Pointer to int32 | The number of nodes in the Node Pool. | [optional] |
Labels | Pointer to | Key-value pairs added as labels to nodes in the node pool. Labels help classify your nodes and easily select subsets of objects. To learn more, review Add Labels and Taints to your LKE node pools. Specifying an empty dictionary value will remove all previously set labels. | [optional] |
Taints | Pointer to []PostLkeClusterRequestNodePoolsInnerTaintsInner | Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically allowing them to repel certain pods. To learn more, review Add labels and taints to your LKE node pools. Specifying an empty array (`[]`) removes all previously set taints. | [optional] |
func NewPutLkeNodePoolRequest() *PutLkeNodePoolRequest
NewPutLkeNodePoolRequest instantiates a new PutLkeNodePoolRequest 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 NewPutLkeNodePoolRequestWithDefaults() *PutLkeNodePoolRequest
NewPutLkeNodePoolRequestWithDefaults instantiates a new PutLkeNodePoolRequest 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 *PutLkeNodePoolRequest) GetAutoscaler() PostLkeClusterRequestNodePoolsInnerAutoscaler
GetAutoscaler returns the Autoscaler field if non-nil, zero value otherwise.
func (o *PutLkeNodePoolRequest) GetAutoscalerOk() (*PostLkeClusterRequestNodePoolsInnerAutoscaler, bool)
GetAutoscalerOk returns a tuple with the Autoscaler field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PutLkeNodePoolRequest) SetAutoscaler(v PostLkeClusterRequestNodePoolsInnerAutoscaler)
SetAutoscaler sets Autoscaler field to given value.
func (o *PutLkeNodePoolRequest) HasAutoscaler() bool
HasAutoscaler returns a boolean if a field has been set.
func (o *PutLkeNodePoolRequest) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *PutLkeNodePoolRequest) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PutLkeNodePoolRequest) SetCount(v int32)
SetCount sets Count field to given value.
func (o *PutLkeNodePoolRequest) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *PutLkeNodePoolRequest) GetLabels() []interface{}
GetLabels returns the Labels field if non-nil, zero value otherwise.
func (o *PutLkeNodePoolRequest) GetLabelsOk() (*[]interface{}, bool)
GetLabelsOk returns a tuple with the Labels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PutLkeNodePoolRequest) SetLabels(v []interface{})
SetLabels sets Labels field to given value.
func (o *PutLkeNodePoolRequest) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (o *PutLkeNodePoolRequest) GetTaints() []PostLkeClusterRequestNodePoolsInnerTaintsInner
GetTaints returns the Taints field if non-nil, zero value otherwise.
func (o *PutLkeNodePoolRequest) GetTaintsOk() (*[]PostLkeClusterRequestNodePoolsInnerTaintsInner, bool)
GetTaintsOk returns a tuple with the Taints field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PutLkeNodePoolRequest) SetTaints(v []PostLkeClusterRequestNodePoolsInnerTaintsInner)
SetTaints sets Taints field to given value.
func (o *PutLkeNodePoolRequest) HasTaints() bool
HasTaints returns a boolean if a field has been set.