Name | Type | Description | Notes |
---|---|---|---|
Key | KarpenterNodePoolRequirementKey | ||
Operator | KarpenterNodePoolRequirementOperator | ||
Values | []string |
func NewKarpenterNodePoolRequirement(key KarpenterNodePoolRequirementKey, operator KarpenterNodePoolRequirementOperator, values []string, ) *KarpenterNodePoolRequirement
NewKarpenterNodePoolRequirement instantiates a new KarpenterNodePoolRequirement 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 NewKarpenterNodePoolRequirementWithDefaults() *KarpenterNodePoolRequirement
NewKarpenterNodePoolRequirementWithDefaults instantiates a new KarpenterNodePoolRequirement 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 *KarpenterNodePoolRequirement) GetKey() KarpenterNodePoolRequirementKey
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *KarpenterNodePoolRequirement) GetKeyOk() (*KarpenterNodePoolRequirementKey, 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.
func (o *KarpenterNodePoolRequirement) SetKey(v KarpenterNodePoolRequirementKey)
SetKey sets Key field to given value.
func (o *KarpenterNodePoolRequirement) GetOperator() KarpenterNodePoolRequirementOperator
GetOperator returns the Operator field if non-nil, zero value otherwise.
func (o *KarpenterNodePoolRequirement) GetOperatorOk() (*KarpenterNodePoolRequirementOperator, bool)
GetOperatorOk returns a tuple with the Operator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KarpenterNodePoolRequirement) SetOperator(v KarpenterNodePoolRequirementOperator)
SetOperator sets Operator field to given value.
func (o *KarpenterNodePoolRequirement) GetValues() []string
GetValues returns the Values field if non-nil, zero value otherwise.
func (o *KarpenterNodePoolRequirement) GetValuesOk() (*[]string, bool)
GetValuesOk returns a tuple with the Values field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KarpenterNodePoolRequirement) SetValues(v []string)
SetValues sets Values field to given value.