PodSpecV1.TopologySpreadConstraints Property

Definition

Gets the list of topology spread constraints for the pod. Topology spread constraints define how the pods are distributed across the topology domains based on configured parameters.

[YamlDotNet.Serialization.YamlMember(Alias="topologySpreadConstraints")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.TopologySpreadConstraintV1> TopologySpreadConstraints { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="topologySpreadConstraints")>]
member this.TopologySpreadConstraints : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.TopologySpreadConstraintV1>
Public ReadOnly Property TopologySpreadConstraints As List(Of TopologySpreadConstraintV1)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to