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