次の方法で共有


MetricSpecV2.Pods Property

Definition

Represents a metric source targeted at Kubernetes Pods. Provides scalable metrics for workloads at the Pod level, enabling monitoring and adjustment based on specific scale conditions of pod metrics.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to