Skip to content
DocsTry Aspire
DocsTry

WeightedPodAffinityTermV1 Constructors

ClassConstructors1 member
Represents a weighted pod affinity term used in Kubernetes scheduling policies. WeightedPodAffinityTermV1 defines a preference for scheduling pods closer to other pods based on affinity/anti-affinity rules.
public sealed class WeightedPodAffinityTermV1
{
public WeightedPodAffinityTermV1()
{
// ...
}
}