Skip to content
Docs Try Aspire

ProbeV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
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
{
// ...
}