Share via


PodSchedulingGateV1 Class

Definition

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.

Applies to