Skip to content
Docs Try Aspire

WeightedPodAffinityTermV1 Constructors

Class Constructors 1 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()
{
// ...
}
}