PodSpecV1.SchedulingGates Property

Definition

Represents a list of scheduling gates for a pod. Scheduling gates are used to control the scheduling process by requiring specific conditions to be met before a pod is eligible for scheduling.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to