MetricSpecV2.Pods Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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