Skip to content
Docs Try Aspire
Docs Try

ProbeV1

Class sealed net8.0
📦 Aspire.Hosting.Kubernetes v13.3.0-preview.1.26254.5
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.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class ProbeV1
{
// ...
}