Share via


PodsMetricSourceV2.Target Property

Definition

Defines the target configuration for a Kubernetes metric in version 2. Specifies the intended target values or utilization for the metric, used for monitoring and scaling purposes.

[YamlDotNet.Serialization.YamlMember(Alias="target")]
public Aspire.Hosting.Kubernetes.Resources.MetricTargetV2 Target { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="target")>]
member this.Target : Aspire.Hosting.Kubernetes.Resources.MetricTargetV2 with get, set
Public Property Target As MetricTargetV2

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to