# ProbeV1 Constructors

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

Represents a probe configuration for Kubernetes containers. A probe is used to determine the health and readiness of a container by defining checks that can consist of various actions such as HTTP requests, executing commands, GRPC actions, or assessing TCP socket connectivity.

## ProbeV1

- Name: `Constructor`

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