PodSchedulingGateV1 Class
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 scheduling gate for a pod, used in conjunction with Kubernetes scheduling gates mechanism.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class PodSchedulingGateV1
[<YamlDotNet.Serialization.YamlSerializable>]
type PodSchedulingGateV1 = class
Public NotInheritable Class PodSchedulingGateV1
- Inheritance
-
PodSchedulingGateV1
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Remarks
A scheduling gate is an abstraction that allows postponing the scheduling of a pod until certain conditions are met. This is typically utilized in complex scheduling scenarios.
Constructors
PodSchedulingGateV1() |
Properties
Name |
Gets or sets the name of the scheduling gate. This is used to identify the specific scheduling gate for the pod. |