Name | Type | Description | Notes |
---|---|---|---|
Applications | Pointer to []Status | [optional] | |
Containers | Pointer to []Status | [optional] | |
Jobs | Pointer to []Status | [optional] | |
Databases | Pointer to []Status | [optional] | |
Helms | Pointer to []Status | [optional] | |
Stage | Pointer to Stage | [optional] |
func NewDeploymentStageWithServicesStatuses() *DeploymentStageWithServicesStatuses
NewDeploymentStageWithServicesStatuses instantiates a new DeploymentStageWithServicesStatuses 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 NewDeploymentStageWithServicesStatusesWithDefaults() *DeploymentStageWithServicesStatuses
NewDeploymentStageWithServicesStatusesWithDefaults instantiates a new DeploymentStageWithServicesStatuses 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 *DeploymentStageWithServicesStatuses) GetApplications() []Status
GetApplications returns the Applications field if non-nil, zero value otherwise.
func (o *DeploymentStageWithServicesStatuses) GetApplicationsOk() (*[]Status, bool)
GetApplicationsOk returns a tuple with the Applications field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentStageWithServicesStatuses) SetApplications(v []Status)
SetApplications sets Applications field to given value.
func (o *DeploymentStageWithServicesStatuses) HasApplications() bool
HasApplications returns a boolean if a field has been set.
func (o *DeploymentStageWithServicesStatuses) GetContainers() []Status
GetContainers returns the Containers field if non-nil, zero value otherwise.
func (o *DeploymentStageWithServicesStatuses) GetContainersOk() (*[]Status, bool)
GetContainersOk returns a tuple with the Containers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentStageWithServicesStatuses) SetContainers(v []Status)
SetContainers sets Containers field to given value.
func (o *DeploymentStageWithServicesStatuses) HasContainers() bool
HasContainers returns a boolean if a field has been set.
func (o *DeploymentStageWithServicesStatuses) GetJobs() []Status
GetJobs returns the Jobs field if non-nil, zero value otherwise.
func (o *DeploymentStageWithServicesStatuses) GetJobsOk() (*[]Status, bool)
GetJobsOk returns a tuple with the Jobs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentStageWithServicesStatuses) SetJobs(v []Status)
SetJobs sets Jobs field to given value.
func (o *DeploymentStageWithServicesStatuses) HasJobs() bool
HasJobs returns a boolean if a field has been set.
func (o *DeploymentStageWithServicesStatuses) GetDatabases() []Status
GetDatabases returns the Databases field if non-nil, zero value otherwise.
func (o *DeploymentStageWithServicesStatuses) GetDatabasesOk() (*[]Status, bool)
GetDatabasesOk returns a tuple with the Databases field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentStageWithServicesStatuses) SetDatabases(v []Status)
SetDatabases sets Databases field to given value.
func (o *DeploymentStageWithServicesStatuses) HasDatabases() bool
HasDatabases returns a boolean if a field has been set.
func (o *DeploymentStageWithServicesStatuses) GetHelms() []Status
GetHelms returns the Helms field if non-nil, zero value otherwise.
func (o *DeploymentStageWithServicesStatuses) GetHelmsOk() (*[]Status, bool)
GetHelmsOk returns a tuple with the Helms field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentStageWithServicesStatuses) SetHelms(v []Status)
SetHelms sets Helms field to given value.
func (o *DeploymentStageWithServicesStatuses) HasHelms() bool
HasHelms returns a boolean if a field has been set.
func (o *DeploymentStageWithServicesStatuses) GetStage() Stage
GetStage returns the Stage field if non-nil, zero value otherwise.
func (o *DeploymentStageWithServicesStatuses) GetStageOk() (*Stage, bool)
GetStageOk returns a tuple with the Stage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentStageWithServicesStatuses) SetStage(v Stage)
SetStage sets Stage field to given value.
func (o *DeploymentStageWithServicesStatuses) HasStage() bool
HasStage returns a boolean if a field has been set.