Name | Type | Description | Notes |
---|---|---|---|
KubeVersion | string | ||
Type | string | ||
ExpectedKubeVersion | string |
func NewQoveryClusterKubeVersionStatus(kubeVersion string, type_ string, expectedKubeVersion string, ) *QoveryClusterKubeVersionStatus
NewQoveryClusterKubeVersionStatus instantiates a new QoveryClusterKubeVersionStatus 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 NewQoveryClusterKubeVersionStatusWithDefaults() *QoveryClusterKubeVersionStatus
NewQoveryClusterKubeVersionStatusWithDefaults instantiates a new QoveryClusterKubeVersionStatus 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 *QoveryClusterKubeVersionStatus) GetKubeVersion() string
GetKubeVersion returns the KubeVersion field if non-nil, zero value otherwise.
func (o *QoveryClusterKubeVersionStatus) GetKubeVersionOk() (*string, bool)
GetKubeVersionOk returns a tuple with the KubeVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QoveryClusterKubeVersionStatus) SetKubeVersion(v string)
SetKubeVersion sets KubeVersion field to given value.
func (o *QoveryClusterKubeVersionStatus) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *QoveryClusterKubeVersionStatus) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QoveryClusterKubeVersionStatus) SetType(v string)
SetType sets Type field to given value.
func (o *QoveryClusterKubeVersionStatus) GetExpectedKubeVersion() string
GetExpectedKubeVersion returns the ExpectedKubeVersion field if non-nil, zero value otherwise.
func (o *QoveryClusterKubeVersionStatus) GetExpectedKubeVersionOk() (*string, bool)
GetExpectedKubeVersionOk returns a tuple with the ExpectedKubeVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QoveryClusterKubeVersionStatus) SetExpectedKubeVersion(v string)
SetExpectedKubeVersion sets ExpectedKubeVersion field to given value.