Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.95 KB

PostLkeClusterRequestNodePoolsInnerTaintsInner.md

File metadata and controls

93 lines (50 loc) · 3.95 KB

PostLkeClusterRequestNodePoolsInnerTaintsInner

Properties

Name Type Description Notes
Effect string The Kubernetes taint effect. For `NoSchedule`, `PreferNoSchedule` and `NoExecute` descriptions, see Kubernetes Taints and Tolerations.
Key string The Kubernetes taint key. - A key can contain alphanumeric characters, dashes (`-`), underscores (`_`), or dots (`.`). Start and end it with an alphanumeric character. - If the key begins with a DNS subdomain prefix followed by a single slash, for example `example.com/my-app`, the prefix part needs to adhere to RFC 1123 DNS subdomain restrictions and be a maximum of 253 characters.
Value string The Kubernetes taint value. - A key can contain alphanumeric characters, dashes (`-`), underscores (`_`), or dots (`.`). Start and end it with an alphanumeric character. - Can be specified as an empty string value with `""`.

Methods

NewPostLkeClusterRequestNodePoolsInnerTaintsInner

func NewPostLkeClusterRequestNodePoolsInnerTaintsInner(effect string, key string, value string, ) *PostLkeClusterRequestNodePoolsInnerTaintsInner

NewPostLkeClusterRequestNodePoolsInnerTaintsInner instantiates a new PostLkeClusterRequestNodePoolsInnerTaintsInner 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

NewPostLkeClusterRequestNodePoolsInnerTaintsInnerWithDefaults

func NewPostLkeClusterRequestNodePoolsInnerTaintsInnerWithDefaults() *PostLkeClusterRequestNodePoolsInnerTaintsInner

NewPostLkeClusterRequestNodePoolsInnerTaintsInnerWithDefaults instantiates a new PostLkeClusterRequestNodePoolsInnerTaintsInner 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

GetEffect

func (o *PostLkeClusterRequestNodePoolsInnerTaintsInner) GetEffect() string

GetEffect returns the Effect field if non-nil, zero value otherwise.

GetEffectOk

func (o *PostLkeClusterRequestNodePoolsInnerTaintsInner) GetEffectOk() (*string, bool)

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

SetEffect

func (o *PostLkeClusterRequestNodePoolsInnerTaintsInner) SetEffect(v string)

SetEffect sets Effect field to given value.

GetKey

func (o *PostLkeClusterRequestNodePoolsInnerTaintsInner) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *PostLkeClusterRequestNodePoolsInnerTaintsInner) GetKeyOk() (*string, bool)

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

SetKey

func (o *PostLkeClusterRequestNodePoolsInnerTaintsInner) SetKey(v string)

SetKey sets Key field to given value.

GetValue

func (o *PostLkeClusterRequestNodePoolsInnerTaintsInner) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *PostLkeClusterRequestNodePoolsInnerTaintsInner) GetValueOk() (*string, bool)

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

SetValue

func (o *PostLkeClusterRequestNodePoolsInnerTaintsInner) SetValue(v string)

SetValue sets Value field to given value.

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