Skip to content
Docs Try Aspire

PodSchedulingGateV1

Class sealed net8.0
📦 Aspire.Hosting.Kubernetes v13.2.0-preview.1.26170.3
Represents a scheduling gate for a pod, used in conjunction with Kubernetes scheduling gates mechanism.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class PodSchedulingGateV1
{
// ...
}
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.