KubernetesNodeProperties
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewKubernetesNodeProperties(name string, k8sVersion string, ) *KubernetesNodeProperties
NewKubernetesNodeProperties instantiates a new KubernetesNodeProperties 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 NewKubernetesNodePropertiesWithDefaults() *KubernetesNodeProperties
NewKubernetesNodePropertiesWithDefaults instantiates a new KubernetesNodeProperties 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 *KubernetesNodeProperties) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *KubernetesNodeProperties) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesNodeProperties) SetName(v string)
SetName sets Name field to given value.
func (o *KubernetesNodeProperties) GetPublicIP() string
GetPublicIP returns the PublicIP field if non-nil, zero value otherwise.
func (o *KubernetesNodeProperties) GetPublicIPOk() (*string, bool)
GetPublicIPOk returns a tuple with the PublicIP field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesNodeProperties) SetPublicIP(v string)
SetPublicIP sets PublicIP field to given value.
func (o *KubernetesNodeProperties) HasPublicIP() bool
HasPublicIP returns a boolean if a field has been set.
func (o *KubernetesNodeProperties) GetPrivateIP() string
GetPrivateIP returns the PrivateIP field if non-nil, zero value otherwise.
func (o *KubernetesNodeProperties) GetPrivateIPOk() (*string, bool)
GetPrivateIPOk returns a tuple with the PrivateIP field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesNodeProperties) SetPrivateIP(v string)
SetPrivateIP sets PrivateIP field to given value.
func (o *KubernetesNodeProperties) HasPrivateIP() bool
HasPrivateIP returns a boolean if a field has been set.
func (o *KubernetesNodeProperties) GetK8sVersion() string
GetK8sVersion returns the K8sVersion field if non-nil, zero value otherwise.
func (o *KubernetesNodeProperties) GetK8sVersionOk() (*string, bool)
GetK8sVersionOk returns a tuple with the K8sVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesNodeProperties) SetK8sVersion(v string)
SetK8sVersion sets K8sVersion field to given value.
Name
string
A Kubernetes node name.
PublicIP
Pointer to string
A valid public IP.
[optional]
PrivateIP
Pointer to string
A valid private IP.
[optional]
K8sVersion
string
The Kubernetes version the nodepool is running. This imposes restrictions on what Kubernetes versions can be run in a cluster's nodepools. Additionally, not all Kubernetes versions are viable upgrade targets for all prior versions.