Share via


ContainerV1.ReadinessProbe Property

Definition

Defines the readiness probe configuration for a container. The readiness probe determines whether the container is ready to accept network traffic. A container passing its readiness probe is considered healthy and capable of serving network requests. This property accepts an instance of ProbeV1, enabling you to configure the specific checks, such as HTTP GET, command execution, or GRPC, to assess the readiness state.

[YamlDotNet.Serialization.YamlMember(Alias="readinessProbe")]
public Aspire.Hosting.Kubernetes.Resources.ProbeV1? ReadinessProbe { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="readinessProbe")>]
member this.ReadinessProbe : Aspire.Hosting.Kubernetes.Resources.ProbeV1 with get, set
Public Property ReadinessProbe As ProbeV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to