Skip to content
Docs Try Aspire

AffinityV1 Constructors

Class Constructors 1 member
Represents the affinity configuration for a pod, including node affinity, pod affinity, and pod anti-affinity settings. This class defines rules to influence pod scheduling based on various criteria, such as node labels or inter-pod relationships.
public sealed class AffinityV1
{
public AffinityV1()
{
// ...
}
}