PodSchedulingGateV1
Class sealed net10.0
Represents a scheduling gate for a pod, used in conjunction with Kubernetes scheduling gates mechanism.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class PodSchedulingGateV1{ // ...}Remarks
Section titled 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.