Share via


EphemeralContainerV1.ReadinessProbe Property

Definition

Represents the readiness probe configuration for the ephemeral container. A readiness probe is used to determine if the container is ready to accept traffic. It can be configured using different actions such as executing a command, sending HTTP requests, or other custom logic. This helps in controlling whether a container should be added to the load balancer based on its current 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