Skip to content
Docs Try Aspire

PodSchedulingGateV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
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.