Name | Type | Description | Notes |
---|---|---|---|
Pods | []PodInfoDto | ||
Pvcs | []PvcInfoDto |
func NewServiceMetricsV2Dto(pods []PodInfoDto, pvcs []PvcInfoDto, ) *ServiceMetricsV2Dto
NewServiceMetricsV2Dto instantiates a new ServiceMetricsV2Dto 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 NewServiceMetricsV2DtoWithDefaults() *ServiceMetricsV2Dto
NewServiceMetricsV2DtoWithDefaults instantiates a new ServiceMetricsV2Dto 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 *ServiceMetricsV2Dto) GetPods() []PodInfoDto
GetPods returns the Pods field if non-nil, zero value otherwise.
func (o *ServiceMetricsV2Dto) GetPodsOk() (*[]PodInfoDto, bool)
GetPodsOk returns a tuple with the Pods field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceMetricsV2Dto) SetPods(v []PodInfoDto)
SetPods sets Pods field to given value.
func (o *ServiceMetricsV2Dto) GetPvcs() []PvcInfoDto
GetPvcs returns the Pvcs field if non-nil, zero value otherwise.
func (o *ServiceMetricsV2Dto) GetPvcsOk() (*[]PvcInfoDto, bool)
GetPvcsOk returns a tuple with the Pvcs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceMetricsV2Dto) SetPvcs(v []PvcInfoDto)
SetPvcs sets Pvcs field to given value.