ContainerResourceMetricSourceV2 Properties
Class Properties 3 members
Represents a metric source that is defined by a resource usage of a specific container. This is used for scaling purposes in a Kubernetes environment, relying on container-level metrics.
Gets or sets the name of the container associated with the metric. It specifies the container within a pod to which the resource metric applies.
public string Container { get; set; } Gets or sets the name of the resource metric.
public string Name { get; set; } Specifies the target for the metric being monitored in a container. Represents an instance of
MetricTargetV2 which defines the thresholds and values for the metric. public MetricTargetV2 Target { get; set; }