Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.94 KB

QoveryClusterKubeVersionStatus.md

File metadata and controls

93 lines (50 loc) · 2.94 KB

QoveryClusterKubeVersionStatus

Properties

Name Type Description Notes
KubeVersion string
Type string
ExpectedKubeVersion string

Methods

NewQoveryClusterKubeVersionStatus

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

NewQoveryClusterKubeVersionStatusWithDefaults

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

GetKubeVersion

func (o *QoveryClusterKubeVersionStatus) GetKubeVersion() string

GetKubeVersion returns the KubeVersion field if non-nil, zero value otherwise.

GetKubeVersionOk

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.

SetKubeVersion

func (o *QoveryClusterKubeVersionStatus) SetKubeVersion(v string)

SetKubeVersion sets KubeVersion field to given value.

GetType

func (o *QoveryClusterKubeVersionStatus) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *QoveryClusterKubeVersionStatus) SetType(v string)

SetType sets Type field to given value.

GetExpectedKubeVersion

func (o *QoveryClusterKubeVersionStatus) GetExpectedKubeVersion() string

GetExpectedKubeVersion returns the ExpectedKubeVersion field if non-nil, zero value otherwise.

GetExpectedKubeVersionOk

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.

SetExpectedKubeVersion

func (o *QoveryClusterKubeVersionStatus) SetExpectedKubeVersion(v string)

SetExpectedKubeVersion sets ExpectedKubeVersion field to given value.

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