# PodReadinessGateV1

- Kind: `class`
- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Version: `13.3.0-preview.1.26254.5`
- Namespace: `Aspire.Hosting.Kubernetes.Resources`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Kubernetes/Resources/PodReadinessGateV1.cs)

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.

## Definition

```csharp
namespace Aspire.Hosting.Kubernetes.Resources;

public sealed class PodReadinessGateV1
{
    // ...
}
```

## Constructors

- [PodReadinessGateV1](/reference/api/csharp/aspire.hosting.kubernetes/podreadinessgatev1/constructors.md#constructor)

## Properties

- [ConditionType](/reference/api/csharp/aspire.hosting.kubernetes/podreadinessgatev1/properties.md#conditiontype) : `string` `get; set` -- Gets or sets the condition type associated with the PodReadinessGateV1. Represents the specific type of condition that must be satisfied for the Pod to be declared ready.
