PodSpecV1.TopologySpreadConstraints 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.
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