# PodReadinessGateV1 Constructors

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

Represents a PodReadinessGate configuration in a Kubernetes Pod specification. A readiness gate defines additional readiness conditions that a pod needs to satisfy to be considered ready. This is typically used for custom or external conditions.

## PodReadinessGateV1

- Name: `Constructor`

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