# TolerationV1 Constructors

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

Represents a toleration configuration for Kubernetes pods. Used to tolerate taints that would otherwise prevent a pod from being scheduled onto a node. Defines the behavior of tolerating taints based on key-value pairs, operators, effects, and optional toleration durations.

## TolerationV1

- Name: `Constructor`

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