# PodSchedulingGateV1 Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [PodSchedulingGateV1](/reference/api/csharp/aspire.hosting.kubernetes/podschedulinggatev1.md)
- Kind: `Constructors`
- Members: `1`

Represents a scheduling gate for a pod, used in conjunction with Kubernetes scheduling gates mechanism.

## PodSchedulingGateV1

- Name: `Constructor`

```csharp
public sealed class PodSchedulingGateV1
{
    public PodSchedulingGateV1()
    {
        // ...
    }
}
```
