Skip to content
Docs Try Aspire

ProbeV1 Constructors

Class Constructors 1 member
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.
public sealed class ProbeV1
{
public ProbeV1()
{
// ...
}
}