Name | Type | Description | Notes |
---|---|---|---|
GlobalStatus | ClusterStatusGlobalStatus | ||
IsMaxNodesSizeReached | bool | ||
KubeVersionStatus | QoveryClusterKubeVersionStatus | ||
NodeWarnings | map[string][]QoveryNodeFailure | ||
QoveryComponentsInFailure | []QoveryComponentInFailure |
func NewClusterComputedStatusDto(globalStatus ClusterStatusGlobalStatus, isMaxNodesSizeReached bool, kubeVersionStatus QoveryClusterKubeVersionStatus, nodeWarnings map[string][]QoveryNodeFailure, qoveryComponentsInFailure []QoveryComponentInFailure, ) *ClusterComputedStatusDto
NewClusterComputedStatusDto instantiates a new ClusterComputedStatusDto 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 NewClusterComputedStatusDtoWithDefaults() *ClusterComputedStatusDto
NewClusterComputedStatusDtoWithDefaults instantiates a new ClusterComputedStatusDto 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 *ClusterComputedStatusDto) GetGlobalStatus() ClusterStatusGlobalStatus
GetGlobalStatus returns the GlobalStatus field if non-nil, zero value otherwise.
func (o *ClusterComputedStatusDto) GetGlobalStatusOk() (*ClusterStatusGlobalStatus, bool)
GetGlobalStatusOk returns a tuple with the GlobalStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterComputedStatusDto) SetGlobalStatus(v ClusterStatusGlobalStatus)
SetGlobalStatus sets GlobalStatus field to given value.
func (o *ClusterComputedStatusDto) GetIsMaxNodesSizeReached() bool
GetIsMaxNodesSizeReached returns the IsMaxNodesSizeReached field if non-nil, zero value otherwise.
func (o *ClusterComputedStatusDto) GetIsMaxNodesSizeReachedOk() (*bool, bool)
GetIsMaxNodesSizeReachedOk returns a tuple with the IsMaxNodesSizeReached field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterComputedStatusDto) SetIsMaxNodesSizeReached(v bool)
SetIsMaxNodesSizeReached sets IsMaxNodesSizeReached field to given value.
func (o *ClusterComputedStatusDto) GetKubeVersionStatus() QoveryClusterKubeVersionStatus
GetKubeVersionStatus returns the KubeVersionStatus field if non-nil, zero value otherwise.
func (o *ClusterComputedStatusDto) GetKubeVersionStatusOk() (*QoveryClusterKubeVersionStatus, bool)
GetKubeVersionStatusOk returns a tuple with the KubeVersionStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterComputedStatusDto) SetKubeVersionStatus(v QoveryClusterKubeVersionStatus)
SetKubeVersionStatus sets KubeVersionStatus field to given value.
func (o *ClusterComputedStatusDto) GetNodeWarnings() map[string][]QoveryNodeFailure
GetNodeWarnings returns the NodeWarnings field if non-nil, zero value otherwise.
func (o *ClusterComputedStatusDto) GetNodeWarningsOk() (*map[string][]QoveryNodeFailure, bool)
GetNodeWarningsOk returns a tuple with the NodeWarnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterComputedStatusDto) SetNodeWarnings(v map[string][]QoveryNodeFailure)
SetNodeWarnings sets NodeWarnings field to given value.
func (o *ClusterComputedStatusDto) GetQoveryComponentsInFailure() []QoveryComponentInFailure
GetQoveryComponentsInFailure returns the QoveryComponentsInFailure field if non-nil, zero value otherwise.
func (o *ClusterComputedStatusDto) GetQoveryComponentsInFailureOk() (*[]QoveryComponentInFailure, bool)
GetQoveryComponentsInFailureOk returns a tuple with the QoveryComponentsInFailure field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterComputedStatusDto) SetQoveryComponentsInFailure(v []QoveryComponentInFailure)
SetQoveryComponentsInFailure sets QoveryComponentsInFailure field to given value.