| Name | Type | Description | Notes |
|---|---|---|---|
| Labels | Pointer to map[string]string | labels of the monitoring component | [optional] |
| Namespace | string | namespace of the monitoring component | |
| Resource | string | resource name of the monitoring component |
func NewMonitoringDiscoveryConfig(namespace string, resource string, ) *MonitoringDiscoveryConfig
NewMonitoringDiscoveryConfig instantiates a new MonitoringDiscoveryConfig 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 NewMonitoringDiscoveryConfigWithDefaults() *MonitoringDiscoveryConfig
NewMonitoringDiscoveryConfigWithDefaults instantiates a new MonitoringDiscoveryConfig 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 *MonitoringDiscoveryConfig) GetLabels() map[string]string
GetLabels returns the Labels field if non-nil, zero value otherwise.
func (o *MonitoringDiscoveryConfig) GetLabelsOk() (*map[string]string, bool)
GetLabelsOk returns a tuple with the Labels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitoringDiscoveryConfig) SetLabels(v map[string]string)
SetLabels sets Labels field to given value.
func (o *MonitoringDiscoveryConfig) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (o *MonitoringDiscoveryConfig) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *MonitoringDiscoveryConfig) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitoringDiscoveryConfig) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *MonitoringDiscoveryConfig) GetResource() string
GetResource returns the Resource field if non-nil, zero value otherwise.
func (o *MonitoringDiscoveryConfig) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitoringDiscoveryConfig) SetResource(v string)
SetResource sets Resource field to given value.